Search results for query: *

  1. S

    Question Unhandled exception string problem user input

    Thank You, I have updated the code to string, but now I can't get it to read the "employee name", I know I'm missing something somewhere, but not sure what. Here is my new code. Any help is very much appreciated. namespace Lesson_5_Project { class Employee { private...
  2. S

    Question Unhandled exception string problem user input

    Hello all: I'm new to coding and this forum, using c# visual studio 2012. I am trying to get this code to read the user input and read it on a separate line. I get an un-handled exception, not sure why. Thank You using System; using System.Collections.Generic; using System.Linq; using...
  3. S

    Question show line numbers

    Hello to all. This is my first thread and I am a newbee to C#. I am using Visual Studio Express 2012. I would like to see the line numbers on the left side. How do I enable this? Thanks
Back
Top Bottom