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:
01317025
Views:
9
I think you still need to add System.Web, etc. to be able to use it in Web pages.

But I may be wrong, newbie myself.

>Thing is I'm not using it on a page but in a simple class to be stored per Session. Per the documentation, the class I'm trying to use is supposed to be in System.Configuration.
>
>
>>>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
Reply
Map
View

Click here to load this message in the networking platform