Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CommaDelimitedStringCollection
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Divers
Thread ID:
01317003
Message ID:
01317015
Vues:
10
>For some reason or another, I have a Winform application that compiles without issue when looking for the above class.
>But I have a Web application that simply refuses to see the above class. I have the correct using statements as below (well correct in that it works under the Winform):
>
>
>using System;
>using System.Configuration;
>using System.Collections;
>
>
>Any ideas why it won't see the class?
>
>
>TIA
>Richard

Here's what I have in the Web class .cs file
using System;
using System.Collections.Generic;
using System.Text;
using System.ComponentModel;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform