Application Error

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
surajeladri
Posts: 1
Joined: Sun 07 Apr 2013 03:28

Application Error

Post by surajeladri » Sun 07 Apr 2013 03:36

Image

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

alexa

Re: Application Error

Post by alexa » Mon 08 Apr 2013 13:33

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.

BigJoe01
Posts: 2
Joined: Tue 09 Apr 2013 08:05

Re: Application Error

Post by BigJoe01 » Tue 09 Apr 2013 08:07

Hi all

I using 6.0 express version, i get same error.
The repairing steps not work for me.

alexa

Re: Application Error

Post by alexa » Tue 09 Apr 2013 08:30

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)?

alexa

Re: Application Error

Post by alexa » Tue 09 Apr 2013 10:29

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.

BigJoe01
Posts: 2
Joined: Tue 09 Apr 2013 08:05

Re: Application Error

Post by BigJoe01 » Thu 11 Apr 2013 10:46

Hi

Thanks , this solution work.
Regards,
Joe

alexa

Re: Application Error

Post by alexa » Thu 11 Apr 2013 12:24

Please let us know if other questions arise.

Post Reply