Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up... Unable to load one or more of the requested types ... #665
Comments
|
I think with type providers you should use compiletime the full .NET framework dll and runtime the Core dll. |
|
@Thorium the instructions given in your link almost worked; they were able to remove errors visible in VS, but upon building I get the following error So I added the package System.Memory and copied the dll to the libraries folder, then upon building I get
I have tried adding the packing System.Runtime.CompilerServices.Unsafe and copying the dll but no change in error. Also, the test project in this repo does not work for me. Trying to build results in
|
|
Hi, I upgraded few system references, to SQLProvider 1.1.79, hope that helped. |
Description
I am trying to get a basic demo working against MariaDB10 using MySqlConnector but can't get it to compile. The advice given in this related issue doesn't seem to help.
Repro steps
Create a project with the following code
and the following libraries
Place the MySqlConnector.dll in the 'DLLs' folder and try to build.
Expected behavior
Successful build
Actual behavior
The following compile error is given
Related information