Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
Request reference not found
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="tshad, post: 1979860"] I have the following error in VS 2003: The type or namespace name 'Request' could not be found But I have the following in my code: using System; using System.Data; using System.IO; using System.Text.RegularExpressions; using System.Data.SqlClient; using System.Web.Services; using NewHires.RemoteUser; using NewHires.NewHire; using NewHires.EmployeeTax; using NewHires.Employee; using NewHires.ScorpeoUtility; using MyFunctions; using System.Collections; using System.ComponentModel; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; I also have the following references: DBObject System System.Data System.Web System.Web.Services System.XML What else am I missing? I have another project that has no problem with Request and it seems to have the same stuff in it. Thanks, Tom [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
Request reference not found
Top