Sign in
Lifeng's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.svcmap
ASMX
ASP.Net
Async
WCF
Web Reference
Archive
Archives
August 2008
(1)
August 2007
(5)
June 2007
(2)
May 2007
(3)
April 2007
(2)
September 2006
(1)
March 2006
(1)
December 2005
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Lifeng's Blog
How to add your own Exception Assistant content
Posted
over 8 years ago
by
Lifeng Lu - MSFT
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...
Lifeng's Blog
Why does the debugger block me to continue when I throw an Exception
Posted
over 8 years ago
by
Lifeng Lu - MSFT
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...
Lifeng's Blog
VB My.Forms and background threads
Posted
over 8 years ago
by
Lifeng Lu - MSFT
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...
Page 1 of 1 (3 items)