How do you debug an External Assembly called from a map?
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server > How do you debug an External Assembly called from a map?




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    How do you debug an External Assembly called from a map?  
GaleForce


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-26-04 03:51 PM

I'm having trouble getting an external assembly call to work from a BTS map
with a script functoid.  Is there a process I can attach to to debug it?  I
guessed and tried BTSNTsvc, but no luck.

Thanks,
Mike







[ Post a follow-up to this message ]



    RE: How do you debug an External Assembly called from a map?  
larry franks


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-26-04 03:51 PM

Hi Mike, it might be easier to add code to your assembly to launch the
debugger when it's called.  You can add something like:
if(System.Diagnostics.Debugger.IsAttached==false)
System.Diagnostics.Debugger.Launch();
This should launch the debugger and break at the next line of code in your
component.

You could also just add some tracing to the component.

Larry Franks

This posting is provided "AS IS" with no warranties,and confers no rights.
Subscribe at
http://support.microsoft.com/defaul...msdn/nospam.asp
&SD=msdn
--------------------
| From: "GaleForce" <nospan_mmcguinness@galeforcesolutions.com>
| Subject: How do you debug an External Assembly called from a map?
| Date: Thu, 24 Jun 2004 14:40:55 -0700
| Lines: 8
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.132
| Message-ID: <uij2uPjWEHA.2408@tk2msftngp13.phx.gbl>
| Newsgroups: microsoft.public.biztalk.server
| NNTP-Posting-Host: h209-139-213-230.gtconnect.net 209.139.213.230
| Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13
.phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.server:9742
| X-Tomcat-NG: microsoft.public.biztalk.server
|
| I'm having trouble getting an external assembly call to work from a BTS
map
| with a script functoid.  Is there a process I can attach to to debug it?
I
| guessed and tried BTSNTsvc, but no luck.
|
| Thanks,
| Mike
|
|
|






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 08:33 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register