VS2010 opens my class-file (.cs) in the designer mode

前端 未结 3 1161
别跟我提以往
别跟我提以往 2020-12-16 11:49

I\'ve created a class that extends DbConnection in a brand new project.

public class FakeDbConnection : DbConnection { ... }

In the Solutio

3条回答
  •  爱一瞬间的悲伤
    2020-12-16 12:08

    Thats because DBConnection inherits "Component". About disabling VS to add "Subtype" in csproj-file - I don't think thats possible.

    You can still aceess the code, by right-clicking in designer -> show code (I think "F7" is the shortcut key for that)

提交回复
热议问题