Event Id | 2012 |
Source | NotificationServices |
Description | The specified assembly does not implement a continuous event provider. Ensure that the assembly name specified in the application definition file (ADF) is correct. |
Event Information | Explanation : This error occurs when Notification Services is unable to find an implementation of the IEventProvider interface in the specified event provider assembly. User Action : Make sure that the event provider definition in the <providers> section of the ADF is correct and that the class specified in the <classname> element is derived from IEventProvider. For example, suppose the event provider definition is as follows: <providers><hostedprovider><providername>ContinousEP</providername><classname>ContinuousProvider</classname><assemblyname>C:\CP.dll</assemblyname><systemname>%SYSNAME%</systemname><arguments><argument><name>arg1</name><value>value1</value></argument></arguments></hostedprovider></providers> In this case, ensure that the ContinuousProvider class, specified in the <classname> element, is derived from IEventProvider.</classname></classname></providers> |
Reference Links |
Catch threats immediately
We work side-by-side with you to rapidly detect cyberthreats
and thwart attacks before they cause damage.