|
-
Mar 31st, 2003, 04:39 PM
#1
Thread Starter
New Member
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
-
Mar 31st, 2003, 04:44 PM
#2
Sleep mode
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 .
-
Mar 31st, 2003, 04:54 PM
#3
You might need to add a reference to it in a windows application.
-
Mar 31st, 2003, 04:55 PM
#4
Not the issue. system.Net is available anywhere. You need to tell us what problem you are having.
-
Mar 31st, 2003, 04:57 PM
#5
Sleep mode
Originally posted by Edneeis
You might need to add a reference to it in a windows application.
It's one of base system classes .
-
Mar 31st, 2003, 05:13 PM
#6
Oops must have been thinking of the Web namespace.
-
Mar 31st, 2003, 05:35 PM
#7
Thread Starter
New Member
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
-
Mar 31st, 2003, 05:38 PM
#8
Sleep mode
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 ?
-
Mar 31st, 2003, 05:40 PM
#9
Sleep mode
Re: Re: Not seeing it
Or you can use Object Browser by clicking F2 and then select System Class , and nested NET class .
-
Mar 31st, 2003, 05:45 PM
#10
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|