Entry point was not found exception

前端 未结 12 778
夕颜
夕颜 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:17

    If you are catching this error in WebAPI Controller - you need fix binding version of System.Web.Http

    
        
        
    
    

提交回复
热议问题