Configuration Error - Help!!!

  • Thread starter Thread starter Roshawn
  • Start date Start date
R

Roshawn

Hi,

I've created a custom class the implements the IHttpModule interface. This class is placed in the App_Code folder in my web
site project.

However, when I run the project I always get this error:

"Configuration Error
...
Parser Error Message: Could not load file or assembly "j07" or one of its dependencies. The system cannot find the file
specified.

The Source Error points to a specific section in my web.config file. This is what's highlighted:

<httpModules>
<add type="j07.MyClass, j07" name="j07"/>
</httpModules>


I haven't the slightest idea what's wrong. Any help would be greatly appreciated.

Thanks,
Roshawn
 
Thanks for your help, Jacob. I did just as you suggested (although I had to use VB Express 2005 to create the dll) and
everything works.

Have a nice day, :-)
Roshawn
 
Back
Top