Strong name validation failed for 6.10.3-rc dll
Posted by: Michiel Overeem
Date: August 28, 2017 06:59AM

We have a library project (targeting NetStandard 2.0) that references MySql.Data 6.10.3-rc.
We run our test project that tests our library project (targeting net47, but using the new projectfile format) with dotnet test.

This results in the following exception:

System.IO.FileLoadException : Could not load file or assembly 'MySql.Data, Version=6.10.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)
----> System.Security.SecurityException : Strong name validation failed. (Exception from HRESULT: 0x8013141A)

The version 8.0.8-dmr has the same issue. The last stable 6.9.9 does not have this issue (but is not compatible with NetStandard). Could it be that the published dll's contain errors?

Options: ReplyQuote


Subject
Written By
Posted
Strong name validation failed for 6.10.3-rc dll
August 28, 2017 06:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.