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
Krangas Krangas
NA
1
0
'HttpContext' does not exist in the class or...
Jun 1 2006 10:18 PM
This is the error message I am getting:
"The type or namespace name 'HttpContext' does not exist in the class or namespace 'System.Web' (are you missing an assembly reference?)"
And this is the code:
--------------------------------
using System;
using System.Web;
namespace RecipeBox
{
//Business logic for User
public class bUser :Business
{
protected HttpContext oCurrentContext;
public bUser()
{
oCurrentContext= HttpContext.Current;
}
----------------------------
When I start typing in System.Web. VS only gives me 3 suggestions (AspNetHostingPermissions), whereas in another project, which as far as I can see is completely the same, I am given all the System.Web functions, not just the ones in System(Web).
Is there anybody out there that can tell me what I am doing wrong? Please :) Any help would be greatly appreciated.
Reply
Answers (
2
)
Downloading zip files.
"easy to integrate with Oracle!" my foot...