nastoski
Technical User
- Oct 21, 2003
- 21
Hi,
I have a problem debugging COM+ component. COM+ application (BTCom) and client application(BalanceTransfer) that call COM+ component are in the same solution. Settings are:
Solution Property Pages:
Multiple Startup Projects->check
Projects Action
Balance Transfer Start
BTCom Start
BTCom Project Property page->Configuratino Properties
->Debugging
DebugMode: Program
StartApplication: BalanceTransfer.exe
CommandLineArguments: /ProcessID: {9F13F4BF-BCA0-482B-996E-4F4609114538}
Then I set some brakepoints in BTCom code and set BTCom as StartUpProject...
Then I go BTCom (left click)->debug->StartNewInstance
My client application is started, but when I reach the COM+ method, and try to get into debugging COM+ BTCom, nothing happens, and in BTCom there are still ? breakepoint marks "The breakpoint will not currently be hit. No symbols have been loaded fot this documents"..
Can someone tell me, what am I doing wrong?
Thanks!
Igor
I have a problem debugging COM+ component. COM+ application (BTCom) and client application(BalanceTransfer) that call COM+ component are in the same solution. Settings are:
Solution Property Pages:
Multiple Startup Projects->check
Projects Action
Balance Transfer Start
BTCom Start
BTCom Project Property page->Configuratino Properties
->Debugging
DebugMode: Program
StartApplication: BalanceTransfer.exe
CommandLineArguments: /ProcessID: {9F13F4BF-BCA0-482B-996E-4F4609114538}
Then I set some brakepoints in BTCom code and set BTCom as StartUpProject...
Then I go BTCom (left click)->debug->StartNewInstance
My client application is started, but when I reach the COM+ method, and try to get into debugging COM+ BTCom, nothing happens, and in BTCom there are still ? breakepoint marks "The breakpoint will not currently be hit. No symbols have been loaded fot this documents"..
Can someone tell me, what am I doing wrong?
Thanks!
Igor