Jump to content

Bridge References C#


SteveDee

Recommended Posts

Hi, i wanted to use MySQL in my C# project.

So i added the MysqlData.dll and put it under assemblies in my meta.xml.

Now when i want to start the server it says that there are missing assembly references like System, System.Data, etc.

But they are all inside the "runtime" folder in the bridge folder.

How can i load them?

I cannot add all the dlls manually to my meta.xml

 

Thanks for your help

Link to comment
Share on other sites

It should be version 2.1, i just opened the created package by the server.

I downloaded mysqlData via NuGet Package.

 

(Using Linux)

 

Spoiler

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Data.Common, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.

 

Edited by SteveDee
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...