CLR20r3 error
CLR20r3 error
Recently, on one of the computers where OD was installed, OD now fails to start. The error that I have been getting is
Description:
Stopped working
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: opendental.exe
Problem Signature 02: 7.9.18.0
Problem Signature 03: 4e20c838
Problem Signature 04: System.Drawing
Problem Signature 05: 2.0.0.0
Problem Signature 06: 4a275e83
Problem Signature 07: 7af
Problem Signature 08: 6c
Problem Signature 09: System.ArgumentException
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 2057
Does anyone has any idea what could be wrong. I have tried reinstalling from scratch, reinstalling trial version, reinstalled .net3.5 and .net4 as well but nothing seems to be working.
Description:
Stopped working
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: opendental.exe
Problem Signature 02: 7.9.18.0
Problem Signature 03: 4e20c838
Problem Signature 04: System.Drawing
Problem Signature 05: 2.0.0.0
Problem Signature 06: 4a275e83
Problem Signature 07: 7af
Problem Signature 08: 6c
Problem Signature 09: System.ArgumentException
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 2057
Does anyone has any idea what could be wrong. I have tried reinstalling from scratch, reinstalling trial version, reinstalled .net3.5 and .net4 as well but nothing seems to be working.
- jordansparks
- Site Admin
- Posts: 5770
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: CLR20r3 error
Are you compiling it yourself? The trial version is 7.9.20, which doesn't match the version you reported. It just suddenly stopped working? Or did it stop working when you tried to move to a newer version? I suspect a missing dll. Maybe try a clean install of OD. Uninstall, then make sure that Program Files and Program Files (x86) do not have any OD remnants in them. Then, install the trial version (just the program, not all the db stuff).
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
Re: CLR20r3 error
Thanks for your quick reply Jordan. Here are the answers to your questions
1. It is not a compiled version but a downloaded version from OD.
2. The problem occured all of a sudden. We were not updating or anything.
3. I had a older trial version saved with me and I was trying with that.
4. Did a complete uninstall (made sure that the open dental folders were deleted) and reinstalled but the same CLR20r3 error.
Then I unistalled the MySql alongwith database (since it is a backup PC) and tried to reinstall everything from scratch using the older trial version (run as an administrator). Succeded in installing OD and MySql but installation failed when it came to creating my.ini file and I got the following error.
************** Exception Text **************
System.UnauthorizedAccessException: Access to the path 'C:\Program Files\MySQL\MySQL Server 5.0\my.ini' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.Delete(String path)
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.4963 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
OpenDentalInstaller
Assembly Version: 1.0.3250.38223
Win32 Version: 1.0.3250.38223
CodeBase: file:///C:/Users/Chopras/AppData/Local/Temp/RarSFX1/Release/OpenDentalInstaller.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4961 (win7RTMGDR.050727-4900)
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.4962 (win7RTMGDR.050727-4900)
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.4927 (NetFXspW7.050727-4900)
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.4927 (NetFXspW7.050727-4900)
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.
Since all this is happening on my Home computer which is used for backup purposes, I am not panicking but I want to ensure that I have it running so that I can keep backups on it.
1. It is not a compiled version but a downloaded version from OD.
2. The problem occured all of a sudden. We were not updating or anything.
3. I had a older trial version saved with me and I was trying with that.
4. Did a complete uninstall (made sure that the open dental folders were deleted) and reinstalled but the same CLR20r3 error.
Then I unistalled the MySql alongwith database (since it is a backup PC) and tried to reinstall everything from scratch using the older trial version (run as an administrator). Succeded in installing OD and MySql but installation failed when it came to creating my.ini file and I got the following error.
************** Exception Text **************
System.UnauthorizedAccessException: Access to the path 'C:\Program Files\MySQL\MySQL Server 5.0\my.ini' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.Delete(String path)
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.4963 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
OpenDentalInstaller
Assembly Version: 1.0.3250.38223
Win32 Version: 1.0.3250.38223
CodeBase: file:///C:/Users/Chopras/AppData/Local/Temp/RarSFX1/Release/OpenDentalInstaller.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4961 (win7RTMGDR.050727-4900)
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.4962 (win7RTMGDR.050727-4900)
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.4927 (NetFXspW7.050727-4900)
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.4927 (NetFXspW7.050727-4900)
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.
Since all this is happening on my Home computer which is used for backup purposes, I am not panicking but I want to ensure that I have it running so that I can keep backups on it.
- jordansparks
- Site Admin
- Posts: 5770
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: CLR20r3 error
You ran as admin and you still got that error? Since the error says UnauthorizedAccess, it certainly seems to be a Windows user permission issue.
As for the original error, I'm just not sure. I'm not in front of our knowledge base right now, so I can't look up that error. Have you considered your antivirus software as a possible culprit? It could also be a video card, a missing Windows update, or a virus on your computer. I'm not sure. What version of Windows?
As for the original error, I'm just not sure. I'm not in front of our knowledge base right now, so I can't look up that error. Have you considered your antivirus software as a possible culprit? It could also be a video card, a missing Windows update, or a virus on your computer. I'm not sure. What version of Windows?
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
Re: CLR20r3 error
Hi Jordan
The my.ini installation issue has been solved. I installed the new trial version and it installed everything fine.
However the original problem is still persisting. I also feel that it has to do something with windows and not with OD at all as the other PC's are running it fine. Will try to figure it out, otherwise will format the HDD and reinstall windows from scratch and go from there. (time consuming)
The new error code that I got with trial version is
Description:
Stopped working
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: opendental.exe
Problem Signature 02: 7.9.20.0
Problem Signature 03: 4e29d3f9
Problem Signature 04: System.Drawing
Problem Signature 05: 2.0.0.0
Problem Signature 06: 4a275e83
Problem Signature 07: 7af
Problem Signature 08: 6c
Problem Signature 09: System.ArgumentException
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 2057
Thanks again
The my.ini installation issue has been solved. I installed the new trial version and it installed everything fine.
However the original problem is still persisting. I also feel that it has to do something with windows and not with OD at all as the other PC's are running it fine. Will try to figure it out, otherwise will format the HDD and reinstall windows from scratch and go from there. (time consuming)
The new error code that I got with trial version is
Description:
Stopped working
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: opendental.exe
Problem Signature 02: 7.9.20.0
Problem Signature 03: 4e29d3f9
Problem Signature 04: System.Drawing
Problem Signature 05: 2.0.0.0
Problem Signature 06: 4a275e83
Problem Signature 07: 7af
Problem Signature 08: 6c
Problem Signature 09: System.ArgumentException
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 2057
Thanks again
CLR20r3 error Finally Solved
Hi Jordan
Finally I managed to get rid of the problem. It seems that somehow the Arial font was missing (I still dont know how) and the webpages were also looking a different in the browser. I reinstalled all the fonts of Arial family and everything was as smooth as ever. OD now runs like a charm.
Thanks for your efforts
Finally I managed to get rid of the problem. It seems that somehow the Arial font was missing (I still dont know how) and the webpages were also looking a different in the browser. I reinstalled all the fonts of Arial family and everything was as smooth as ever. OD now runs like a charm.
Thanks for your efforts
- jordansparks
- Site Admin
- Posts: 5770
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: CLR20r3 error
Arial font is one of the things listed on our troubleshooting page, but I didn't suggest that because I thought the failure presented a little differently. I'm glad you got it settled. It's odd that the font suddenly went missing.
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
Re: CLR20r3 error
had the same CLR20r3 error on my XP SP2 machine after running CC Cleaner. the issue seems to be the font, as prev post suggested, I just want to add how to download and install arial font for future ref.
go to
http://www.microsoft.com/en-us/download ... x?id=16083
download
European Union Expansion Font Update
then OD should work.
go to
http://www.microsoft.com/en-us/download ... x?id=16083
download
European Union Expansion Font Update
then OD should work.