TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Aleksandra
NA
1
0
The name 'XXXX' does not exists in current context
Feb 21 2011 4:41 PM
Hi...
In the Global.asax file I have something like this:
protected void Session_Start(object sender, EventArgs e)
{
System.Web.HttpContext.Current.Session["State"] = new Config.State();
}
and this report me the error 'The name 'State' does not exists in current context'.
and I have class State in Config namespace:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Config
{
public class State
{
public State()
{
//some code here
}
//some code here
}
}
Any help oh this?
Reply
Answers (
1
)
Confirm box for session comes up even when you are doing something on page
is it able to set the animation background for a web page in asp.net