MySQL .NET Connector 6.7.4
NickName:Gustavo Huffenbacher Daud Ask DateTime:2013-08-27T21:26:37

MySQL .NET Connector 6.7.4

I'm am unable to use MySQL Connector 6.7.4 with my local asp.net provider, a security message is being shown saying that it doesn't have the GAC security accesss, anyone know if there's any chance (like in on web.config) to make it work ?

I know that my local web hosting provider (called locaweb) uses a medium trust environment and refuses to make any changes on their server (such as adding mysql latest version to their GAC). Old version of the connector, such as 6.2.2 are working fine.

I've read several articles in the internet (such as http://dev.mysql.com/doc/refman/5.1/en/connector-net-medium-trust.html) but it didn't make clear to me if the changes were in my application's web.config or in my hosting config (which they refuse).

Thanks,

Copyright Notice:Content Author:「Gustavo Huffenbacher Daud」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/18466801/mysql-net-connector-6-7-4

More about “MySQL .NET Connector 6.7.4” related questions

MySQL .NET Connector 6.7.4

I'm am unable to use MySQL Connector 6.7.4 with my local asp.net provider, a security message is being shown saying that it doesn't have the GAC security accesss, anyone know if there's any chance ...

Show Detail

MySQL connector 6.7.4 and Entity Framework 5 exceptions

I downloaded MySQL Connector/Net 6.7.4 and MySQL for Visual Studio 1.0.2, and then followed these instructions to test it: Create a connection to the existing MySQL database. Create a console

Show Detail

Accessing NULL timestamp column with MySQL .NET Connector

We are using MySQL .NET Connector 6.7.4 to access a MySQL database using Entity Framework 5.0 in .NET. After upgrading to version 6.7.4 we have started to run into problems with a timestamp column ...

Show Detail

referencing MySQL with Connector/NET and Visual Studio 2013 Express

I am rebuilding a Visual Studio 2008 project in Visual Studio 2013 Express. I installed the latest community version of MySQL for Windows (5.6.14) and even after adding the reference to the newest...

Show Detail

MySQL Connector 6.7.4 Entity Framework 5 Model First

I am using Visual Studion 2012, MySQL 5.6.14, Connector for .NET 6.7.4 and Visual Studio plug-in 1.0.2 I have created an Entity Framework but cannot get "Generate Database from Model" to work. I ...

Show Detail

MySQL Membership Provider for .net 4.5

I'm trying to setup MySQL Membership Provider with Connector 6.7.4.0 and .Net v4.5 but I can't find the Mysql.Web namespace anywhere. I managed to reference Mysql.Data.dll & Mysql.Data.Entity....

Show Detail

MYSQL connector.net connection lost after long time

I have mysql connection to remote server with connector.net 6.7.4 like this: public MySqlConnection conn; public MySqlCommand com; public onStart() { conn = new MySqlConnection("Server=xx.xx...

Show Detail

Cannot load ado.net MySQL

Under C#, framework 4.5. I installed Mysql connector 6.7.4. If I try to load dynamically the dll with DbProviderFactory fac = DbProviderFactories.GetFactory("MySql.Data.MySqlClient"); I get : Fa...

Show Detail

Is MySQL Connector/Net backward compatible?

If I have a MySQL server 5.1, can I use all the onnectors from version 5.1 and above?: Connector/Net 6.1 Connector/Net 6.0 Connector/Net 5.2 Connector/Net 5.1 Clicking http://dev.mysql.com/downlo...

Show Detail

MySQL Connector for Visual Studio 2012 Update 3

since I've installed mysql connector 6.7.4 and Update 3 for Visual Studio 2012 the MySQL Connector is gone away from the Connection Manager dialog. It was a working project, so the data source

Show Detail