I get errors when viewing forms and there are not any. I can close VS and reopen and it is fine. What cases this? Can it be fixed without closing?
我在查看表单时遇到错误,但没有。我可以关闭VS并重新打开,这很好。这是什么情况?没有关闭可以修复吗?
1 个解决方案
#1
1
Verify none of your custom user controls has any code errors.
验证您的自定义用户控件都没有任何代码错误。
Also try starting up Visual Studios using devenv /resetskippkgs from the command prompt. It will reset packages if there is an error in loading.
还可以尝试使用命令提示符下的devenv / resetskippkgs启动Visual Studios。如果加载时出错,它将重置包。
#1
1
Verify none of your custom user controls has any code errors.
验证您的自定义用户控件都没有任何代码错误。
Also try starting up Visual Studios using devenv /resetskippkgs from the command prompt. It will reset packages if there is an error in loading.
还可以尝试使用命令提示符下的devenv / resetskippkgs启动Visual Studios。如果加载时出错,它将重置包。