The provider did not return a ProviderManifestToken string error

后端 未结 8 1038
失恋的感觉
失恋的感觉 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条回答
  •  萌比男神i
    2021-02-12 21:40

    Restarting the computer worked for me.

    While this message was showing, I did not find any differences between my computer [Windows 10] and the test server where the the application was deployed with the same configuration and was working correctly there and using the same database. It means the issue was probably not connected to the database running on the test server.

    Worth mentioning is there were some Windows updates pending while restarting.

提交回复
热议问题