muneeb-hassan / csharptest-net

Automatically exported from code.google.com/p/csharptest-net
0 stars 0 forks source link

Could not install package 'CSharpTest.Net.RpcLibrary 1.11.924.348' #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

from NuGet console install Google.ProtocolBuffers.Rpc

PM> Install-Package Google.ProtocolBuffers.Rpc
Attempting to resolve dependency 'CSharpTest.Net.RpcLibrary (≥ 1.11.924.348)'.
Attempting to resolve dependency 'Google.ProtocolBuffers (≥ 2.4.1.473)'.
Successfully installed 'CSharpTest.Net.RpcLibrary 1.11.924.348'.
Successfully installed 'Google.ProtocolBuffers.Rpc 1.12.919.16'.
Successfully uninstalled 'CSharpTest.Net.RpcLibrary 1.11.924.348'.
Install failed. Rolling back...
Install-Package : Could not install package 'CSharpTest.Net.RpcLibrary 
1.11.924.348'. 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.
At line:1 char:1
+ Install-Package Google.ProtocolBuffers.Rpc
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

What is the expected output? What do you see instead?
I need install Google.ProtocolBuffers.Rpc

What version of the product are you using? On what operating system?
OS Windows 8 64 bit
IDE MVS 2012
WP8 SDK

Please provide any additional information below.

Original issue reported on code.google.com by niked...@gmail.com on 20 Feb 2013 at 11:24

GoogleCodeExporter commented 8 years ago
I rather doubt any of this would function on Windows Phone?  The RpcLibrary is 
full of PInvoke calls specific to the native Win32 runtime.

If you rebuild and re-target this to a WP device and get it working let me know.

Original comment by Grig...@gmail.com on 26 Jan 2014 at 6:46