![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Omlette du fromage
Join Date: Oct 2007
Posts: 29
Rep Power: 0
![]() |
Re: System.Net.Sockets Namespace Missing??
This is where uber tools like Visual Studio hide a little too much for beginners. When you start a new project some of the framework libraries are automatically linked (depending what type of project template you select) see the references folder in solution explorer. You need to add others yourself when they are required, simply typing "using System.Net.Sockets" is not sufficient as you have now discovered.
|
|
|
|
|
|
#12 | ||||
|
Newbie
Join Date: Oct 2007
Posts: 29
Rep Power: 0
![]() |
Re: System.Net.Sockets Namespace Missing??
Quote:
Quote:
Quote:
Quote:
|
||||
|
|
|
|
|
#13 |
|
Professional Programmer
|
Re: System.Net.Sockets Namespace Missing??
Does it really matter ?
A friend installed .net 3.5 and the VS2008 beta environment was dead. Why ? other apps worked. He reinstalled VS2008 and everything was ok. Why ? On my computer I installed .net3.5 - no problem here. What i'm trying to say is that the environment was a variable that should be checked . Maybe it had something to do with it. The OP fixed his issue - why he had to add a reference to the library, I still don't know. On my machine I don't have to do that. .. let these be the little mysteries of life ![]() @hollystyles - "simply typing "using System.Net.Sockets" is not sufficient as you have now discovered." - on my machine it is .
__________________
Don't take life too seriously, it's not permanent ! |
|
|
|
|
|
#14 |
|
Not a user?
Join Date: Sep 2007
Posts: 272
Rep Power: 2
![]() |
Re: System.Net.Sockets Namespace Missing??
Could it be Option Explicit or some other Option? Or is this even used in C#?
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| namespace vs struct | Klarre | C++ | 8 | Dec 29th, 2006 11:40 AM |
| C# corruption!!! | Kilo | C++ | 32 | May 21st, 2006 8:44 PM |
| Help with this. Can you check what's missing? | DBZ | C++ | 2 | Mar 17th, 2006 11:39 PM |
| Regarding namespace | aniruddha_dhondge | C++ | 22 | Sep 29th, 2005 7:38 PM |
| C++ namespace question | kevin_cpp | C++ | 1 | May 17th, 2005 3:28 PM |