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

Signed nuget packages(strongly named assemblies) #29

Open
tkaczz opened this issue Aug 29, 2022 · 3 comments
Open

Signed nuget packages(strongly named assemblies) #29

tkaczz opened this issue Aug 29, 2022 · 3 comments

Comments

@tkaczz
Copy link

tkaczz commented Aug 29, 2022

I wanted to use this library with our signed assembly, but every api access leads to error:
System.IO.FileLoadException: 'Nie można załadować pliku lub zestawu 'smsapi, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null' lub jednej z jego zależności. Wymagany jest zestaw o silnej nazwie. (Wyjątek od HRESULT: 0x80131044)'

It worked after cloning this repository, signing library with our key and adding this dll as reference to main project. If it's possible, it'd be much better to not do this manualy to use this library, but by just using signed nuget packages.

@jakublabno
Copy link
Collaborator

I've checked nuget package installation and it worked well, can you try again? https://www.nuget.org/packages/SMSAPI.pl

@tkaczz
Copy link
Author

tkaczz commented Feb 7, 2023

I'll try and post results

@tkaczz
Copy link
Author

tkaczz commented Feb 9, 2023

Maybe you're using latest version of smsapi dll. Our library is being created using .Net Framework 4.8 so I had to use version 1.0.9, and unfortunately with same errors as before.

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