“an unhandelled exception has occurred in your application”

For users or potential users.
Post Reply
simmasim
Posts: 8
Joined: Sun Feb 28, 2010 1:25 am

“an unhandelled exception has occurred in your application”

Post by simmasim »

i tried running the installer for opendent on my new home computer, which i will use for daily backups
I got this error message:
“an unhandelled exception has occurred in your application”

Assembly Version: 1.0.2586.23721
Win32 Version: 1.0.2586.23721
CodeBase: file:///G:/OpenDentalInstaller.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3614 (GDR.050727-3600)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.ServiceProcess
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

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

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.



How can I fix this so that i can install the program?
User avatar
jordansparks
Site Admin
Posts: 5776
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: “an unhandelled exception has occurred in your application”

Post by jordansparks »

The critical part of the error was not included in your post. Can you post the whole thing?
Jordan Sparks, DMD
http://www.opendental.com
simmasim
Posts: 8
Joined: Sun Feb 28, 2010 1:25 am

Re: “an unhandelled exception has occurred in your application”

Post by simmasim »

That was the entire detailed message.
User avatar
jordansparks
Site Admin
Posts: 5776
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: “an unhandelled exception has occurred in your application”

Post by jordansparks »

No, they would not have misspelled unhandled. You didn't copy and paste. There is a whole block of text missing.
Jordan Sparks, DMD
http://www.opendental.com
simmasim
Posts: 8
Joined: Sun Feb 28, 2010 1:25 am

Re: “an unhandeled exception has occurred in your application”

Post by simmasim »

Open Dental Installer
Unhandled exception has occurred I your application. If you clock Continue, the application will ignore this error and attempt to continue.
If you click Quit, the application will close immediately.
The system cannot find the file specified.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at FreeDentalInstaller.FormMain.butInstall_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4206 (VistaSP2GDR.050727-4200)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
OpenDentalInstaller
Assembly Version: 1.0.2586.23721
Win32 Version: 1.0.2586.23721
CodeBase: file:///G:/OpenDentalInstaller.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4205 (VistaSP2GDR.050727-4200)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.ServiceProcess
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

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

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
simmasim
Posts: 8
Joined: Sun Feb 28, 2010 1:25 am

Re: “an unhandelled exception has occurred in your application”

Post by simmasim »

I then tried again and got this. Note that I run Vista
After the “grant tables copied”
Open Dental Installer
Unhandled exception has occurred I your application. If you clock Continue, the application will ignore this error and attempt to continue.
If you click Quit, the application will close immediately.
Access to the path C:\Program Files\MySQL\MySQL Server 5.0\my.ini’ is denied.
User avatar
wjstarck
Posts: 949
Joined: Tue Jul 31, 2007 7:18 am
Location: Keller, TX
Contact:

Re: “an unhandelled exception has occurred in your application”

Post by wjstarck »

Have you tried right-clicking on the installer and selecting "Run as administrator"?
Cheers,

Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA
simmasim
Posts: 8
Joined: Sun Feb 28, 2010 1:25 am

Re: “an unhandelled exception has occurred in your application”

Post by simmasim »

yes, i have tried. i have uninstalled and tried to re-install,and I get the same error msg.
User avatar
jordansparks
Site Admin
Posts: 5776
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: “an unhandelled exception has occurred in your application”

Post by jordansparks »

Just call us. This is too hard to do on the forum.
Jordan Sparks, DMD
http://www.opendental.com
Post Reply