R
Raheel
Hi,
I have a bunch of classes that are named c1.cs, c2.cs, c3.cs. The
c1, c2, c3 C# files are in the namespace name1.name2 {.
In c1 class I refer to the class c2. I am compiling these cs files
into a single assembly, like this : csc /t:library
/out:bin/name1.name2.dll c1.cs c2.cs c3.cs.
However, I am getting a compile time error in c1 here, saying that it
cant find c2.
What am I missing?
I have a bunch of classes that are named c1.cs, c2.cs, c3.cs. The
c1, c2, c3 C# files are in the namespace name1.name2 {.
In c1 class I refer to the class c2. I am compiling these cs files
into a single assembly, like this : csc /t:library
/out:bin/name1.name2.dll c1.cs c2.cs c3.cs.
However, I am getting a compile time error in c1 here, saying that it
cant find c2.
What am I missing?