(The following information is for advanced users only and should not need to be modified in a normal installation.)
In order for the event provider to load correctly, a separate configuration file is needed to tell the Events2HVAC application how and where to load the event provider. These files are named Events2HVAC.exe.config and Events2HVAC.Service.exe.config, and they are located in the <application root> directory.
The following xml sections must be included in these files:
<!--Application settings (see Events2HVAC.config)-->
<!-- Default EMS provider configuration (make sure setting are the same for Events2HVAC_service.exe.config)-->
<emsProvider defaultProvider="EventProvider.Resource Scheduler">
<providers>
<clear />
<add name="EventProvider.Resource Scheduler" type="Streamside.Events2HVAC.EventProvider.Resource Scheduler.RSProvider, EventProvider.Resource Scheduler" description="" />
</providers>
</emsProvider>
Warning: Modifying the .config files manually can cause the Events2HVAC application to fail if the file is configured incorrectly. Always make a backup copy before attempting to modify.