Darko Jovisic

BizTalk and .NET development

  Home  |   Contact  |   Syndication    |   Login
  11 Posts | 0 Stories | 14 Comments | 11 Trackbacks

News

Archives

Post Categories

You can download this tool to help you debug orchestrations:
http://www.sysinternals.com/Utilities/DebugView.html

You can put an expression shape in your orchestration designer and write some information (by using System.Diagnostics.Debug.WriteLine()) out that will be catched by this tool. For example:

System.Diagnostics.Debug.WriteLine(System.DateTime.Now.ToShortTimeString());

posted on Monday, November 21, 2005 11:47 AM