Problem Building a Strong Name Project

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top