Regarding: 6.19.3. Configuring Partial Trust with Connector/Net Library Not Installed in GAC
I am using shared hosting with medium trust (goDaddy) and I don't have access to the medium trust policy web configuration file, and GoDaddy will not make any changes to this. I've managed to get an older version of Mysql.Data.dll working by adding [assembly: AllowPartiallyTrustedCallers] to the assembly as per http://rbrundritt.wordpress.com/2010/09/18/mysql-net-4-entity-framework-and-medium-trust-hosting-environments/
Could someone suggest anything else. Perhaps update the latest version with [AllowPartiallyTrustedCallers] ??
I am using shared hosting with medium trust (goDaddy) and I don't have access to the medium trust policy web configuration file, and GoDaddy will not make any changes to this. I've managed to get an older version of Mysql.Data.dll working by adding [assembly: AllowPartiallyTrustedCallers] to the assembly as per http://rbrundritt.wordpress.com/2010/09/18/mysql-net-4-entity-framework-and-medium-trust-hosting-environments/
Could someone suggest anything else. Perhaps update the latest version with [AllowPartiallyTrustedCallers] ??