MySQL Workbench 在 Windows 上启动时崩溃

MySQL Workbench crash on start on Windows(MySQL Workbench 在 Windows 上启动时崩溃)
本文介绍了MySQL Workbench 在 Windows 上启动时崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚安装了我的 MySQL Workbench,它在启动时崩溃了,我真的不知道该怎么处理它.事件日志中的错误代码:

I`ve just installed my MySQL Workbench and it crashes on start and i really dont know what to do with it. Error codes from Event Log :

Application Error
Application that causes trobule: MySQLWorkbench.exe
version: 6.2.3.12312, 
time signature: 0x541717ae
Name of the module that causes error: KERNELBASE.dll, 
version: 6.1.7601.18409, 
time signature: 0x5315a05a
exception code: 0xe0434352
error shift: 0x000000000000940d
ID of process that cause trobule: 0x8c0
Hour of launching the application that causes error: 0x01cffc736e910602
Path of the applicatin that causes error: D:ProgramyMySQL Workbench 6.2MySQLWorkbench.exe
Path of the module that causes error:  C:Windowssystem32KERNELBASE.dll
Raport id: ae1d15f1-6866-11e4-8572-20689d5ba829 

.NET Runtime
Application: MySQLWorkbench.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
Stack:
   at MySQL.GUI.Workbench.Program.Main(System.String[]) 

知道如何解决这个问题吗?

Any idea how to fix this?

推荐答案

得到同样的错误.在mysql-workbench-community-6.2.4-winx64-noinstall.zip"中找到_README_FOR_ZIP_PACKAGE.txt"文件.文件说

got same error. found "_README_FOR_ZIP_PACKAGE.txt" file in "mysql-workbench-community-6.2.4-winx64-noinstall.zip." file says

MySQL Workbench needs the following prerequisites:

Microsoft .NET Framework 4 Client Profile (http://www.microsoft.com/download/en/details.aspx?id=17113)
Visual C++ Redistributable for Visual Studio 2013 (http://www.microsoft.com/en-us/download/details.aspx?id=40784)

两者都安装了.现在,它可以工作了.希望这些信息可以帮助某人.

installed both. and now, it works. hope this information can help somebody.

这篇关于MySQL Workbench 在 Windows 上启动时崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
quot;Overflowquot; compiler error with -9223372036854775808L(编译器错误-9223372036854775808L(Q;溢出Q))
Visual Studio 2010 ReportViewer Assembly References(Visual Studio 2010 ReportViewer程序集引用)
Weird behaviour when I open a reportviewer in WPF(在WPF中打开报表查看器时出现奇怪的行为)
how do i pass parameters to aspnet reportviewer(如何将参数传递给aspnet report查看器)