Unhandled exception has occurred in your application

General messages
Post Reply
Anonymous375298
Posts: 11
Joined: 27 Oct 2018, 14:09

Unhandled exception has occurred in your application

Post by Anonymous375298 » 27 Oct 2018, 14:22

I get this error eacth time a try to run the program. I have searched information and some say it is ralated to .NET Framework and that I have to istall an older version of it, the 3.5, but I have it installed and the error still happens. I'm using Windows 7. If you need any other information to help me let me know.

Image

And this is all the code of the error:

Code: Select all

Consulte el final de este mensaje para obtener más detalles sobre cómo invocar a la depuración 
Just-In-Time (JIT) en lugar de a este cuadro de diálogo.

************** Texto de la excepción **************
System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en System.Byte.Parse(String s, NumberStyles style, NumberFormatInfo info)
   en Multiecuscan.  .(String )
   en Multiecuscan.  .(String , String )
   en Multiecuscan. .()
   en Multiecuscan. .()
   en Multiecuscan. . ()
   en Multiecuscan. .()
   en Multiecuscan. . (Object , EventArgs )
   en System.Windows.Forms.Form.OnShown(EventArgs e)
   en System.Windows.Forms.Form.CallShownEvent()
   en System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   en System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   en System.Threading.ExecutionContext.runTryCode(Object userData)
   en System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   en System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   en System.Windows.Forms.Control.InvokeMarshaledCallbacks()


************** Ensamblados cargados **************
mscorlib
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.8798 (QFE.050727-8700)
    Código base: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Multiecuscan
    Versión del ensamblado: 4.2.0.0
    Versión Win32: 4.2.0.0
    Código base: file:///C:/Program%20Files/Multiecuscan/Multiecuscan.exe
----------------------------------------
System
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.8791 (QFE.050727-8700)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.5491 (Win7SP1GDR.050727-5400)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.5495 (Win7SP1GDR.050727-5400)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Windows.Forms.resources
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_es_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
System.Xml
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.8773 (QFE.050727-8700)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
mscorlib.resources
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.8798 (QFE.050727-8700)
    Código base: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
System.Management
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.8766 (QFE.050727-8700)
    Código base: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
----------------------------------------

************** Depuración JIT **************
Para habilitar la depuración Just In Time (JIT), el archivo de configuración de esta
aplicación o equipo (machine.config) debe tener el
valor jitDebugging establecido en la sección system.windows.forms.
La aplicación también se debe compilar con la depuración
habilitada

Por ejemplo:

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

Cuando esté habilitada la depuración JIT, cualquier excepción no controlada
se enviará al depurador JIT registrado en el equipo
en lugar de controlarlo mediante el cuadro de diálogo.



s130
Posts: 941
Joined: 20 Jan 2010, 10:07
Location: Wrexham, North Wales

Re: Unhandled exception has occurred in your application

Post by s130 » 27 Oct 2018, 17:58

Suggest you contact MES Support directly with this issue and point them at this/your forum post.

Email: support AT multiECUscan DOT net

replace AT with @
replace DOR with .
Fiat Strada/Ritmo Abarth 130TC, Barchetta 2005 , 500X Cross Plus

Anonymous375298
Posts: 11
Joined: 27 Oct 2018, 14:09

Re: Unhandled exception has occurred in your application

Post by Anonymous375298 » 16 Jan 2019, 15:46

s130 wrote:
27 Oct 2018, 17:58
Suggest you contact MES Support directly with this issue and point them at this/your forum post.

Email: support AT multiECUscan DOT net

replace AT with @
replace DOR with .
Hi, I sent an email with the problem but I have not been replied.

Anyone know anything about this error?

Post Reply