Results 1 to 4 of 4

Thread: *** ... console development

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 1999
    Location
    Sydney,NSW,Australia
    Posts
    178

    Angry *** ... console development

    Okay according to the manual you can either develop in the IDE or use a text editor. Used a text editor yesterday to knock up a quick prog to loop through a database and verify everythings kosher.

    When tried to compile in DOS (the net the command window thingy), it was claiming l needed System.Xml, added that and it still didn't work.

    Cut and pasted the code directly into an empty IDE console project and it worked no problems.

    What's the skinny on this, always use the IDE or what

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    You need to add a reference to the System.Xml.dll on the command line.
    Dont gain the world and lose your soul

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 1999
    Location
    Sydney,NSW,Australia
    Posts
    178
    But l'm not using xml at all

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    can you post your code?
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width