TxTranslation icon indicating copy to clipboard operation
TxTranslation copied to clipboard

Referenced assembly 'Unclassified.TxLib' does not have a strong name

Open maratoss opened this issue 9 years ago • 3 comments

Hi! I'm trying to build my application to deploy via clickonce and get following error:

Assembly generation failed -- Referenced assembly 'Unclassified.TxLib' does not have a strong name

Could you sign your assembly and update your nuget package?

maratoss avatar Oct 01 '15 07:10 maratoss

Maybe yes. I never used nor needed strong names but often saw them as an obstacle. I first need to learn what they are and how to use them. Until then you may have to sign it yourself.

ygoe avatar Oct 01 '15 07:10 ygoe

Thanks!

Until then you may have to sign it yourself.

Yes, i did it already

maratoss avatar Oct 01 '15 08:10 maratoss

@maratoss You could use this branch instead, as it is indeed what you ask for: https://github.com/ygoe/TxTranslation/pull/20

codingdave avatar Aug 24 '22 20:08 codingdave