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:
01316703
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.

Ok, let me try that, thanks again.

Also I don't have the separate project anymore. I'm working with the class directly in my big project, remember?

I added this class cs file to App_Code. I added other relevant files to their directories. Now I'm having all these problems with assemblies.

I'm going to add my own prefixes in namespace again to see if the problem will go away.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform