1
I published a site on Locaweb: . Net + Mysql + MVC 4 + EF6
For more details of the error: http://locvip.tempsite.ws/
Detail: wheel location normally.
But when I published it occurs the following:
`Cannot perform CAS Asserts in Security Transparent methods`
Publishing on Locaweb is pure freedom.
– Leonel Sanches da Silva
Is giving this error pq the connector DLL you are using not and supported by hosting, you will have to use a version of connector 6.2.5.0 otherwise I am mistaken! Follow this DLL download link if you want Tester --> https://groups.google.com/group/dotnet-csharp-attach/ee4009763890d/mysql.data.dll?part=0.1&authuser=0
– Hermes Autran
I downloaded Version 6.3.9. I added it in my application and locally when running the application gives this problem: The Entity Framework Provider type 'Mysql.Data.Mysqlclient.Mysqlproviderservices, Mysql.Data.Entity.EF6, Version=6.3.9.0, Culture=neutral, Publickeytoken=c5687fc88969c44d' Registered in the application config file for the ADO.NET Provider with invariant name 'Mysql.Data.Mysqlclient' could not be Loaded. Make sure that the Assembly-Qualified name is used and that the Assembly is available to the running application. See http://go.microsoft.com/fwlink/? Linkid=260882
– Luiz Felipe