R
Ronald
Hello Friends,
I have created a Strong Name Key named "mykey.snk" in my project folder.
I have added the key using
<Assembly: AssemblyKeyFileAttribute("mykey.snk")>
When I compile my application, it is giving me an error. "Error Creating Assembly Manifest: Error reading key file 'mykey.snk' - The system cannot find the file specified".
I copied the key and placed in all the directories of my project, but in vain, I am getting the same error.
How to resolve this..
I have created a Strong Name Key named "mykey.snk" in my project folder.
I have added the key using
<Assembly: AssemblyKeyFileAttribute("mykey.snk")>
When I compile my application, it is giving me an error. "Error Creating Assembly Manifest: Error reading key file 'mykey.snk' - The system cannot find the file specified".
I copied the key and placed in all the directories of my project, but in vain, I am getting the same error.
How to resolve this..