The provider did not return a ProviderManifestToken string error

后端 未结 8 1067
失恋的感觉
失恋的感觉 2021-02-12 20:54

I am trying to create a web app using ASP.Net MVC3, Entity Framework and MySQL.

I have added the following code to my Web.Config file.



        
8条回答
  •  遥遥无期
    2021-02-12 21:41

    The problem was with the MySQL connector/Net.

    I previously used MySQL connector/Net 6.3.5 and after I uninstalled it and installed MySQL connector/Net 6.5.4 the issue was fixed. You can find latest connectors at http://www.mysql.com/products/connector/

提交回复
热议问题