Helpful Information
 
 
Category: .Net Development
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!

Try :


using System;
using System.Net;


BTW: the System.net DLL is auto-referenced by VS.net










privacy (GDPR)