D
Drew
Hi,
Trying to learn how to compile C# from the Command line.
I've got my program running in Visual Studio, but I'm getting an error on
the command line:
The type or names space 'UserControl' could not be found (are you missing a
using directive or an assembly reference).
I assume I need to include something else?
How do I specify this?
Thank you!
Trying to learn how to compile C# from the Command line.
I've got my program running in Visual Studio, but I'm getting an error on
the command line:
The type or names space 'UserControl' could not be found (are you missing a
using directive or an assembly reference).
I assume I need to include something else?
How do I specify this?
Thank you!