Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debugging COM+ problem

Status
Not open for further replies.

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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top