[A]MySql.Data.MySqlClient.MySqlConnection cannot be cast to [B]MySql.Data.MySqlClient.MySqlConnection

前端 未结 3 1807
你的背包
你的背包 2021-01-05 09:35

I am getting this strange inexplicable error when I uploaded my application to a server for testing. From what I studied, it seems to be caused by conflicting MySql.Data, th

3条回答
  •  遥遥无期
    2021-01-05 10:08

    I had the same issue, conflict between version 18 and 19. Doing this in web.config fixed it. Set the new version to the one you have in your machine.

    
            
            
          
    

提交回复
热议问题