Assembly problem (System.Net)
C#
1
Posts
1
Posters
0
Views
1
Watching
-
ERROR : "The type or namespace name 'Net' does not exist in the class or namespace 'System' (are you missing an assembly reference?)" I get this error on 'using System.Net;' and I'm obviously not understanding something quite important. I've been doing console-apps in C# for a while now and I have never bumped into this assembly-stuff before. I've searched the net and MSDN without figuring this out. Please help me :-O Edit: I figured it out at last!! (At least I think so) Sprudling