Code Monkey home page Code Monkey logo

Comments (14)

vprysiazhnyi avatar vprysiazhnyi commented on May 29, 2024 1

I have the same issue.
Could not install package 'FireSharp 2.0.4'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile259', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

from firesharp.

DavidRieman avatar DavidRieman commented on May 29, 2024

Got this working. Had to switch to a less convenient machine, in order to get > Vista, in order to get > VS2010, in order to get .NET targeting > 4.0, in order to get the FireSharp package to take. So I suspect you can list development environment requirements as Windows 7+, .NET 4.5 (Client?)+, VS 2012+.

from firesharp.

bugthesystem avatar bugthesystem commented on May 29, 2024

Hi @DavidRieman , I'll take a look at this asap. Thank you for your feedback.

from firesharp.

yonguelink avatar yonguelink commented on May 29, 2024

I am also running into the same issue, and I couldn't find the DotNet requirement. As @DavidRieman said, it'd be nice to know the requirements, is it required to have .Net > 4.5?

Thanks

from firesharp.

jvanheugten avatar jvanheugten commented on May 29, 2024

I get: "Could not install package 'FireSharp 2.0.3'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile111', but the package does not contain any assembly references or content files that are compatible with that framework." Trying to use this package for a Xamarin project. Am I doing something wrong?

from firesharp.

Andr2d2 avatar Andr2d2 commented on May 29, 2024

Cant install on framework 4.0.

"Install-Package : Could not install package 'FireSharp 2.0.3'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.0', but the package does
not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author."

Any advice?

from firesharp.

jvanheugten avatar jvanheugten commented on May 29, 2024

Still get problems with firesharp together with Xamarin.

Could not install package 'FireSharp 2.0.3'. You are trying to install this package into a project that targets 'portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

Might be related to this:
https://forums.xamarin.com/discussion/28314/you-are-trying-to-install-this-package-into-a-project-that-targets-xamarin-ios10
http://www.jimbobbennett.io/creating-a-nuget-pcl-that-works-with-xamarin-ios/

A solution that worked for me in Xamarin Studio:
Change Build profile of PCL to PCL 4.5 - Profile49

from firesharp.

gondar00 avatar gondar00 commented on May 29, 2024

Could not install package 'Microsoft.Bcl.Build 1.0.14'. You are trying to install this package into a project that targets 'MonoAndroid,Version=v6.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

Adding Microsoft Build - from nuget first Microsoft.Bcl.Build.1.0.21
and then adding the firesharp solved it

from firesharp.

sindresola avatar sindresola commented on May 29, 2024

I had the same problem when trying to install the package to a "Blank App (Native Portable)" in Visual Studio. The solution for me was to either create a "Blank App(Xamarin.forms Portable)" or Create the project in Xamarin studio as a single view application and then install the Nuget from there

from firesharp.

MarkLawson avatar MarkLawson commented on May 29, 2024

I am having the same issue, trying to install FireSharp 2.0.4 in a Xamarin Portable project.

Tried installing with 'ignore dependencies' turned on in an attempt to isolate the issue. I get the following error;
Could not install package 'FireSharp 2.0.4'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile111', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

-- EDIT --
It appears that the FireSharp project targets .NET 4.0

from firesharp.

brothers28 avatar brothers28 commented on May 29, 2024

I have the same problem as MarkLawson, sindersola and kittythecat.
Install-Package : Could not install package 'FireSharp 2.0.4'. You are trying to install a package into a project that targets '.NETPortable,Version=v.4.5,Profile=Profile111', but the package does not contain any assebly references or content files that are compatible with that framework. For more information, contact the package author.

Would be nice if it will be fixed soon, since it already exists over half a year now

from firesharp.

malohr avatar malohr commented on May 29, 2024

Here is the solution for Xamarin Studio:

Right-click on your Project (not solution) > Options > Build > General > Set your current Profile to PCL 4.0 - Profile 78. After clicking "OK" you need to Retarget the packages. Just right-click on the packages directory and select retarget. Now try to install the nuget package again :) It should work.

from firesharp.

muehan avatar muehan commented on May 29, 2024

same problem. Windows 10, VS 2015 Community.

Could not install package 'FireSharp 2.0.4'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile259', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

from firesharp.

dhruviSanghani avatar dhruviSanghani commented on May 29, 2024

i am using .net framework 4.5.2 and windows 8 and visual studio 2013 for my website but i am not able to install firesharp.
below error occure when i am trying to run command in my package manager console

command: Install-Package FireSharp -Version 1.1.0
Error:
Install-Package : The current environment doesn't have a solution open.
At line:1 char:1

  • Install-Package FireSharp -Version 1.1.0
  •   + CategoryInfo          : InvalidOperation: (:) [Install-Package], InvalidOperationException
      + FullyQualifiedErrorId : NuGetNoActiveSolution,NuGet.PowerShell.Commands.InstallPackageCommand
    
    
    

Can anyone help me?

from firesharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.