View Single Post
Old 2007-04-01, 06:11   #5 (permalink)
Taipan
Portal Tester
 
Join Date: Feb 2005
Location: Melbourne
Posts: 1,949
Thanks: 4
Thanked 15 Times in 15 Posts

Country:

My System

Default

Quote:
Originally Posted by samuel337 View Post
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&#xD;&#xA;   &#xD;&#xA;" />
    <add key="edtftp.log.level" value="ALL" />
  </appSettings>
</configuration>
Taipan is online now   Reply With Quote