EPPlus.DataExtractor icon indicating copy to clipboard operation
EPPlus.DataExtractor copied to clipboard

Strong Name Errorr

Open OlafStolle opened this issue 5 years ago • 2 comments

Moin,

Strong Name Error, can you help

System.IO.FileLoadException: "Die Datei oder Assembly "EPPlus.DataExtractor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" oder eine Abhängigkeit davon wurde nicht gefunden. Eine Assembly mit starkem Namen ist erforderlich.

OlafStolle avatar Feb 06 '20 09:02 OlafStolle

Hi @OlafStolle , sorry for the late reply.

It looks like you need a strongly named assembly in your application. Unfortunately, this package do not have a strongly named version. I'll try to start working on that this weekend.

ipvalverde avatar Feb 21 '20 19:02 ipvalverde

In the meanwhile, you can try this package to sign the library yourself: https://github.com/brutaldev/StrongNameSigner

ipvalverde avatar Feb 22 '20 13:02 ipvalverde