Visual studio 2013打开报异常"Exception has been thrown by the target of an invocation"

最近遇到一个问题,打开VS2013和SQL Server2014都会出报错,错误信息如下:

以前都是好好的,重启了机子也不行,能打开两个VS,再打开第三个VS还是会报错,百度无果,还是在google上找到解决方法,在此记录。

原因是我最近装了mysql,环境变量里的字符数有2181个,字符过长,删掉了不用的不重要的环境变量,字符数降到1849个(字符数在2048个以内即可),打开VS2013和SQL Server,一切正常。

mysql相关环境变量,确实过于冗长。。。

C:\Program Files (x86)\MySQL\MySQL Fabric 1.5 & MySQL Utilities 1.5\;C:\Program Files (x86)\MySQL\MySQL Fabric 1.5 & MySQL Utilities 1.5\Doctrine extensions for PHP\

参考的解决方法:

I had exactly same problem. Symptoms:

- unable start Sql Server Managment Studio 2012 and Visual Studio 2010 SP1 with above message "Exception has been thrown...." (VS2012 also installed)

- missing icons for Windows Explorer on taskbar and icons for some system tools (Services, Event Viewer), unable to start Windows Explorer clicking to shortcut on taskbar

- temporary solution terminating explorer.exe and re-execute it using  Task Manager working for me but only to next RDP session (connection/disconection) or installing/uninstalling any application

- before re-executing explorer.exe was PATH variable in cmd window empty (or contains only user specific setting)

The reason of problem in my environment was too long environment variable PATH (2312 characters), after shorten bellow 2048 characters the problem was solved.

Hope help you,

Eduard Koucky.

问题链接:https://social.msdn.microsoft.com/Forums/vstudio/en-US/0902665a-fefe-47f0-9bfe-904a57fdd0c6/visual-studio-2012-and-2010-both-fail-with-exception-has-been-thrown-by-the-target-of-an?forum=vssetup

时间: 2024-11-25 14:50:59

Visual studio 2013打开报异常"Exception has been thrown by the target of an invocation"的相关文章

Visual Studio 2013创建并运行Cocos2d-x工程

|   版权声明:本文为博主原创文章,未经博主允许不得转载. 1.准备: 我们得先把Visual Studio 2013安装好:可以去MSDN官网下载,在安装好 2.安装好vs之后,在cmd(终端)创建Cocos2d-x项目 1).打开终端(Win+Rn 输入cmd ),输入命令cocos 按下回车,显示出可用命令 2)我们在继续输入cocos new:选择new命令来闯将一个新的工程 按下回车,显示出创建新工程的一些设置: 新工程名    包名     开发语言选项(C++, lua, jav

使用Visual Studio 2013创建并运行Cocos2d-x工程

|   版权声明:本文为博主原创文章,未经博主允许不得转载. 1.准备: 我们得先把Visual Studio 2013安装好:可以去MSDN官网下载,在安装好 2.安装好vs之后,在cmd(终端)创建Cocos2d-x项目1).打开终端(Win+Rn 输入cmd ),输入命令cocos 按下回车,显示出可用命令 2)我们在继续输入cocos new:选择new命令来闯将一个新的工程 按下回车,显示出创建新工程的一些设置:新工程名    包名     开发语言选项(C++, lua, javas

Visual Studio 2013引入源文件(CPP)回顾,以FASTDB为例

以Fastdb为例,fastdb 实例中有很多demo可供使用,C++Demo怎么使用嘞-,用visual studio 2013 对熟悉的人来说太简单,不熟悉的人来说是千难万难-不说废话了,上步骤- 材料准备: fastdb source:http://www.garret.ru/fastdb.html 工具:Visual Studio 2013 打开 fastdb文件夹你会看到有fastdb.sln,打开项目,编译生成dll备用,因为后期还要debug,故此时选择debug dll 接下来打

Visual Studio Code 打开.py代码报Linter pylint is not installed解决办法

刚刚开始学习Python 编程,在Visual Studio Code 打开.py代码总是报Linter pylint is not installed错误,最后从网上找到解决办法记录一下: 原文地址:https://blog.csdn.net/lhb215215/article/details/79830242 确保已经安装Python编译环境 点击下图位置(这个是我已经安装过后的文字,原本显示“搜索Python”字样) 点击后显示如下,点击安装 然后出现一大坨命令,编辑器上面会出现 pip

在Visual Studio 2013/2015上使用C#开发Android/IOS安装包和操作步骤

原文:在Visual Studio 2013/2015上使用C#开发Android/IOS安装包和操作步骤 Xamarin 配置手册和离线包下载 http://pan.baidu.com/s/1eQ3qw8a 具体操作: 安装前提条件 1. 安装Visual Studio 2013,安装过程省略,我这里安装的windows10 + vs2013 with update 4. 2. 安装Java SDK,按照Next一步步安装,此处省略,如下图: 3. 安装Android SDK:因为在线安装的访

Visual Studio 2013 的 Xamarin 安装教程

Xamarin 配置手册和离线包下载  http://pan.baidu.com/s/1eQ3qw8a 具体操作: 安装前提条件 1. 安装Visual Studio 2013,安装过程省略,我这里安装的windows10 + vs2013 with update 4. 2. 安装Java SDK,按照Next一步步安装,此处省略,如下图: 3. 安装Android SDK:因为在线安装的访问google存在问题,而且速度慢,这里采用离线安装包,拷贝Android SDK到指定目录 我这里拷贝到

[转发]在Visual Studio 2013/2015上使用C#开发Android/IOS安装包和操作步骤

Xamarin 配置手册和离线包下载 http://pan.baidu.com/s/1eQ3qw8a 具体操作: 安装前提条件 1. 安装Visual Studio 2013,安装过程省略,我这里安装的windows10 + vs2013 with update 4. 2. 安装Java SDK,按照Next一步步安装,此处省略,如下图: 3. 安装Android SDK:因为在线安装的访问google存在问题,而且速度慢,这里采用离线安装包,拷贝Android SDK到指定目录 我这里拷贝到C

visual studio 2013 快捷键大全、VS2013常用快捷键

Visual Studio 2013 是一个基本完整的开发工具集,它包括了整个软件生命周期中所需要的大部分工具,如UML工具.代码管控工具.集成开发环境(IDE)等等.VS 2013 中新增了很多提高开发人员工作效率的新功能,比如自动补全方括号.使用快捷键移动整行或整块的代码等: 合理使用快捷键可以提高开发效率.但是Visual Studio提供的快捷键多如牛毛,那我们有没有必要掌握所有快捷键的使用方法呢,答案因人而异.就我个人而言,在开发过程中,我就只用到了其中的很少一部分,但是工作同样进行的

解决Windows 10 X64无法安装Visual Studio 2013

一.问题描述 在WIndows 10上安装Visual Studio 2013时,提示如下报错. 提示"WIndows 程序兼容性模式已打开,请将其关闭后再次运行". 二.解决方法 1.我首先尝试将Visual Studio安装程序属性中的兼容模式取消.(实际上经过检查安装程序属性中并未启用兼容性) 2.打开Powershell,进入到Visual Studio 2013安装程序目录下,运行命令:  .\vs_ultimate.exe  /unistall        使用Visua