EdiFabric Could not load file or assembly. A strongly-named assembly is required

0

I am building an Edi translation and import program using EdiFabric. I love the simplicity of EdiFabric, but my unit tests are blowing up with an error message that says:

System.IO.FileLoadException: Could not load file or assembly 'EdiFabric.Framework, Version=6.7.8.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT:0x80131044).

Any help would be appreciated.

edi
edifabric
asked on Stack Overflow Oct 18, 2016 by KenBobPDX • edited Jan 5, 2018 by johnnyRose

1 Answer

0

I was able to strong name sign the DLL on my own. Following the information found here: Signing unsigned assemblies in nuGetPackages

answered on Stack Overflow Oct 19, 2016 by KenBobPDX

User contributions licensed under CC BY-SA 3.0