Use command line option '/keyfile' or appropriate project settings instead of 'AssemblyKeyFile' ????

S

SenthilVel

Hi

I am in the Process of conversion of my existing 1.1 Dotnet Code to 2.0
framework.

for each project when i compile in VS2005 , i get this error\warning:

Use command line option '/keyfile' or appropriate project settings instead
of 'AssemblyKeyFile'

Question :

1. which is the best way to convert my assembly key file from its relative
path"..\\..\..\test.snk" to the way .Net Framework 2.0 needs??
2. i have this file in multiple projects (around 300 projects), any short
cut methods so that i can create a utility and update the location of my Snk
???

thanks
Senthil
 
K

Klaus H. Probst

1. which is the best way to convert my assembly key file from its
relative path"..\\..\..\test.snk" to the way .Net Framework 2.0
needs?? 2. i have this file in multiple projects (around 300
projects), any short cut methods so that i can create a utility and
update the location of my Snk ???

It's a bit of a drag, and not the best solution, but take a look at this:

http://davidkean.net/archive/2005/08/25/1162.aspx
 

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