Add HttpRequest class to Windows application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi EveryBody:

I want to add HttpRequest class to my windows application, I add the
System.Web.dll to my project as refreance . but I still get the blue Line
under HttpReqesut class as error.

Some body can help me or redirect me to do it right?

any help will be appreciated

regard's

Husam
 
Husam said:
I want to add HttpRequest class to my windows application, I add the
System.Web.dll to my project as refreance . but I still get the blue Line
under HttpReqesut class as error.

Make sure your file contains the line 'Imports System.Web' in the imports
section at the beginning.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top