Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. No console output vs2008

No console output vs2008

Scheduled Pinned Locked Moved Visual Basic
question
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cstrader232
    wrote on last edited by
    #1

    I upgraded to vs2008. If I create a new program, it's OK, but the program I converted from VS2005 doesn't create any output from a console.writeline. What am I missing? ty

    L 1 Reply Last reply
    0
    • C cstrader232

      I upgraded to vs2008. If I create a new program, it's OK, but the program I converted from VS2005 doesn't create any output from a console.writeline. What am I missing? ty

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      Unless you add special code to an app, the output from Console.WriteLine should go: 1. to the "output pane" when running inside Visual Studio 2. to a separate window (a "DOS console") otherwise Which is it that doesn't work? :)

      Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


      I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


      C 1 Reply Last reply
      0
      • L Luc Pattyn

        Unless you add special code to an app, the output from Console.WriteLine should go: 1. to the "output pane" when running inside Visual Studio 2. to a separate window (a "DOS console") otherwise Which is it that doesn't work? :)

        Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


        I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


        C Offline
        C Offline
        cstrader232
        wrote on last edited by
        #3

        Doesn't show in the output pane (Show output from: debug)

        L 1 Reply Last reply
        0
        • C cstrader232

          Doesn't show in the output pane (Show output from: debug)

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          debug output only shows in a debug build warning: there probably even is a "debug" checkbox which you could uncheck if you don't find the configuration manager, look for Tools/Options and: - check "show all options" - project and solutions: check "show advanced build options" :)

          Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


          I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups