0
I installed Mysql Connector and local I was successful, I was able to make the connection and even do my Migration
.
However, after giving Publish in my project and go up in FTP, I am encountering the following error:
Cannot perform CAS Asserts in Security Transparent methods
Reading more about, I understood that it is a "permission" error on account of the add-on not being part of the package.
I added in my app.config the following line, as it was indicated on another site:
<loadFromRemoteSources enabled="true" />
But I was unsuccessful. How could I be treating this?
Which server you hosted your application on !?
– Maria
You went up all references ? in the solution right click and ("Copy Local = true") ?
– thiago.adriano26
@Maria tried via godaddy and got the worst result, could not run even a static version of application. Via Locaweb got the reported error.
– Rafael Barbosa
@Thiago.adriano26 Yes, I did it.
– Rafael Barbosa
have you tried this ? http://answall.com/questions/40138/publicar-aplica%C3%A7%C3%a3o-com-Entity-framework-mysql? answertab=votes#tab-top
– Thiago Friedman