Comfort Automation/ Security System Forums
Modbus Plugin 4.1.1.5 - Printable Version

+- Comfort Automation/ Security System Forums (https://www.comfortforums.com)
+-- Forum: Software Applications (https://www.comfortforums.com/forum-4.html)
+--- Forum: ComfortClient (https://www.comfortforums.com/forum-65.html)
+---- Forum: ComfortClient Plug-ins (https://www.comfortforums.com/forum-107.html)
+---- Thread: Modbus Plugin 4.1.1.5 (/thread-3510.html)



- juwi_uk - 09-08-2013

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