Jan 1, 2008

Why do I get error message "Error creating assembly manifest: Error reading key file 'key.snk' -- The system cannot find the file specified"?

Check the location of the key.snk file relative to the assembly file. Provide an explicit path or a relative path.

Assembly: AssemblyKeyFileAttribute("Drive:\key.snk")