Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A strongly-named assembly is required #52

Open
AdamYoblick opened this issue Jul 26, 2019 · 1 comment
Open

A strongly-named assembly is required #52

AdamYoblick opened this issue Jul 26, 2019 · 1 comment

Comments

@AdamYoblick
Copy link

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?

@nbarbettini
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants