2013-02-28, 20:28
(2013-02-28, 10:07)baijuxavior Wrote: You need to install older version of .net frame work like 3.5 becuase Windows 8 has only .net 4.5 and older versions are not installed by default. http://msdn.microsoft.com/en-us/library/hh506443.aspx
If you have Windows 8 installation disk, you can install .net offline without connecting to the internet.
Hello,
I just checked and i have both 3.5 and 4.5 enabled (it's upgraded from win 7)
That can't be the issue here
thank you
this is the details i get
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.ArgumentNullException: Tekenreeksverwijzing is niet voor een exemplaar van een String ingesteld.
Parameternaam: s
bij System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
bij XBMC.JsonRpc.XbmcGeneral.get_BuildDate()
bij iMon.XBMC.XBMC.xbmcConnectingFinished(IAsyncResult ar)
bij iMon.XBMC.XBMC.<>c__DisplayClass4.<xbmcConnectingFinished>b__2()
bij System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
bij System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
bij System.Threading.ExecutionContext.runTryCode(Object userData)
bij System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
bij System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
bij System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
bij System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
bij System.Windows.Forms.Control.InvokeMarshaledCallbacks()
************** Geladen assembly's **************
mscorlib
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.6400 (Win8RTMGDR.050727-6400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
XbmcOniMon
Assembly-versie: 0.1.4.0
Win32-versie: 0.1.4.0
CodeBase: file:///C:/XbmcOnImonDisplay-v0.1.4.0/XbmcOniMon.exe
----------------------------------------
System.Windows.Forms
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.6402 (Win8RTMGDR.050727-6400)
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.6401 (Win8RTMGDR.050727-6400)
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.6401 (Win8RTMGDR.050727-6400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Windows.Forms.resources
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.6400 (Win8RTMGDR.050727-6400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_nl_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
iMonDisplayApiWrapperSharp
Assembly-versie: 0.1.0.7
Win32-versie: 0.1.0.7
CodeBase: file:///C:/XbmcOnImonDisplay-v0.1.4.0/iMonDisplayApiWrapperSharp.DLL
----------------------------------------
XBMCJsonRpcSharp
Assembly-versie: 0.1.0.2
Win32-versie: 0.1.0.2
CodeBase: file:///C:/XbmcOnImonDisplay-v0.1.4.0/XBMCJsonRpcSharp.DLL
----------------------------------------
System.Configuration
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.6387 (Win8RTM.050727-6300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.6387 (Win8RTM.050727-6300)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Newtonsoft.Json.Net20
Assembly-versie: 3.5.0.0
Win32-versie: 3.5.0.0
CodeBase: file:///C:/XbmcOnImonDisplay-v0.1.4.0/Newtonsoft.Json.Net20.DLL
----------------------------------------
mscorlib.resources
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.6400 (Win8RTMGDR.050727-6400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.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.