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