I installed the MySQL Connector and the location succeeded, I was able to connect and even make my Migration
.
However, after giving Publish in my project and uploading to FTP, I'm encountering the following error:
Can not perform CAS Asserts in Security Transparent methods
Reading more, I understood that it is a "permission" error because the add-in is not part of the package.
I added the following line to my app.config, as indicated on another website:
<loadFromRemoteSources enabled="true" />
But I did not succeed. How could I be treating this?