Designer Added then removed by Visual Studio on load/unload

前端 未结 6 2000
没有蜡笔的小新
没有蜡笔的小新 2020-12-02 07:48

Anyone see this before? I have a large Visual Studio project that keeps adding [Subtype]Designer[/Subtype] to my .vcproj then removing it on the n

6条回答
  •  攒了一身酷
    2020-12-02 08:18

    I am encountering the same problem in my ASP.NET web application's .csproj file:

    
      
      
        Designer
      
    
    

    Versus:

    
      
      
    
    

    My annoyance with this issue is due to revision control changes as well. The issue seems to be present in VS 2005/2008/2010. Have found the following question on Microsoft forums, but the answer is not clear.

    • What is Designer for in .csproj?

    I hope that a VS setting causes it, in which case, I will like you know when I find out what that setting is.

提交回复
热议问题