Can't load mysql.web assembly

前端 未结 9 1736
故里飘歌
故里飘歌 2020-12-14 18:46

I am making a web application with ASP.net MVC3. I eventually want to use roleprovider and authentication used by a login form. So I have this code:



        
9条回答
  •  囚心锁ツ
    2020-12-14 19:47

    For upgrading latest version and solving these kind of issues;

    Under Nuget Manager Console run

    PM> Install-Package MySql.Web

    this will download latest MySql.Web for you. From project references find dll version by looking its properties.

    Then,change any other version in your web.config with this new version. This works.

提交回复
热议问题