如何调试没有Visual Studio的.net应用程序
问题描述:
请让我知道,如果以前有人问过我,我无法在这个问题上找到任何问题: -
Please let me know if this has been asked before, I wasn't able to find any questions on this subject:-
我需要确定内部异常在安装.net框架而不是Visual Studio的计算机上抛出异常(也不可能在计算机上安装Visual Studio)。如何检查这个内部异常?
I need to determine the inner exception of an exception thrown on a computer with the .net framework installed but not Visual Studio (nor is it possible to install Visual Studio on the computer). How can I examine this inner exception?
请注意以下几点:
- 由于问题在于盒子上的问题,从另一台计算机上运行Visual Studio是不错的我知道WinDbg是一个选项,但是我很快就需要这样做,不幸的是,我想象,学习WinDbg所需要的时间足以让这个完成,将超过我有时间 - 但是如果有人有分步说明,我会感兴趣。
- 我拥有完整的管理员权限,可以安装任何不太大的东西安装VS是没有足够的硬盘空间)。
谢谢!