Page 1 of 1
Application Error
Posted: Sun 07 Apr 2013 03:36
by surajeladri
I get this error in app start when i was updating from 5.0 to 6.0 or even with reinstall / clean install dbforge60pro . please help...
My PC run with Windows 7 64bit. thank's
Re: Application Error
Posted: Mon 08 Apr 2013 13:33
by alexa
Please try to perform the procedure below:
1. Close all running instances of dbForge Studio for MySQL and make sure the 'dbforgemysql.exe' process is not running in the system.
2. Uninstall dbForge Studio for MySQL with all options being selected on the 'Uninstall options' page of the Uninstall wizard.
3. Remove the installation folder of dbForge Studio for MySQL that is usually as follows:
%programfiles%\Devart\dbForge Studio for MySQL
4. Find and remove the following folders if they exist:
%programdata%\devart\dbForge Studio for MySQL
%SystemDrive%\Users\'User_name'\AppData\Roaming\Devart\dbForge Studio for MySQL
where 'User_name' is the Windows user under which you are logged in.
5. Install dbForge Studio for MySQL, v6.0 once again.
Please let us know if it helps.
Re: Application Error
Posted: Tue 09 Apr 2013 08:07
by BigJoe01
Hi all
I using 6.0 express version, i get same error.
The repairing steps not work for me.
Re: Application Error
Posted: Tue 09 Apr 2013 08:30
by alexa
In case you are using a 64-bit operating system, please make sure you're not starting dbForge Studio for MySQL through a 32-bit file manager, but using a 64-bit software or starting it straight from the Windows Start menu, corresponding shortcut on the Windows desktop, or Windows Taskbar.
Could you please let us know what operating system you are using and what bitness it has (32 or 64)?
Re: Application Error
Posted: Tue 09 Apr 2013 10:29
by alexa
If the above is still not the problem, and you have installed Microsoft .NET Framework v4.0, please perform the following actions:
1. Open the 'dbforgemysql.exe.config' file that is located in the installation folder of dbForge Studio for MySQL using a third-party text editor, for instance, Notepad.
2. Find the following text in this file:
<startup>
<supportedRuntime version="v2.0.50727" />
<supportedRuntime version="v4.0.30319" />
</startup>
3. Replace it with the following:
<startup>
<supportedRuntime version="v4.0.30319" />
</startup>
i.e. remove the following part:
<supportedRuntime version="v2.0.50727" />
4. Save this file.
5. Restart dbForge Studio for MySQL.
The issue could also be resolved by installing Microsoft .NET Framework v3.5.
Re: Application Error
Posted: Thu 11 Apr 2013 10:46
by BigJoe01
Hi
Thanks , this solution work.
Regards,
Joe
Re: Application Error
Posted: Thu 11 Apr 2013 12:24
by alexa
Please let us know if other questions arise.