What is the best way for me to connect to mySql connect from my .Net application?
I am using MySql.Data.dll.
When I try and make a database connection I get this warning:
System.Security.SecurityException: That assembly does not allow partially trusted callers.
I would appreciate any recommendations and other Best Practices.
Thanks,
I am using MySql.Data.dll.
When I try and make a database connection I get this warning:
System.Security.SecurityException: That assembly does not allow partially trusted callers.
I would appreciate any recommendations and other Best Practices.
Thanks,
Comment