|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
System.Net reference problem
I have the 'system.dll' referenced, but when I try to use the System.Net namespace, I get this error:
The type or namespace name 'Net' does not exist in the class or namespace 'System' (are you missing an assembly reference?) Having 'using System.Net' seems to work for anyone else... I really can't figure this out. I'm using VS .NET 2002, with the .net framework v1.0. Thank you! |
|
#2
|
||||
|
||||
|
Try :
Code:
using System; using System.Net; BTW: the System.net DLL is auto-referenced by VS.net |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > .Net Development > System.Net reference problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|