Results 1 to 10 of 10

Thread: Newb-System.net class missing?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2003
    Posts
    3

    Newb-System.net class missing?

    IS the system.net class only available to ASP.NET users?
    I have Visual Basic.Net 2002 Standard installed on windows xp home edition
    do i also need to upgrade to xp pro? or win2k server?


    Thanks

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Re: Newb-System.net class missing?

    It's for Windows application as well as ASP.NET .As far as I know , you need to develop ASP.NET app then you need XP Pro , or WIN2000 .

  3. #3
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    You might need to add a reference to it in a windows application.

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Not the issue. system.Net is available anywhere. You need to tell us what problem you are having.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by Edneeis
    You might need to add a reference to it in a windows application.
    It's one of base system classes .

  6. #6
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Oops must have been thinking of the Web namespace.

  7. #7

    Thread Starter
    New Member
    Join Date
    Mar 2003
    Posts
    3

    Not seeing it

    Well in VB6 there was the winsock dll which i can access using COM, but in the .NET tutorials it mentions system.net class. Im not seeing it under references or COM

  8. #8
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Re: Not seeing it

    put this at the very top of your form or module you are working on :

    Imports System.Net
    then you can access all Net classes with short name . Is this what your question about ?

  9. #9
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Re: Re: Not seeing it

    Or you can use Object Browser by clicking F2 and then select System Class , and nested NET class .

  10. #10

    Thread Starter
    New Member
    Join Date
    Mar 2003
    Posts
    3

    Yes

    Yes pirate and everyone else.

    Thanks
    .NET isn't anything like what i thought it was going to be.

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