Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CommaDelimitedStringCollection
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01317003
Message ID:
01317015
Views:
9
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform