Hi,
I have a problem debugging com+ component, i have to step into the code but when the line comes it simply step by it.
Note that the component it's called from a remote machine, but when I debug I spect to debug a local copy of the source code
These are the steps I use to debug in
VB a COM+ component:
- First, I load the exe project on the VS IDE,
- Then, load the dll projecto on another instance of the IDE, and I run it.
- Later, I run the app step by step.
But when I tried to step into the code, just run the line.
I've tried this at home and it worked, but here at work don't
I hope you can help me, and excuse me for my really bad english xD
(home: windows xp pro sp2
work: windows xp pro sp2)
Omar