Hello Tom
I am glad to have your SW, but there is one mistake. I don´t know if there is something wrong with NDS 2.53 or with my PC.
I have got Nissan Note 1.4 CR14DE, by NDS is supported only ECM. Connection with VAG kkl 409.1 is OK, I´m connected to ECM.
When I try to show DATA DISPLAY or press some of F1-F12 there is an unexpected error occured:
Informace o vyvolání ladění JIT najdete na konci této zprávy,
nikoli v tomto dialogovém okně.
************** Text výjimky **************
System.ArgumentException: Písmo Arial nepodporuje styl Regular.
v System.Drawing.Font.CreateNativeFont()
v System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
v System.Drawing.Font.Initialize(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
v System.Drawing.Font..ctor(String familyName, Single emSize)
v NDS_II.frmLogAnalyser.()
v NDS_II.frmLogAnalyser..ctor()
v NDS_II.frmMain. (Object , EventArgs )
v System.Windows.Forms.Control.OnClick(EventArgs e)
v System.Windows.Forms.Button.OnClick(EventArgs e)
v System.Windows.Forms.Button.WndProc(Message& m)
v System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
v System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
v System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Načtená sestavení **************
mscorlib
Verze sestavení: 2.0.0.0
Verze Win32: 2.0.50727.5477 (Win7SP1GDR.050727-5400)
Základ kódu: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
NDS II 2_53
Verze sestavení: 2.5.3.43116
Verze Win32: 2.5.3.1
Základ kódu: file:///C:/Program%20Files/Nissan%20Data%20Scan/Nissan%20DataScan%20II%202.53/NDS%20II%202_53.exe
----------------------------------------
System
Verze sestavení: 2.0.0.0
Verze Win32: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
Základ kódu: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
NDS II 2_53
Verze sestavení: 2.5.3.43116
Verze Win32: 2.5.3.1
Základ kódu: file:///C:/Program%20Files/Nissan%20Data%20Scan/Nissan%20DataScan%20II%202.53/NDS%20II%202_53.exe
----------------------------------------
System.Windows.Forms
Verze sestavení: 2.0.0.0
Verze Win32: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
Základ kódu: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Verze sestavení: 2.0.0.0
Verze Win32: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
Základ kódu: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
AxInterop.MTSSDKLib
Verze sestavení: 1.0.0.0
Verze Win32: 1.0.0.0
Základ kódu: file:///C:/Program%20Files/Nissan%20Data%20Scan/Nissan%20DataScan%20II%202.53/AxInterop.MTSSDKLib.DLL
----------------------------------------
System.Windows.Forms.resources
Verze sestavení: 2.0.0.0
Verze Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
Základ kódu: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_cs_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
Interop.MTSSDKLib
Verze sestavení: 1.0.0.0
Verze Win32: 1.0.0.0
Základ kódu: file:///C:/Program%20Files/Nissan%20Data%20Scan/Nissan%20DataScan%20II%202.53/Interop.MTSSDKLib.DLL
----------------------------------------
System.Xml
Verze sestavení: 2.0.0.0
Verze Win32: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
Základ kódu: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.VisualBasic
Verze sestavení: 8.0.0.0
Verze Win32: 8.0.50727.5420 (Win7SP1.050727-5400)
Základ kódu: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
mscorlib.resources
Verze sestavení: 2.0.0.0
Verze Win32: 2.0.50727.5477 (Win7SP1GDR.050727-5400)
Základ kódu: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Drawing.resources
Verze sestavení: 2.0.0.0
Verze Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
Základ kódu: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing.resources/2.0.0.0_cs_b03f5f7f11d50a3a/System.Drawing.resources.dll
----------------------------------------
************** Ladění JIT **************
Aby bylo povoleno ladění JIT, musí konfigurační soubor
pro tuto aplikaci nebo počítač (machine.config) mít
v oddílu system.windows.forms nastavenou hodnotu njitDebugging.
Aplikace rovněž musí být kompilována s povoleným
laděním.
Příklad:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
Je-li ladění JIT povoleno, budou všechny neošetřené výjimky
odeslány ladicímu programu JIT, který je registrován v počítači,
a nebudou zpracovány tímto dialogovým oknem.
Do you have some result? Thank you for your help and advice.
František
unexpected error- Font Arial does not support styl Regular
Re: unexpected error- Font Arial does not support styl Regul
Sorry for my question above. I resolved it.
It may be useful for the another user from Europe. The solution is installation of this missing fonts in WIN7.
European Union Expansion Font Update ( http://www.microsoft.com/downloads/deta ... e7cea5ddea )
It was helpful for me.
František
It may be useful for the another user from Europe. The solution is installation of this missing fonts in WIN7.
European Union Expansion Font Update ( http://www.microsoft.com/downloads/deta ... e7cea5ddea )
It was helpful for me.
František
Re: unexpected error- Font Arial does not support styl Regul
Thansk for the info