Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add new project in the solution?
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01316637
Message ID:
01316700
Views:
13
>Hi Paul,
>
>I'm sorry, I can not get it to work.
>
>Here is what I have
>
>
>using System;
>using System.Collections.Generic;
>using System.Text;
>using System.ComponentModel;
>//using System.Drawing;
>//using System.Design;
>using System.Web;
>using System.Web.UI;
>using System.Web.UI.WebControls;
>
>I commented out two using sections (added them) because I was getting some errors to Image class otherwise.

Add:
using System.Drawing.Design; 
Rebuild the control project. In the other project you will probably need to close and reopen/rebuild for the changes to take effect. This should work.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform