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

Itinero Nuget package is not strongly-named, which produces run-time errors when trying to load it on a signed application. #376

Open
UlyssesAlves opened this issue Oct 29, 2024 · 0 comments

Comments

@UlyssesAlves
Copy link

UlyssesAlves commented Oct 29, 2024

I installed Itnero version 1.5.1 via nuget package manager, but I get the following error when the application I am working on tries to load the reference Itinero DLL:

Could not load file or assembly 'Itinero, Version=1.5.1.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required.

I don't get that error with other nuget packages, so I believe it's possible to solve the issue by simply signing it as strongly-named on your side, so that when we install Itnero as a nuget package, it would then be successfully loaded on signed applications.

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

1 participant