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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -