Problem Building a Strong Name Project

  • Thread starter Thread starter Programatix
  • Start date Start date
P

Programatix

I'm working on a VB .Net project. I tried to make the project strong named
and I get the following error during building.

Performing main compilation...
vbc : error BC30140: Error creating assembly manifest: Error reading key
file 'BaseFormLibrary.snk' -- The system cannot find the file specified.
vbc : error BC30140: Error creating assembly manifest: Error reading key
file 'SSMControlLibrary.snk' -- The system cannot find the file specified.

To work around this problem, I need to open the solution directly by double
clicking on the solution file. If I start Visual Studio .NET 2003, then open
the solution, I get the above errors.

The .snk files are located in the same directory as the .sln file.

Any idea why this is happening.

Thanks in advance.
 
Back
Top