[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Norm Dotti

8/19/2003 5:10:00 PM

In VS 2002 I was able to specify the following in the
AssemblyInfo.vb file of a web service and have it compile
ok.

<Assembly: AssemblyKeyFile("app.snk")>

The file resides in the directory of my solution. After we
switched to VS 2003 the web service won't compile anymore,
saying "Error creating assembly manifest: Error reading
key file 'app.snk' -- The system cannot find the file
specified."

I've tried putting the file in other directories but no
luck. Where should the key file be located? Is this still
supported for web services?