Click to See Complete Forum and Search --> : I can't use ALL System assembly modules ! Why ?


Black Dodger
February 4th, 2001, 12:21 PM
I want to use in my c# program the System.Net assembly modul. When i compile the progi the compiler ends with an error. The System.Net is not a class from namespace System!
I have the System.Net.dll on my computer !!!!

What is the problem ?

I don't can use ALL System modules ! WHY ?

Can anyone help me ???

Bye BD

maheshbeniwal
February 8th, 2001, 10:10 AM
You have to add reference to the project. If you are using VC# then use Add Reference menu item.

See http://www.c-sharpcorner.com for more details about adding references from command line.

Cheers!

http://www.c-sharpcorner.com
C# and .NET developer's Network