Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to add new project in the solution?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
OS:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01316637
Message ID:
01316703
Vues:
15
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform