From: Angel M. <an...@an...> - 2008-07-01 17:47:38
|
MT wrote: > Hello > I am trying to build nplot code from src however I am seeing > a cryptographic failure error message. It seems it is looking > for a CSC file that doesnt exist. Does anyone know how I can > get this file and how I can build the code from src. I am using > vs 2005 and using msbee, if that makes a difference. You have to generate a key file before the first build (in order to get a strong named .dll). sn.exe tool that comes with .net SDK will do: sn.exe -k NPlot-key.snk Then put the resulting .snk file in nplot's folder. Regards, -- Angel Marin http://anmar.eu.org/ |