Comfort Automation/ Security System Forums

Full Version: Modbus Plugin 4.1.1.5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
All,

If when upgrading to 4.1.1.5 from an earlier Modbus Plugin and you get this error below then you can woraround by doing the following:

  1. 1. Locate an open the \"ModbusService.exe.config\" file in the folder where you have previously installed the plugin.
    Mine looks like this..

    <?xml version=\"1.0\"?>
    <configuration>
    <appSettings>
    <add key=\"ModbusPluginFolderPath\" value=\"C:\\Development\\Comfort\\ComfortClient\\ComfortClient\\bin\\Release\\Plugins\\Modbus\" />
    </appSettings>
    <startup>
    <supportedRuntime version=\"v4.0\" sku=\".NETFramework,Version=v4.0\" />
    </startup>
    </configuration>


    2. Change the key name \"ModbusPluginFolderPath\" to \"ProgramFilePath\".

    3. Save this file and re-run the installer.

Regards

Julian