Event ID - 2012

Event Id2012
SourceNotificationServices
DescriptionThe specified assembly does not implement a continuous event provider. Ensure that the assembly name specified in the application definition file (ADF) is correct.
Event InformationExplanation :
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.

See what we caught

Did this information help you to resolve the problem?

Yes: My problem was resolved.
No: The information was not helpful / Partially helpful.