473,715 Members | 6,043 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Where does "Console.WriteL ine" output go?

I''ve created a simple Console Application in C#.NET (.NET 2.0), and I
have the following code:

Console.WriteLi ne("Now let us begin!");

However, the string, "Now let us begin!", never shows up in the "View"-
>"Output" window when I execute the code.
FYI, the text in the "View"->"Output" window is below instead:

'IO.vshost.exe' (Managed): Loaded 'C:\WINDOWS\ass embly\GAC_MSIL
\System.Xml\2.0 .0.0__b77a5c561 934e089\System. Xml.dll', Skipped loading
symbols. Module is optimized and the debugger option 'Just My Code' is
enabled.
The thread 0x16b0 has exited with code 0 (0x0).
The thread 0x1304 has exited with code 0 (0x0).
'IO.vshost.exe' (Managed): Loaded 'C:\Trading\IO\ IO\bin\Debug\IO .exe',
Symbols loaded.
The thread 0x1180 has exited with code 0 (0x0).
The thread 0xb0c has exited with code 0 (0x0).
The program '[2768] IO.vshost.exe: Managed' has exited with code 0
(0x0).

Anyone can advise me on how to get the text show in the output? Thanks!
Aug 27 '08 #1
3 6556

"Curious" <fi********@yah oo.comwrote in message
news:13******** *************** ***********@79g 2000hsk.googleg roups.com...
I''ve created a simple Console Application in C#.NET (.NET 2.0), and I
have the following code:

Console.WriteLi ne("Now let us begin!");

However, the string, "Now let us begin!", never shows up in the "View"-
>>"Output" window when I execute the code.

FYI, the text in the "View"->"Output" window is below instead:

'IO.vshost.exe' (Managed): Loaded 'C:\WINDOWS\ass embly\GAC_MSIL
\System.Xml\2.0 .0.0__b77a5c561 934e089\System. Xml.dll', Skipped loading
symbols. Module is optimized and the debugger option 'Just My Code' is
enabled.
The thread 0x16b0 has exited with code 0 (0x0).
The thread 0x1304 has exited with code 0 (0x0).
'IO.vshost.exe' (Managed): Loaded 'C:\Trading\IO\ IO\bin\Debug\IO .exe',
Symbols loaded.
The thread 0x1180 has exited with code 0 (0x0).
The thread 0xb0c has exited with code 0 (0x0).
The program '[2768] IO.vshost.exe: Managed' has exited with code 0
(0x0).

Anyone can advise me on how to get the text show in the output? Thanks!
The output does not appear in the command prompt window opened by the
console application? That's where you should see it. If the command window
is disappearing immediately, run your app using "Start Without Debugging"
from the Debug menu. It won't show in the IDE Output window.

Aug 27 '08 #2
The output does not appear in the command prompt window opened by the
console application? *That's where you should see it. If the command window
is disappearing immediately, run your app using "Start Without Debugging"
from the Debug menu. It won't show in the IDE Output window.- Hide quotedtext -
Thanks for the advice!

It does show in a separate black Command window. I was looking for the
output at the wrong place in Visual Studio.

Aug 27 '08 #3
Curious,

Use

Console.ReadLin e();

At the end.

Cor

"Curious" <fi********@yah oo.comschreef in bericht
news:13******** *************** ***********@79g 2000hsk.googleg roups.com...
I''ve created a simple Console Application in C#.NET (.NET 2.0), and I
have the following code:

Console.WriteLi ne("Now let us begin!");

However, the string, "Now let us begin!", never shows up in the "View"-
>>"Output" window when I execute the code.

FYI, the text in the "View"->"Output" window is below instead:

'IO.vshost.exe' (Managed): Loaded 'C:\WINDOWS\ass embly\GAC_MSIL
\System.Xml\2.0 .0.0__b77a5c561 934e089\System. Xml.dll', Skipped loading
symbols. Module is optimized and the debugger option 'Just My Code' is
enabled.
The thread 0x16b0 has exited with code 0 (0x0).
The thread 0x1304 has exited with code 0 (0x0).
'IO.vshost.exe' (Managed): Loaded 'C:\Trading\IO\ IO\bin\Debug\IO .exe',
Symbols loaded.
The thread 0x1180 has exited with code 0 (0x0).
The thread 0xb0c has exited with code 0 (0x0).
The program '[2768] IO.vshost.exe: Managed' has exited with code 0
(0x0).

Anyone can advise me on how to get the text show in the output? Thanks!
Aug 30 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
1472
by: Byrom, R (Rob) | last post by:
hi, I'd like to be able to trap console output as the user writes interactively. For example if the user press the up or down keys I'd like to be able to catch this and return the last executed command (a bit like the bash_history idea). Can anyone point me in the right direction? thanks for any help, Rob
1
547
by: Dan Williams | last post by:
Does anyone know if its possible to pause the console output if my console app tries to write data past the current command prompt buffer? In other words, behave much like the 'more' command, in that it stops outputting and waits for the user to hit space to display the next pages worth, or enter for the next line? Thanks in advance for any suggestions. Dan.
8
2334
by: AMeador | last post by:
I can see console output in the output window on VS, but how can you see this text when running the app on a different machine or outside of VS? Thanks! --- Andrew
5
6192
by: Markus S. | last post by:
Hello, I have a problem with a DOS EXE that is called by a .Net Winforms application. I need to redirect the console output into a textbox, but this should happen in real time, so when new output is written to the redirected StandardOutput-Reader, I want to catch it immediately and add it the my textbox. Now, I have tried everything from threads to invokes, but every time i call the read/readline/readtoend function in the thread, it...
2
1561
by: John | last post by:
Hi I need a console output system which needs to display information line by line and scroll once the designated viewable area is filled. User is still able to scroll back to the last x lines to see what has gone before. Is this possible in what is available in vb.net 2005? Thanks Regards
0
1379
by: Helge Lenuweit | last post by:
Hello, I am trying to put together an application that (1) shows Console.WriteLine() output when launched from within a console window (that is, from the command prompt) but that (2) **does not open** a console window when launched from Explorer or another process. Can this be done? I haven't had any luck so far - either all Console output is redirected to null (target:winexe) or a console window is
4
2259
by: =?Utf-8?B?RGF2aWQgVGhpZWxlbg==?= | last post by:
Hi; When my ASP.NET app is running on IIS, where does the Console.Out.WriteLine("hi there"); output go? -- thanks - dave david_at_windward_dot_net http://www.windwardreports.com
3
13859
by: TC | last post by:
I'm trying to debug a console application, but I can't see the console output. I've seen many references which say that console output is supposed to appear on the Output window when the application is run in Debug mode. However, I just can't get that to work. I'm using Visual Studio 2005. I've confirmed that my application is compiled as a console application, and that I'm running in Debug mode. To investigate this issue, I've reduced...
27
2962
by: CarlosMB | last post by:
Hello, I am writing code that uses a DLL which is supposed to print to console some useful information but for some reason it is not doing so. The environment is a bit complex to explain but here it goes: - I am using a C library called SYMPHONY, which I compiled myself. When using that
0
8821
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8718
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9196
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9103
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9047
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7973
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6646
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4738
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2539
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.