Click here to Skip to main content
15,885,982 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
salam
im trying to publish my application.everything is ok bt when i try to install it shows this error:
Strong name signature not valid for this assembly ComponentFactory.Krypton.Navigator.dll
what's the solution of this error
thanks
Posted
Updated 16-Jun-16 7:24am

 
Share this answer
 
Comments
sidali.kadi 6-Feb-14 8:14am    
same probleme
Replaced the unsigned dlls with the signed ones and did another publish
 
Share this answer
 
Hi!

You will need to replace all your Krypton dlls by the dlls at
C:\Program Files (x86)\Component Factory\Krypton Toolkit 4.3.0\Bin\PublisherSigned
go: right click to your project -> properties -> References

and then publish your app (right click to your project -> properties -> Publish) including all the dlls you use (including krypton dlls).

I am using Kypton 4.3.0

-Jonathan Eduardo Tito Ontaneda
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900