EldinZenderink / SimpleIRCLib

A lightweight, simple to use and implement, IRC library with support for DCC download (no upload)
MIT License
14 stars 14 forks source link

Strong Name error #4

Closed Og1Kenobi closed 7 years ago

Og1Kenobi commented 8 years ago

Now i am getting this error when i try to run it

Severity Code Description Project File Line Source Suppression State Warning Referenced assembly 'SimpleIRCLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name. frmiWedgeChat C:\Users\Jonathan\Documents\Visual Studio 2015\Projects\SimpleIRCLib-master\FormExample\CSC Build

EldinZenderink commented 8 years ago

I have not fully read up on signing libraries (so that it can't be pulled apart) and didnt see a point doing so. This should normally not be an issue (as in that the previous versions worked as well, they weren't signed either).. there are a few solutions, the easiest one is deleting the current library and reinstalling it through nuget, or just get it from this github. There are more solutions to this problem which would require a bit more time to setup, which can be found here: http://stackoverflow.com/questions/331520/how-to-fix-referenced-assembly-does-not-have-a-strong-name-error

Og1Kenobi commented 8 years ago

it looks like when i embed this i have to not sign my project as well. looks like an all or nothing scenario without having to go down a rabbit hole.