including namespace
hi all,
i am new to c#. i have written a class in csharp and i have give the name 'mynamespace' as the namespace name. suppose i want to include the namespace in another .cs file. How can i do that? i have used the keyword 'using' to include that namespace but it gives me the following error during compilation.
Inter.cs(6,7): error CS0246: The type or namespace name 'mynamespace' could
not be found (are you missing a using directive or an assembly
reference?)
thanks in advance,
msfan
AdministratorPosted Mar 29, 2003, 5:05 AM
AdministratorPosted Mar 25, 2003, 9:45 PM
AdministratorPosted Mar 25, 2003, 4:59 AM
AdministratorPosted Mar 25, 2003, 4:25 AM
AdministratorPosted Mar 25, 2003, 1:37 AM