Quote:
Originally Posted by samuel337 Try creating a mediaportal.exe.config file in your mediaportal/plugins/process folder. |
I copied the MediaPortal.exe.config file into the MediaPortal/pluins/process folder, and still get the error.
I then deleted the contents of the MediaPortal.exe.config file and tried to launch MediaPortal, but MP failed immediately - so it must be finding the file and reading it?
This is the contents of my MediaPortal.exe.config file - does that give any clues as to the source of the error message?
Code:
<?xml version="1.0"?>
<configuration>
<startup>
<requiredRuntime version="v2.0.50727" />
<supportedRuntime version="v2.0.50727" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="plugins/windows" />
</assemblyBinding>
</runtime>
<appSettings>
<add key="version" value="0.2.2.0-SVN-24.03.2007-22:44:40,23-Build 13562
 
" />
<add key="edtftp.log.level" value="ALL" />
</appSettings>
</configuration>