Assembly errors!!

  • Thread starter Thread starter Patrick Olurotimi Ige
  • Start date Start date
P

Patrick Olurotimi Ige

Does anybody knows how to fix this errors:-
Any ideas..workarounds??

Warning: The dependency 'Votations.NSurvey.BE, Version=1.7.0.0,
Culture=neutral, PublicKeyToken=e324ddfd33c58bf2' in project
'NSurvey_WebAdmin' cannot be copied to the run directory because it
would overwrite the reference 'Votations.NSurvey.BE, Version=1.8.0.0,
Culture=neutral, PublicKeyToken=e324ddfd33c58bf2'.



Cryptographic failure while signing assembly 'C:\Documents and
Settings\pige\VSWebCache\mwcvhodv2\NSurvey_WebAdmin\obj\Debug\Votations.
NSurvey.WebAdmin.dll' -- 'Bad Version of provider. '
 
Patrick said:
Does anybody knows how to fix this errors:-
Any ideas..workarounds??
I'm haven't tried to build the NSurvey project, but open source projects
seldom distribute their strong name key. If you want to build your own
NSurvey version without signing it, open the AssemblyInfo.cs and remove
the reference to the strong name key. If you need to sign your custom
built version, create your own strong name key with the sn.exe tool and
use this key to sign your assembly.

Anders Norås
http://dotnetjunkies.com/weblog/anoras/
 
Back
Top