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

  • Thread starter Thread starter SenthilVel
  • Start date Start date
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
 
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
 
Back
Top