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:
01316700
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.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform