Sign In
Jigar Mehta's Blog
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Tags
.NET
COM
DCOM
Debugging
Interop
Live Mesh
Remoting
SideBySide
Silverlight
Vista
WCF
WinDbg
Monthly Archives
Archives
December 2010
(1)
April 2009
(1)
August 2008
(1)
June 2008
(2)
May 2008
(6)
April 2008
(3)
November 2007
(7)
October 2007
(9)
September 2007
(2)
August 2007
(2)
June 2007
(4)
May 2007
(12)
April 2007
(1)
March 2007
(3)
February 2007
(3)
January 2007
(4)
December 2006
(2)
November 2006
(2)
October 2006
(1)
September 2006
(5)
November, 2007
MSDN Blogs
>
Jigar Mehta's Blog
>
November, 2007
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jigar Mehta's Blog
Parallel Computing Initiative..
Posted
over 5 years ago
by
Jigar-Mehta MSFT
1
Comments
As a part of Parallel computing initiative at Microsoft, we just released Parallel Extensions to .NET Framework 3.5 Community Technology Preview (CTP) which can be downloaded from here . Also, at MSDN, there is new section dedicated to ideas, technology...
Jigar Mehta's Blog
Visual Studio 2005 debugging trick..
Posted
over 5 years ago
by
Jigar-Mehta MSFT
3
Comments
Just now, I found a trick in Visual Studio 2005 to debug pointers in better way. You can ',n' in watch window where 'n' is number of elements to display. I think following snapshot is self explanatory.. Stay tuned..
Jigar Mehta's Blog
My component is not listed in DCOMCNFG..
Posted
over 5 years ago
by
Jigar-Mehta MSFT
1
Comments
I hear this problem occasionally. Customers have COM/DCOM component on the system registered properly, they want to enable DCOM on their component (to access the component over the network!). They need to modify the permissions for their component, for...
Jigar Mehta's Blog
Interesting windbg command-line parameters..
Posted
over 5 years ago
by
Jigar-Mehta MSFT
1
Comments
Here is a list of few interesting command-line parameters and their mapping to interactive commands in windbg.. PS: Taken from "Advanced Windows Debugging" (the best debugging book, I have ever come across!!).. Go grab your copy! Stay tuned..
Jigar Mehta's Blog
How to install windbg for post-mortem debugging..
Posted
over 5 years ago
by
Jigar-Mehta MSFT
2
Comments
I was looking for a way to install windbg as postmortem debugger so that everytime any process crashes or exits unexpectedly, windbg is launched automatically and I can take a look at whats happening there! Windbg has special command line option for installing...
Jigar Mehta's Blog
Extracting modules (EXE, DLL, and other binaries) from memory dump..
Posted
over 5 years ago
by
Jigar-Mehta MSFT
0
Comments
Yet another debugging challenge. Imagine a situation where you get a memory dump from customer and need modules (DLL, EXE, OCX etc.) to further debug.. (.NET modules can be used to look at source code by reverse engineering..) SOS.dll is at the rescue...
Jigar Mehta's Blog
How to debug startup code for a process which is started by some other executable!
Posted
over 5 years ago
by
Jigar-Mehta MSFT
1
Comments
Yet another debugging challenge.. The problem is, we want to debug the startup code for an application which is run by some other application! e.g. I will open a console (cmd.exe) which in turn opens calc.exe and I want to debug the initial calc.exe code...
Page 1 of 1 (7 items)