VS 2012 Pro安装程序因“用户定义的断点"崩溃而崩溃.错误 [英] VS 2012 Pro installer crashes with "user-defined breakpoint" error

查看:283
本文介绍了VS 2012 Pro安装程序因“用户定义的断点"崩溃而崩溃.错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

VS Pro 2012在安装开始时崩溃.我正在尝试从ISO映像进行安装.开始安装后,Visual Studio安装程序的启动屏幕将显示几秒钟,然后显示一个错误对话框.

=====================
=
"Microsoft Visual Studio Professional 2012遇到了用户定义的断点."
应用程序中的断点表示程序错误.取消此对话框后,应用程序将继续运行,但可能处于不稳定状态.

->在线检查解决方案并关闭程序
->关闭程序
->调试程序
=
=====================

点击查看问题详细信息"产生以下信息:

=====================
=
说明:
 停止工作

问题签名:
 问题事件名称: APPCRASH
 申请名称: vs_professional.exe
 应用程序版本: 11.0.50727.1
 申请时间戳记: 4fd9f28c
 故障模块名称: PresentationCore.ni.dll
 故障模块版本: 3.0.6920.5448
 故障模块时间戳: 4f3505fc
 例外代码: 80000003
 例外补偿: 001822bf
 操作系统版本: 6.1.7601.2.1.0.256.48
 语言环境ID: 1033

在线阅读我们的隐私声明:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

如果没有在线隐私声明,请离线阅读我们的隐私声明:
  C:\ Windows \ system32 \ zh-cn \ erofflps.txt
=
=====================

其他说明:
单击上面列出的三个选项(检查...",关闭...",调试" ...)中的任何一个,将导致10-15秒的暂停,对话框消失.除此之外,没有其他事情发生(我可以从视觉上看到).

我目前已经安装了VS Express 2012 RC for Web.如果我尝试从控制面板">中将其卸载程序和功能,将显示有关用户定义的断点的类似错误.以下是该崩溃的问题详细信息:

=====================
=
说明:
 停止工作

问题签名:
 问题事件名称: APPCRASH
 申请名称: vns_full.exe
 应用程序版本: 11.0.50522.0
 申请时间戳记: 4f674fe9
 故障模块名称: PresentationCore.ni.dll
 故障模块版本: 3.0.6920.5448
 故障模块时间戳: 4f3505fc
 例外代码: 80000003
 例外补偿: 001822bf
 操作系统版本: 6.1.7601.2.1.0.256.48
 语言环境ID: 1033

在线阅读我们的隐私声明:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

如果没有在线隐私声明,请离线阅读我们的隐私声明:
  C:\ Windows \ system32 \ zh-cn \ erofflps.txt
=
=====================

我被困在这个.在网络上甚至还没有看到太多有关此错误的信息.

请帮忙,我需要做一些工作.

这是我的系统信息:
戴尔T3500 Workstaion
Windows 7 SP1 64位操作系统
英特尔(R)至强(r)CPU W3530 @ 2.80 GHz
6 GB RAM
大量可用的高清空间(200+ GB)
没有笔或触摸输入
两块ATI FirePro V5800(FireGL)视频卡
两个戴尔24英寸监视器(1920 x 1080),每个视频卡上一个
已安装MS Office 2010 Pro Plus

VS Pro 2012 crashes at the start of the install.  I'm attempting to install from the ISO image.  As soon as I start the install, the Visual Studio installer's splash screen displays for a few seconds followed by an error dialog.

======================
=
"Microsoft Visual Studio Professional 2012 has encountered a user-defined breakpoint."
A breakpoint in an application indicates a program error.  After this dialog is dismissed, the application will continue running, but it may be in an unstable state.

-> Check online for a solution and close the program
-> Close the program
-> Debug the program
=
======================

Clicking on "View problem details" yields the following information:

======================
=
Description:
  Stopped working

Problem signature:
  Problem Event Name:    APPCRASH
  Application Name:    vs_professional.exe
  Application Version:    11.0.50727.1
  Application Timestamp:    4fd9f28c
  Fault Module Name:    PresentationCore.ni.dll
  Fault Module Version:    3.0.6920.5448
  Fault Module Timestamp:    4f3505fc
  Exception Code:    80000003
  Exception Offset:    001822bf
  OS Version:    6.1.7601.2.1.0.256.48
  Locale ID:    1033

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt
=
======================

OTHER NOTES:
Clicking on any of the three listed options above (Check..., Close... Debug...) results in a 10-15 second pause with the dialog box disappearing.  Other than that, nothing else happens (that I can visually see.)

I currently have VS Express 2012 RC for Web installed.  If I try to uninstall it from Control Panel > Programs and Features, a similar error about a user-defined breakpoint is displayed.  Here's the problem details from that crash:

======================
=
Description:
  Stopped working

Problem signature:
  Problem Event Name:    APPCRASH
  Application Name:    vns_full.exe
  Application Version:    11.0.50522.0
  Application Timestamp:    4f674fe9
  Fault Module Name:    PresentationCore.ni.dll
  Fault Module Version:    3.0.6920.5448
  Fault Module Timestamp:    4f3505fc
  Exception Code:    80000003
  Exception Offset:    001822bf
  OS Version:    6.1.7601.2.1.0.256.48
  Locale ID:    1033

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt
=
======================

I'm stuck on this one.  Haven't even seen much about this error on the web.

Please help, I need to get some work done.

Here is my system info:
Dell T3500 Workstaion
Windows 7 SP1 64-bit OS
Intel(r) Xeon(r) CPU     W3530 @2.80 GHz
6 GB RAM
Plenty of available HD space (200+ GB)
No Pen or Touch Input
Two ATI FirePro V5800 (FireGL) video cards
Two Dell 24" monitors (1920 x 1080), one on each video card
MS Office 2010 Pro Plus installed

我还于15天前针对此问题提交了"MS Connect错误"报告.这就像屈服于虚无.自我首次提交以来已有15天了,我对这些问题有零建议,零解决方法和零想法 来自Microsoft的问题.努力不让人痛苦,但是当您遇到问题并被忽略时,这很困难.这是连接问题的链接,其中包含有关我试图使安装程序不崩溃的内容的其他注释.

I also submitting a MS Connect Bug report for this issue 15 days ago.  That was like submitting to a void.  It's been 15 days since I first submitted it and I've had ZERO suggestions, ZERO workarounds, and ZERO ideas on how to get around this issue from Microsoft.  Trying hard not to be bitter, but it's difficult when you have an issue and are ignored.  Here is the link to the connect issue which contains additonal comments on what I've tried to get the installer not to crash.

http://connect.microsoft .com/VisualStudio/feedback/details/761541/vs-pro-2012-crashes-on-install-launch#tabs

非常感谢! ---> Kelsey McClanahan

Many thanks!  ---> Kelsey McClanahan

推荐答案

仍然无法运行VS 2012 Pro安装程序.显示初始屏幕后立即崩溃.我什至没有开始安装过程.

Still can't get the VS 2012 Pro installer to run.  It crashes right after displaying the splash screen.  I don't even get to start the installation process.

有人知道如何手动卸载其中一台VS 2012 RC吗?

Any one know how to MANUALLY uninstall one of the VS 2012 RCs?


这篇关于VS 2012 Pro安装程序因“用户定义的断点"崩溃而崩溃.错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆