T
tshad
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
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