Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / May 2008

Tip: Looking for answers? Try searching our database.

IHttpModule type not found?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Eric Goforth - 21 May 2008 21:17 GMT
Hello,

I'm trying to create an Http Helper Module in VS.NET 2005.  When I do
the following the .NET ide complains that it doesn't know what the
IHttpModule type is.  I initially tried it without the System.Web (I'm
importing the namespace).  Any idea what's wrong?

Imports Microsoft.VisualBasic
Imports System
Imports System.Collections
Imports System.Configuration
Imports System.Text
Imports System.Threading
Imports System.IO
Imports System.Reflection
Imports System.Web
Imports System.Xml
Imports System.Xml.XPath

Namespace MyModule

   Public Class MyModule
       Implements System.Web.IHttpModule

   End Class
End Namespace
Anthony Jones - 22 May 2008 08:12 GMT
> Hello,
>
[quoted text clipped - 22 lines]
>     End Class
> End Namespace

Your project is missing a reference to the system.web.dll

Signature

Anthony Jones - MVP ASP/ASP.NET


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.