博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Solve VS2010 Error "Exceptions has been thrown by the target of an invocation"
阅读量:6250 次
发布时间:2019-06-22

本文共 475 字,大约阅读时间需要 1 分钟。

Sometimes when you open a VS2010 project, an error window will pop up with the error message "Exceptions has been thrown by the target of an invocation" which is weird.

The easy way to solve this and get your project started normally is:

1) Open Task Mangager, find the explorer.exe in Processes, and then click End Process.

2) Click File -> New Task(Run...), type in explorer.exe

3) Then reopen your project file, it should be ok now

.本文转自博客园Grandyang的博客,原文链接:,如需转载请自行联系原博主。

你可能感兴趣的文章
python 之logging 模块
查看>>
微信支付开发invalid appid错误
查看>>
Apache prefork性能调优
查看>>
mysql需要调整的参数
查看>>
HTML5 本地缓存 (web存储)
查看>>
UWP ListView
查看>>
centos安装tomcat
查看>>
samba
查看>>
基于Storyboard创建多分支NavigationController的方法
查看>>
PV与并发之间换算的算法换算公式
查看>>
Linux下文件的特殊权限笔记
查看>>
/bin,/sbin /usr/sbin,/usr/bin
查看>>
mariadb操作审计
查看>>
Vmawre vsphere 5.5之SSD存储设置
查看>>
Linux CentOS 永久设置别名Alias
查看>>
JavaScript ES6箭头函数指南
查看>>
通过Gradle来取的Jenkins的build
查看>>
Hadoop基础入门学习笔记(基本概念)
查看>>
MongoDB复制集
查看>>
windows系统之WSUS服务器:更改WSUS更新文件的路径
查看>>