【发布时间】:2013-06-17 11:29:52
【问题描述】:
我已经安装了Visual studio 2010 Ultimate 版本,但是在简单的 Windows 窗体程序下运行时出现错误....
MsgBox("Hello !")
"error while trying to run project uncaught exception thrown by method called
through reflection"
安装有什么问题吗??
它的 Visula studio 异常不是我的程序异常...
我在下面试过但没有运气..
devenv /resetsettings
【问题讨论】:
-
如果你
Catch例外,InnerException是什么?和InnerException的InnerException等 -
Gravell,我知道异常处理...我在新机器上进行了全新安装,无法运行任何类型的程序。我也在下面尝试过.. Try MsgBox("OK") Catch ex As Exception MsgBox(ex.ToString()) End Try
-
对于它的价值,我在安全模式下运行时得到了这个,试图解决另一个问题。
标签: .net vb.net visual-studio-2010