December 2005 - Posts

How to add your own Exception Assistant content
16 December 05 10:10 AM | Lifeng Lu | 0 Comments   
The question has been asked on the Visual Studio Forums several times. I guess it might be worth to post some information here. The content of the exception assistant are saved in xml files under “Visual studio InstallDir\ExceptionAssistantContent\LCID” Read More...
Why does the debugger block me to continue when I throw an Exception
15 December 05 12:09 PM | Lifeng Lu | 0 Comments   
It will only happen when we debug a managed application with the new Visual Studio 2005. When the application throws an exception, the debugger may tell us that the exception is unhandled, and stops there. When we try to hit F5 to resume the application, Read More...
VB My.Forms and background threads
14 December 05 05:48 PM | Lifeng Lu | 0 Comments   
If you are using new VB My.Forms feature, and also write a multithread application, you might notice that My.Forms.MyForm1 actually returns different instance in different thread. So if your background thread tries to using this to update something on Read More...
Page view tracker