Is the code running on VS.NET 2003?
Hello,
I am new to .NET. I think I am having "KEY" problem here. In the AssemblyInfo.cs file in each individual project, I need to change the key path to absolute physical path of the SNK file to compile(I:\wrox\keys\ThePhile.snk for example). And those individual projects compile fine. But in project "ThePhile", I got "Cryptographic failure while signing assembly 'D:\Documents and Settings\administrator\VSWebCache\...\ThePhile\obj \Debug\ThePhile.dll' -- 'Error reading key file '\Wrox\Keys\ThePhile.snk' -- The system cannot find the path specified. '" error when I compiled. If my folder structure is: I:\wrox\ThePhile, how should I specify the path? The original code simply does not work, I have to change it to something.
Btw, my operating system and .NET framework was installed on 2 different physical hard drives.
Another question is: the book used .NET 1.0, I am having .NET 2003 installed, does it work on v1.1?
Thanks for any help.
|