Editing aspx/ascx files randomly disabled in Visual Studio 2010?

前端 未结 13 1064
耶瑟儿~
耶瑟儿~ 2020-12-25 11:34

I\'ll be debugging a site in Visual Studio 2010 and editing an *.aspx or *.ascx file, and without warning, it will lock up so that I can\'t edit it

13条回答
  •  时光取名叫无心
    2020-12-25 12:12

    Usually this is because of your version control system making the files readonly (namely VSS). Go into the settings for source control and set the editor so that it will checkout files when edited.

    If it is not your source control, then it is that the files are being made readonly by something, and that 'something' is what you need to find to fix this problem.

提交回复
热议问题