asp.net mvc - How to fix intellisense for VS2010 if VS2012 changed files in bin folder? -
i work projects using vs2010, colleagues use vs2012 , 1 of colleagues updated bin folder svn repo , changed files affected intellisense. i've tried creating new mvc 4 project , overwriting following files:
- system.web.optimization.dll
- system.web.razor.dll
- system.web.webpages.deployment.dll
- system.web.webpages.dll
- system.web.webpages.razor.dll
- webgrease.dll
but unfortunately, intellisense still isn't working. there additional files should taking account?
Comments
Post a Comment