Entry point was not found exception

前端 未结 12 783
夕颜
夕颜 2020-12-10 00:47

I have installed vs2012 (11.0.50727.1),
I opened a new MVC4 with .NET 4.5 solution,
i create a simple HomeControl

12条回答
  •  遥遥无期
    2020-12-10 01:24

    Old post but if you encounter it prior to the mvc woes (System.Mvc.dll update e.g x.0.0.1) you could check the bindingRedirect tag(4.0.0.0 -> 4.0.0.1)

    
        
        
       
    

提交回复
热议问题