pose icon indicating copy to clipboard operation
pose copied to clipboard

A strongly-named assembly is required

Open AdamYoblick opened this issue 4 years ago • 1 comments

Trying to use Pose from other strongly named assemblies and getting the following exception:

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

Any chance of getting this assembly strongly-named?

AdamYoblick avatar Jul 26 '19 22:07 AdamYoblick

FWIW, for any open-source projects that don't have a strong-named assembly, you can download the source and compile and strong-name it yourself. It effectively becomes your own private fork of the library, but it does get around this error.

nbarbettini avatar Jan 13 '20 22:01 nbarbettini