I tried converting VS2003 project to vs2005. It converted successfully. Whenever I open the project, Iam getting
Quote:
|
quote:Strong name validation failed for assembly '<projectname>.vshost.exe'
|
Quote:
|
The file may have been tampered with or it was partially signed but not fully signed with the correct private key.
|
Note. Iam using third party component (Infragistics(UI dlls) and Entityspace(DAL dlls). I upgraded references also.
I want to
1.How to remove strong name from vs2003 project.
2.If i maintain string name in vs2003, how to overcome in vs2005.