-
-
Notifications
You must be signed in to change notification settings - Fork 372
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
FileLoadException: . . . Strong name signature could not be verified. #516
Comments
Apparently I had If you use the net45 version, it will be signed. |
In case it wasn't obvious, I didn't use my Windows 10 machine to build these packages. |
Is it possible to release a fixed version? |
Yes, I'll try to make a new release tonight. |
Same problem could occur in MailKit, when building on non-Windows machine? |
Yep, I know. I'm planning to make a release of MailKit as well. |
I'm getting the following exception after upgrading from v2.3.2 to v2.4.0:
[FileLoadException: Could not load file or assembly 'MimeKit' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)]
Comparing the two version assemblies in ILSpy, the only difference I see is version number, which doesn't explain the exception.
Any ideas?
The text was updated successfully, but these errors were encountered: