asp.net mvc 3 - can I turn off Visual Studio's "[the file] is already open. Do you want to close it?" behavior? -


I have installed MVC3 in VS2010 today. Since then, if I double click some items in the Solution Explorer then I get this dialog:

 Enter the image details here

This is intermittent but in the form of a hoax hack. This is happening only for some files. I can not imagine a situation where, when a file is double clicked in the solution explorer, then I want to close that file. The files in question are all razor ideas, but this is not happening for all the razor ideas, even if they are in the same directory. They all have the same file extensions.

Can I disable this dialog and set it to always open a file that I double click in the solution explorer?

Restart the computer and this problem has gone away.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -