asp.net - ASPX files sometimes readonly when debugging in Visual Studio 2010 Premium -


I'm running a Visual Studio 2010 Premium on Vista 32-bit machine and I have noticed that sometimes when I have a website Project Debugging I can not edit an aspx file if I close the file and open it again I can edit it. Has anyone else encountered this problem? The only extensions I have installed are VS Productivity Power Tools and Power Commands. I also have this problem (using Windows 7 or XP) when:

  1. I do not already have a .SPX file in Visual Studio 2010
  2. I'm running a web app in debug mode

The lock occurs when I open and then try to edit any .aspx page (such as touching HTML slightly) which is currently viewing through a web browser when abg Is run in debug mode.

I have not found any solution for this problem yet, but when I am creating, I "browse ..." as a workaround for loading and viewing the page. (Right click solution explorer) HTML Improvement You can not debug codes but this file does not lock.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -