xml-rpc.net Build Problem
If you are getting an error while trying to build your xml-rpc.net project like;
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.
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