I've received a couple of
May 8, 2002 Written by Charles CookI've received a couple of emails about a missing key file if you try to build XML-RPC.NET from the distribution. The problem is that I've generated my own key file using sn.exe (Strong Name Utility) and I want to reserve this for use only with assemblies I distribute. Therefore CookComputing.key is not included in the distribution. The workaround is to either generate your own key file using sn.exe or comment out the following line in AssemblyInfo.cs:
[assembly: AssemblyKeyFile("..\\..\\..\\CookComputing.key")]
(Tony - hope you read this here - replies to your email bounced.)
Copyright © 2011, Charles Cook.