View Single Post
  #1  
Old 12-02-2004, 08:35 AM
CRogers CRogers is online now
Registered User
 
Join Date: 07-02-2003
Posts: 6
Unhappy "Error reading key file" when compiling VS.NET web app

I have a web app whose assembly is strongly named. Compilation within VS.NET works fine. Compiling during a build fails with the error

vbc : error BC30140: Error creating assembly manifest: Error reading key file 'path\to\my.snk' -- The system cannot find the path specified.

Compiling non-web apps using this same key file works fine as well.

Any advice?
Reply With Quote