Reply to thread

Hi Simone, I don't think this is the case, I've completely uninstalled the Framework, restarted, ran ccleaner, restarted downloaded the FULL version of .NET Framework 3.5 SP1, installed, restarted, installed all three (3) security updates for it, restarted, and ran your MediaPortal Installation tool. And I still get the below (and attached) error:


Please advise! Let me know if I can provide you with any further information to help troubleshoot this issue. I'm running XP Pro 2002 SP3. I have a Hauppauge HVR 1600 card. I have Trend Micro Internet Security 2007.


See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.


************** Exception Text **************

System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section system.serviceModel. (c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\machine.config line 146)

   at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)

   at System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors)

   at System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()

   at System.Configuration.ClientConfigurationSystem.EnsureInit(String configKey)

   --- End of inner exception stack trace ---

   at System.Configuration.ClientConfigurationSystem.EnsureInit(String configKey)

   at System.Configuration.ClientConfigurationSystem.PrepareClientConfigSystem(String sectionName)

   at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)

   at System.Configuration.ConfigurationManager.GetSection(String sectionName)

   at System.Configuration.PrivilegedConfigurationManager.GetSection(String sectionName)

   at System.Net.Configuration.DefaultProxySectionInternal.GetSection()

   at System.Net.WebRequest.get_InternalDefaultWebProxy()

   at System.Net.WebClient.get_Proxy()

   at MediaPortal.DeployTool.HTTPDownload.DownloadFile(String url, String targetFile, String userAgentOs)

   at MediaPortal.DeployTool.HTTPDownload.ShowDialog(String url, String targetFile, String userAgentOs)

   at MediaPortal.DeployTool.Utils.GetDownloadString(String session_id, String node_id)

   at MediaPortal.DeployTool.InstallationChecks.DirectX9Checker.CheckStatus()

   at MediaPortal.DeployTool.Sections.InstallDlg.AddPackageToListView(IInstallationPackage package)

   at MediaPortal.DeployTool.Sections.InstallDlg.PopulateListView()

   at MediaPortal.DeployTool.Sections.InstallDlg..ctor()

   at MediaPortal.DeployTool.DialogFlowHandler.GetDialogInstance(DialogType dlgType)

   at MediaPortal.DeployTool.Sections.BaseInstallationTypeDlg.GetNextDialog()

   at MediaPortal.DeployTool.DeployTool.nextButton_Click(Object sender, EventArgs e)

   at System.Windows.Forms.Control.OnClick(EventArgs e)

   at System.Windows.Forms.Button.OnClick(EventArgs e)

   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)

   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

   at System.Windows.Forms.Control.WndProc(Message& m)

   at System.Windows.Forms.ButtonBase.WndProc(Message& m)

   at System.Windows.Forms.Button.WndProc(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)



************** Loaded Assemblies **************

mscorlib

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)

    CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

----------------------------------------

MediaPortal.DeployTool

    Assembly Version: 0.9.1.29893

    Win32 Version: 0.9.1.0

    CodeBase: file:///C:/DOCUME~1/.../LOCALS~1/Temp/MediaPortal%20Installation/MediaPortal.DeployTool.exe

----------------------------------------

System.Windows.Forms

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

----------------------------------------

System

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

----------------------------------------

System.Drawing

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

----------------------------------------

System.Xml

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------

System.Configuration

    Assembly Version: 2.0.0.0

    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)

    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

----------------------------------------


************** JIT Debugging **************

To enable just-in-time (JIT) debugging, the .config file for this

application or computer (machine.config) must have the

jitDebugging value set in the system.windows.forms section.

The application must also be compiled with debugging

enabled.


For example:


<configuration>

    <system.windows.forms jitDebugging="true" />

</configuration>


When JIT debugging is enabled, any unhandled exception

will be sent to the JIT debugger registered on the computer

rather than be handled by this dialog box.


Top Bottom