Could not load file or assembly 'WebMatrix.Data`

前端 未结 6 878
说谎
说谎 2021-02-06 22:22

I updated MVC4 to MVC5. When you run the application I got an error that I don\'t have WebMatrix.Data. I installed it PM> Install-Package WebMatrix.Data

6条回答
  •  不思量自难忘°
    2021-02-06 22:41

    Go into: Tools > NuGet Package Manager > Package Manager Console

    And run the following command:

    PM> Install-Package Microsoft.AspNet.WebPages.Data
    

提交回复
热议问题