Event ID - 2024

Event Id2024
SourceNotificationServices
DescriptionThe specified assembly does not implement a scheduled event provider. Ensure that the assembly name specified in the application definition file (ADF) is correct.
Event InformationAccording to Microsoft:
Explanation:

This error occurs when Notification Services is unable to find an implementation of the IScheduledEventProvider 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. For example, suppose the event provider is defined as follows:
<providers><hostedprovider><providername>ContinousEP</providername><classname>ContinuousProvider</classname><assemblyname>C:\CP.dll</assemblyname><systemname>%SYSNAME%</systemname><schedule><starttime>22:00:00</starttime><interval>P0DT00H05M00S</interval></schedule><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 IScheduledEventProvider. </classname></providers>.
Reference LinksEvent id 2024 from source Notificationservices

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.