Could not load file or assembly 'System.Web.Mvc, Version=3.0.0.0' or one of its dependencies

后端 未结 7 964
名媛妹妹
名媛妹妹 2021-02-18 13:56

I am adding Ninject in MVC project using the following commands in Package Manager Console:

Install-Package Ninject -version 3.0.1.10
Install-Package Ninject.Web         


        
7条回答
  •  遇见更好的自我
    2021-02-18 14:31

    Update the Application web.config File

    Be sure to make these changes in the app web.config file, not the web.config file in the Views folder.

     
         
             
                 
                 
             
          
     
    

提交回复
热议问题