Hi to all
My epg stopped working some time ago but have not had time to look into it til now. I decided to uninstall / setup again from scratch.
I downloaded BRP 3.5 and Oztivo Extreme and followed the instructions at
http://www.oztivo.net/twiki/bin/view/TVGuide/MCE up to the point where I ran the software to obtain the xml data. At thi point I received an Unhadled Exception error - see below.
I have been reading posts for days and I can not find anyone that has reported exactly the same error.
I am running XP with MCE2005 software. I have updated all relevant drivers including BIOS, Video, Sound, etc.
From what I can tell, this would appear to be a .net framework error. I have both versions 1.1 and 2.0 (sp1) installed. I have tried uninstalling version 2.0 as per a post I read but that was worse. I have since installed it again.
The only other information is that I have dual compro tuners (DVB-T300) which are not working properly (IRQ sharing). I do not think this has anything to do with the error but I though it necessary to mention just in case (Maybe someone might know how I can get these cards to work on there own IRQ...)
I would appreciate any help that anyone can provide.
Thanks in advance
-----------------------------------------------------------------------------------------------------
Error Summary
Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.
The 'br' start tag on line 7 does not match the ending tag of 'p' Line 9, position 32.
Error Details
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Xml.XmlException: The 'br' start tag on line 7 does not match the end tag of 'p'. Line 9, position 32.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(Node Data startTag)
at System.Xml.XmlTextReaderImpl.ParseEndElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.LoadXml(String xml)
at OzTivoExtreme.XmlUtils.ProcessMe(String data, String fileName)
at OzTivoExtreme.mainForm.web_DownloadStringCompleted (Object sender, DownloadStringCompletedEventArgs e)
at OzTivoExtreme.WebUtils.DownloadStringCallback(Obje ct sender, DownloadStringCompletedEventArgs e)
at System.Net.WebClient.OnDownloadStringCompleted(Dow nloadStringCompletedEventArgs e)
at System.Net.WebClient.DownloadStringOperationComple ted(Object arg)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
OzTivoExtreme
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/WINDOWS/ehome/BladeRunnerPro/OzTivoExtreme.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
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.832 (QFE.050727-8300)
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.832 (QFE.050727-8300)
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.832 (QFE.050727-8300)
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.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
cnaxdom6
Assembly Version: 1.0.0.0
Win32 Version: 2.0.50727.832 (QFE.050727-8300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.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.
-----------------------------------------------------------------------------------------------------