Visual Studio 2010 Automatic Attach To Process

后端 未结 10 2215
谎友^
谎友^ 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:49

    1. In the properties page for the wcf service project, select the Web tab.
    2. Select 'Start External Program' for the start action, and choose MainUI.exe.
    3. Set the working directory as the folder that MainUI.exe is in (probably a bin folder).
    4. Set a break point and press f5 to start debugging.

提交回复
热议问题