Welcome to MSDN Blogs Sign in | Join | Help

March 2008 - Posts

App Config’s root element should be namespace-less

The root element for Application config file is <configuration> <?xml version="1.0" encoding="utf-8" ?> <configuration > </configuration> The application config file is shared with CLR and Windows SxS. SxS dictates
Posted by junfeng | 0 Comments
Filed under: ,

Getting the right exception context from a memory dump

When debug a memory dump, the dump may not in the right exception context when it is first loaded in the debugger. However, we can figure out the right context from the dump. Let's load the dump. c:\debuggers>cdb -z c:\temp\foo.dmp Symbol search path
Posted by junfeng | 1 Comments
Filed under:
 
Page view tracker