xml-rpc.net Build Problem

If you are getting an error while trying to build your xml-rpc.net project like;

Cryptographic failure while signing assembly 'xml-rpc.net.2.4.0\src\obj\Debug\CookComputing.XmlRpcV2.dll' -- 'Error reading key file '..\CookComputing.key'

It means that Visual Studio cannot find the CookComputing.key file in the directory specified. What you need to do is just go to AssemblyInfo.cs file and remove [assembly:AssemblyKeyFile("..\\CookComputing.key")] and it should build. By this way you will be able to build your .dll file.

Comments

Popular posts from this blog

Space Character Problem on IE 6, 7, and 8

Does Netflix work on iOS 5 Beta 4?

AWS encryption chart (SSE-S3 vs SSE-KMS vs SSE-C)