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
Tony
NA
3
0
Really basic
Feb 27 2006 3:29 PM
I am new to C# and have been coding an application to learn the language, tools, etc. I have just begun working my way through printing with .NET and get an error message when I try to using the System.Drawing namespace:
The type or namespace name 'Drawing' does not exist in the class or namespace 'System' (are you missing an assembly reference?)
Here is the offending code - not much:
using
System;
using
System.Drawing;
I can access other System namespaces. I am confused.
thanks for any help,
tony
Reply
Answers (
3
)
Having real problems with BinaryWriter file access
DRAW RECT ON THE IMAGE