|
Home > Archive > BizTalk Server General > May 2006 > Where is my debug statements
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 |
Where is my debug statements
|
|
|
| Hi All,
I have created a project in 2006 and in the expression wrote the very
helpful System.Diagnostics.Debug.WriteLine("blah de blah de blah"); but after
I have deployed it I cannot see any output from debug.
I am using both debugview and visual studio to look for the output but to no
avail. My project is in development mode with Generate Debugging Information
set to true. What am I missing?
Cheers,
Gary
| |
|
| An update on this is I have no problems using debugview on my workstation
machine XP but on Windows Server 2003 I cannot see the debug information from
BizTalk assemblies. It seems to be okay from simple console apps.
"Gary" wrote:
> Hi All,
>
> I have created a project in 2006 and in the expression wrote the very
> helpful System.Diagnostics.Debug.WriteLine("blah de blah de blah"); but after
> I have deployed it I cannot see any output from debug.
>
> I am using both debugview and visual studio to look for the output but to no
> avail. My project is in development mode with Generate Debugging Information
> set to true. What am I missing?
>
> Cheers,
> Gary
| |
| Doug Girard [MSFT] 2006-05-19, 7:13 pm |
| Gary,
Have you built the BizTalk projects in "Debug" mode or "Release". These
should be project properties. Perhaps this is the root cause.
HTH,
Doug Girard [MSFT]
Note: This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>Thread-Topic: Where is my debug statements
>thread-index: AcZYouHMV+sz6C9gRRGA9+zTNo2enw==
>X-WBNR-Posting-Host: 195.10.45.233
>From: =?Utf-8?B?R2FyeQ==?= <Gary@discussions.microsoft.com>
>References: <6C212CBA-1506-4FB1-B914-4FCA8F0C7964@microsoft.com>
>Subject: RE: Where is my debug statements
>Date: Wed, 5 Apr 2006 04:20:02 -0700
>Lines: 18
>Message-ID: <A0E85342-3706-496F-B828-418E01EFDD0E@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
>Newsgroups: microsoft.public.biztalk.general
>Path: TK2MSFTNGXA01.phx.gbl
>Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.biztalk.general:36348
>NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
>X-Tomcat-NG: microsoft.public.biztalk.general
>
>An update on this is I have no problems using debugview on my workstation
>machine XP but on Windows Server 2003 I cannot see the debug information
from
>BizTalk assemblies. It seems to be okay from simple console apps.
>
>"Gary" wrote:
>
after[vbcol=seagreen]
to no[vbcol=seagreen]
Information[vbcol=seagreen]
>
| |
|
| Hi Doug,
My project was in Debug mode. I worked around this by writing to the event
log which works okay.
Thanks,
Gary
"Doug Girard [MSFT]" wrote:
> Gary,
>
> Have you built the BizTalk projects in "Debug" mode or "Release". These
> should be project properties. Perhaps this is the root cause.
>
> HTH,
> Doug Girard [MSFT]
>
> Note: This posting is provided "AS IS" with no warranties, and confers no
> rights.
> --------------------
> from
> after
> to no
> Information
>
>
|
|
|
|
|