Visual Studio will not allow me to unsign my projects

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I"m working in Visual Studio 2005. We decided to sign our assemblies, and I
did so through the properties page for each project. Unfortunately we've run
into problems since I signed the assemblies, and we've decided to not sign
them for now. So I went into each project to unsign the assemblies, but the
assemblies appear to still be signed. How do I unsign the assemblies in
Visual Studio 2005?

Thanks.
 
Hey,

If VS 2005 uses the same approach VS 2003 did, then check out the
AssemblyInfo.[cs | vb | whatever language you use] in each of the projects
and correct the values of the AssemblyKeyFile or AssemblyKeyName attributes
so the do not refer to any key.
 
Back
Top