|
Hi, If an exception occurs in my code, a message box pops up saying the program has encountered an error and sorry for the inconveniences and whether I would like to inform Microsoft about the problem. This is the usual error window when any applications encounter an error. But I see no any Exception Assistants, nor can I see the call stack and the details of the exception in the Output window. I have enabled the Exception Assistant in Tools -> Options -> Debugging -> General, but still it does not work. Also, I have uninstalled and reinstalled Visual C# Express. Can anyone help me with this, please? Thank you, Tamas Edit: Since then I realized there is also such a window as 'Call Stack'. However this doesn't show anything either. Moreover the right-mouse-click on this Call Stack window works only when I click Debug -> Start Debugging for the first time after opening Visual C# Express. If I Start Debugging for the second time, the shortcut menu does not come up. I foresee the 'spend three days on one little stupid annoying issue' situation, so if anyone has any ideas, it would be much appreciated. Thanks. Edit 2: I have installed Visual Studio 2010 Beta 1, have run a piece of code and the situation is the same. The Call Stack window does not show anything. the right-mouse-click on this Call Stack window works only when I click Debug -> Start Debugging for the first time after opening Visual C# 2010. If I Start Debugging for the second time, the shortcut menu does not come up. Am I missing something very silly and fundamental? Or shall I reinstall the .Net framework or the whole operating system to get it work? I'll buy a new pc in about a month, so I'll try that anyway.
|