Hello everyone, I have a giant problem, trying to run my application, c # and mysql, made with vs2013 on another computer, it throws me an error window (exception not controlled), in my pc it works fine but in the other two nothing ... I tried installing. Net framework, runtime libraries and all that and I still see the error ...
The code that appears at the end is the following:
********** JIT Debugging **************
To enable Just In Time (JIT) debugging, the configuration file of this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compile with debugging enabled
And the error text is this
*********** Exceptional text **************
System.NullReferenceException: Object reference not set as instance of an object. in CapaPresentacion.frmIngreso.btnIngresar_Click (Object sender, EventArgs e) in c: \ Users \ Nikos25 \ Desktop \ MEDICAL CENTER PROJECT CHILHUE \ Software \ sisGestion \ CapaPresentacion \ frmIngreso.cs: line 58
in System.Windows.Forms.Control.OnClick (EventArgs e) in System.Windows.Forms.Button.OnClick (EventArgs e) in System.Windows.Forms.Button.OnMouseUp (MouseEventArgs mevent) in System.Windows.Forms.Control.WmMouseUp (Message & m, MouseButtons button, Int32 clicks) in System.Windows.Forms.Control.WndProc (Message & m) in System.Windows.Forms.ButtonBase.WndProc (Message & m) in System.Windows.Forms.Button.WndProc (Message & m) in System.Windows.Forms.Control.ControlNativeWindow.OnMessage (Message & m) in System.Windows.Forms.Control.ControlNativeWindow.WndProc (Message & m) in System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
At the moment of compiling in the visual studio 2013 it does it in release mode, I do not know if that will influence something?
Greetings to all and thanks in advance