https://github.com/kspearrin/strongnameerrorbase32package
https://github.com/kspearrin/strongnameerrorbase32package
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kspearrin/strongnameerrorbase32package
- Owner: kspearrin
- Created: 2015-11-14T21:03:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-14T21:10:58.000Z (almost 10 years ago)
- Last Synced: 2025-01-12T22:46:35.493Z (9 months ago)
- Language: C#
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StrongNameErrorBase32Package
Run project in visual studio.
Access `/api/values/fails` and you get:
> An exception of type 'System.IO.FileLoadException' occurred in OtpSharp.dll but was not handled in user code
>
> Additional information: Could not load file or assembly 'Base32, Version=1.0.0.26, Culture=neutral, PublicKeyToken=3427d4dc8cee30c6' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)Access `/api/values/works` and all is well.
External projects used:
"OtpSharp": "1.3.0.2"
https://bitbucket.org/devinmartin/otp-sharp/wiki/TOTP
https://bitbucket.org/devinmartin/base32