You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: