|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Studio will not allow me to unsign my projectsI"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. Show quote "anonymous" <anonym***@discussions.microsoft.com> wrote in message news:806441B1-7807-425A-9B3E-2D7181772574@microsoft.com... > 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. |
|||||||||||||||||||||||