06-06-04 09:53 PM
Perhaps you have old dlls lying around? Code is changed and not same as the
compiled dll you are trying to use? No debug symbols in the same folder as
the dlls in use?
When it failes for me to breakpoint, it has been solved when I recompiled
all dlls so that I know that I have the same code as the dll. Of course you
need to compile them with debug symbols (.pdb files) as well. If you have
them in the GAC, "re-gac" them as well. Delete or move your old dlls to some
other place so you are certain that they are not used. Also, restart the
BizTalk service and other services (sql, dtc, sso) which may hold the old
dlls.
Best regards
Niklas E
"Ramakrishna N via AdminLife" <anonymous@adminlife.com> wrote in message
news:%234AqOmySEHA.2128@TK2MSFTNGP11.phx.gbl...
Hi,
I am using BizTalk Server 2002 for my AICs.
I have an AIC and when I drop a file at the appropriate drop-location, it
picks it. But, from with-in the AIC I am referring to classes that I have
created in someother project (in the ProcessMessage(..) method).
I am able to do all that is required to debug the AIC. It is hitting the
break-point in the AIC. but when I try to break-into the class that my AIC
refers (which is in other project but in the same solution file), its not
going in. I see a '? ' on the break-point I have in the refered class. But
it looks like its executing the code. But when I try to "quick watch" the
instance of the class (that is in the other project) its says "<undefined>".
Why is this ? I am breaking my head for the past 36hrs....
Can somebody help in this regard. This is pretty urgent.
Regards,
kris
--------------------------------
From: Ramakrishna N
-----------------------
Posted by a user from AdminLife (http://www.adminlife.com/)
<Id>ln49DRLUxESwAmTSURWQoA==</Id>
[ Post a follow-up to this message ]
|