|
Subject:
|
Ch 3: CustomEvents.dll
|
|
Posted By:
|
lmod
|
Post Date:
|
1/10/2007 1:45:54 AM
|
Hi, I may be missing something while trying to create the CustomEvents dynamic link library. I am using VS2005 and when I try to build the dll I get (2) exceptions: 1) The type or namespace name 'WebBaseEvent' could not be found (are you missing a using directive or an assembly reference?)
2)The name 'WebEventCodes' does not exist in the current context
Thanks
|
|
Reply By:
|
lmod
|
Reply Date:
|
1/10/2007 11:43:50 AM
|
Ok, problem solved. Just incase anyone else has this problem, you must add a reference to the Sytem.Web dll to the project in order to access the System.Web.Management namespace.
|