2

Can't install ServiceStack.Text package using nuget in a Windows Phone 8 project. The message I get is

Could not install package 'ServiceStack.Text 4.0.5'. You are trying to install this package > into a project that targets 'WindowsPhone,Version=v8.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.

I'm using Microsoft Visual Studio 2012 Express 2012 for Windows Phone. I also updated Nuget to the latest version, as it was a common solution I found for the same problem in other libraries.

nonelse
  • 23
  • 5
  • The same for me. You can try download the code source from guthub: https://github.com/ServiceStack/ServiceStack.Text – d.lavysh Dec 17 '13 at 15:13
  • Thanks d.lavysh, but I wanted to release the application as open source. Using nuget seems to be the only reasonable choice. Do you see it any other way? – nonelse Dec 18 '13 at 13:26
  • Why you think that you can't use open-source git hub project in your project? – d.lavysh Dec 18 '13 at 13:42
  • Same issue here for WP8.1 and StackService 4.0.22. I manually add a reference to ServiceStack.Client.PCL (using the winstore folder). It compile, but crash just after the first query. – Filimindji Jun 30 '14 at 09:32

0 Answers0