question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does not work with Profile111

See original GitHub issue

When I try to add this to a project using Profile 111 (what Xlabs requires) it does not work. Most plugins already work with this, could you please update it.

The error I receive:

Could not install package 'Xam.Plugins.Forms.Svg 1.0.0.27'. 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.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:15

github_iconTop GitHub Comments

5reactions
VisionFlarecommented, Apr 26, 2017

How to resolve:

  1. Close VisualStudio
  2. Open your PCL .csproj-File in a texteditor (notepad, sublime…)
  3. Search for the line: <TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
  4. Change the Profile259 to Profile78
  5. Open VisualStudio
  6. Install NuGet-Package
  7. Close VisualStudio
  8. Revert your .csproj changes back to Profile259
  9. Open VisualStudio
  10. Beginn using the package 😃
0reactions
rmarskellcommented, Mar 15, 2017

I also experienced this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Errors when trying to use netstandard with Xamarin forms
Run `PM> Uninstall-Package xamarin.forms -Force -RemoveDependencies on each project; IOS and Andriod first PCL last. · Restart VS as prompted by ...
Read more >
Could not install package 'Xamarin.Android.Support. ...
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 ...
Read more >
After latest Xamarin.Forms update, SkiaSharp will not install.
I created a new portable project and made sure that it was Profile111. Then I installed both v1.57.1 and v1.58 without any issues....
Read more >
Upgade nuget for portable class library projects not working
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 ...
Read more >
Xamarin Android & IOS build fails on pipeline giving error The ...
NETPortable/v4.5/Profile/Profile111/Xamarin. ... iOS" as a file name, but it didn't exist. ... to do CPU-bound work on a background thread.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found