Mysql Connector MVC

Asked

Viewed 383 times

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 !?

  • You went up all references ? in the solution right click and ("Copy Local = true") ?

  • @Maria tried via godaddy and got the worst result, could not run even a static version of application. Via Locaweb got the reported error.

  • @Thiago.adriano26 Yes, I did it.

  • have you tried this ? http://answall.com/questions/40138/publicar-aplica%C3%A7%C3%a3o-com-Entity-framework-mysql? answertab=votes#tab-top

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.