I have an orchestration that calls an assembly (within an expression shape), the assembly however perform another method call of a second assembly. I am trying to debug the whole thing but can’t get into my second assembly that been called.
I did attache the BTS process and getinto the debug window, however the second method that been called can not be hit since I get \”no symbols loaded for this document\”
You can also manually load a PDB file. As soon as you attach, break into the process, then open the Modules window (from the Debug->Windows menu), select the assembly you’re interested in, right click and select Load Debug Symbols. It should let you select the PDB file to load.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.