chobo2
chobo2

Reputation: 85805

JS Files Keep Crashing in VS 2010

I have VS 2010, Windows 7.

Every time I try to make changes in my js files in one of my projects Vs keeps "not responding" and I have no clue why.

Anyone ideas how I can debug this? It seems to only be with js files.

Upvotes: 0

Views: 39

Answers (1)

Alexei Levenkov
Alexei Levenkov

Reputation: 100547

Try all standard things:

  • Disable all plugins and see if it happens
  • make sure to install all updates
  • if all fails - you can debug VS with another instance of VS and see if it gives you any clues.

Upvotes: 1

Related Questions