|
Home > Archive > BizTalk Server General > December 2004 > Debugging Pipeline components error: No symbols loaded
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Debugging Pipeline components error: No symbols loaded
|
|
|
| Thanks for answering but that does not solve my problem. I know the
routine for debugging, the problem is that the breakpoints are not hit
when doing so...
/Axel
| |
|
| Did you resolve this ? Typical reasons I have found is that the code you are
trying to attach is different from the assembly you have deployed. Try
undeploying the dependent BTS assemblies, recompile the .NET assembly,
recompile/deploy the dependent BTS assemblies.
Above is assuming you were able to debug previously, but cannot do it now.
If that is not true, did you install/uninstall other .NET Framework versions ?
ravi
"Axel" wrote:
> Thanks for answering but that does not solve my problem. I know the
> routine for debugging, the problem is that the breakpoints are not hit
> when doing so...
>
> /Axel
>
|
|
|
|
|