TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
satish_talreja
NA
12
0
Errors compiling C# programs from command line
Jun 12 2004 10:41 AM
Hello All I am a beginner in C#. I have installed the 106 MB Microsoft.NET SDK. I tested by compiling and executing "HelloWorld.cs" from the command prompt(I do not have VS.NET). It all went smoothly. Now I tried to compile and run a cs program that should simply show me a window. But I am getting the error: *********************************************************************** The type or namespace "Winforms" does not exist in the class or namespace "System". *********************************************************************** The error code is CS0234. I read somewhere that the the references to the DLLs should be added in the project page. But since I do not use VS.NET I cannot do this. Is there any way to sort this problem out? Please help!! ALL suggestions are welcome. BUT I can do this only using Notepad and Command prompt. Regards Satish Kumar
Reply
Answers (
4
)
I need a help PLZ
printing DataGrid using PrintDocument