Configuration Error - Help!!!

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
 
R

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
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top