View single post by juwi_uk
 Posted: Sunday Sep 8th, 2013 02:16 pm
 PM  Quote  Reply  Full Topic 
juwi_uk



Joined: Friday May 25th, 2007
Location: Newbury, United Kingdom
Posts: 1255
Status: 
Offline

  back to top

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. 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

Attachment: MBError.png (Downloaded 16 times)

 Close Window