|
Subject:
|
Health Monitoring System - Chapter 3 Page 109 - 11
|
|
Posted By:
|
Laurie S. Stapleton
|
Post Date:
|
6/11/2006 7:37:27 PM
|
I need someone's help.
After creating the Class Library MB.TheBeerHouse and the WebCustomEvent Class file and making the changes in the Web.Config file, I get the following error message:
Could not load file or assembly 'MB.TheBeerHouse.CustomEvents' or one of its dependencies. The system cannot find the file specified.
How do I correct the code so I can go on.
Laurie
|
|
Reply By:
|
MythicalMe
|
Reply Date:
|
6/12/2006 12:41:31 AM
|
You need to set the Root Namespace of the Custom Events project property to a blank box. To do this, right click the Custom Events project in the Solution Explorer, select Properties then clear the Root Namespace textbox on the Application tab. Rebuild the project (or solution).
If this doesn't work for you, make sure that you have a reference to the Custom Events project from your web project.
|
|
Reply By:
|
ryandoah
|
Reply Date:
|
8/31/2006 12:13:03 PM
|
Hi, did this solution work for you? I'm having the same problems and can't figure out how to resolve it. I've tried everything I can think of, including the advice above, to no avail. Any insight?
More detail on my problems in this thread: http://p2p.wrox.com/topic.asp?TOPIC_ID=49089.
|