I\'m debugging a production service which is at rare instances is throwing AppDomainUnloadedException. The ex开发者_JS百科ception contains no stacktrace or any kind of useful information about why it
My Application_Start code on the global.asax takes 2-3 minutes to finish (long db queries, etc) Whenever I publish a new version of the site, I get deadlocks on aspnet_isapi.dll and the application d
Why does .NET memory management create such a large object heap? Most of it seems to be empty. Is this something to b开发者_如何学运维e concerned about?
I am having an issue at a client site 开发者_开发技巧with a .NET/Windows CE 5.0 application.Of course, we are not able to duplicate the issue and the client doesn\'t know exactly how to duplicate it e
I\'m trying to install the Windows Debugging Tools via the Windows SDK and after two attempts I am at a loss for what to do. I start the installation and receive no errors at all but the debugging too
I have created a set of multi-platform C++ components to load and manage various types of digitally signed shared libraries. This handles all aspects of loading and initialziation including mapping th
Please let开发者_如何学Go me know how to get the content of csNameBuffer array of type std:string in WinDBG
a windows service written in c# 4.0, setting gflags.exe(Global Flags) to save the dump when process crashing.
I\'ve been doing some work on high memory issues, and I\'ve been doing a lot of heap analysis in windbg, and I was curious what the different columns really mean in \"!heap -flt开发者_如何学Go -s xxxx
The following is my checking gcroot of the object 0330e9a8. I found Its root is a hanle with its type is \"RefCnt\".