When I run WebEPG Config (svn 09-06-2006 19-58-Rev10160) and try to import the channellist I get an application error with following information:
Code:
Zie het einde van dit bericht voor meer informatie over het aanroepen
van JIT-foutopsporing (Just In Time) in plaats van dit dialoogvenster.
************** Tekst van uitzondering **************
System.TypeInitializationException: De type-initialisatiefunctie voor MediaPortal.TV.Database.TVDatabase heeft een uitzondering veroorzaakt. ---> System.TypeInitializationException: De type-initialisatiefunctie voor MediaPortal.GUI.Library.Log heeft een uitzondering veroorzaakt. ---> System.ArgumentException: Het pad kan niet uit een lege tekenreeks of alleen spaties bestaan.
bij System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)
bij System.IO.Directory.CreateDirectory(String path)
bij MediaPortal.GUI.Library.Log..cctor()
--- Einde van intern uitzonderingsstackpad ---
bij MediaPortal.GUI.Library.Log.Error(String format, Object[] arg)
bij MediaPortal.TV.Database.TVDatabase.Open()
bij MediaPortal.TV.Database.TVDatabase..cctor()
--- Einde van intern uitzonderingsstackpad ---
bij MediaPortal.TV.Database.TVDatabase.GetChannels(ArrayList& channels)
bij WebEPG_conf.fChannels.DoEvent(Object source, EventArgs e)
bij System.Windows.Forms.Control.OnClick(EventArgs e)
bij System.Windows.Forms.Button.OnClick(EventArgs e)
bij System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
bij System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bij System.Windows.Forms.Control.WndProc(Message& m)
bij System.Windows.Forms.ButtonBase.WndProc(Message& m)
bij System.Windows.Forms.Button.WndProc(Message& m)
bij System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bij System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bij System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Geladen assembly's **************
mscorlib
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
WebEPG-conf
Assembly-versie: 1.0.2440.34147
Win32-versie: 1.0.2440.34147
CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/WebEPG-conf.exe
----------------------------------------
System.Windows.Forms
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Utils
Assembly-versie: 1.0.2440.34131
Win32-versie: 1.0.2440.34131
CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Utils.DLL
----------------------------------------
Core
Assembly-versie: 1.0.2440.34133
Win32-versie: 1.0.2440.34133
CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Core.DLL
----------------------------------------
WebEPG
Assembly-versie: 1.0.2440.34137
Win32-versie: 1.0.2440.34137
CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/WebEPG.DLL
----------------------------------------
System.Xml
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Databases
Assembly-versie: 1.0.2440.34135
Win32-versie: 1.0.2440.34135
CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/Databases.DLL
----------------------------------------
DirectShowLib
Assembly-versie: 1.4.0.34130
Win32-versie: 1.4.0.34130
CodeBase: file:///C:/Program%20Files/Team%20MediaPortal/MediaPortal/DirectShowLib.DLL
----------------------------------------
mscorlib.resources
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_nl_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
************** JIT-foutopsporing **************
Als u JIT-foutopsporing wilt inschakelen, moet in het configuratiebestand voor deze
toepassing of computer (machine.config) de waarde
jitDebugging in het gedeelte system.windows.forms zijn ingesteld.
De toepassing moet ook zijn gecompileerd terwijl foutopsporing
was ingeschakeld.
Bijvoorbeeld:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
Wanneer JIT-foutopsporing is ingeschakeld, worden onverwerkte uitzonderingen
naar het JIT-foutopsporingsprogramma gestuurd dat op de computer is geregistreerd
en worden niet door dit dialoogvenster verwerkt.
Norway