09-08-2013, 02:16 PM
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:
Regards
Julian
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