Visual Studio 2010 Automatic Attach To Process

后端 未结 10 2223
谎友^
谎友^ 2021-02-07 08:51

I am using visual studio 2010, my application has a multiu layer architect,

MainUI, WCFService, BLL and DAL

My MainUI communicated to WCF and WCF further commun

10条回答
  •  清歌不尽
    2021-02-07 09:42

    Personally I prefer to use Debugger.Launch() as suggested here in this thread, because it doesn't need for references to the DTE (that's IDE-specific and must be explicitly referenced into the project to be used)

提交回复
热议问题