Visual C# 2010 express... displaying console output??

Posted by ClarkeyBoy on Stack Overflow See other posts from Stack Overflow or by ClarkeyBoy
Published on 2010-06-12T15:08:49Z Indexed on 2010/06/12 15:12 UTC
Read the original article Hit count: 345

Filed under:
|

Hi,

I am currently creating a customer application for a local company. I have a datagridview linked to the customers table, and I am trying to link it up so that updates, inserts and deletions are handled correctly. I am very new to c# so I am starting with the basics (like about 2 days ago I knew nothing - I know vb.net, Java and several other languages though..).

Anywho from what I understand anything output through Debug.WriteLine should only appear when in debug mode (common sense really) but anything output through Concole.WriteLine should appear whether or not in debug mode. However I have checked the immediate and output windows and nothing is being output when in normal mode. Does anyone have any idea why this is??

Thanks in advance,

Richard

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2010