Welcome to MSDN Blogs Sign in | Join | Help

May 2008 - Posts

Collection of SysInternal Tools

The team has just released a new subdomain that has neat and clean list of all SysInternal Tools, ready for you!! Take a look, http://live.sysinternals.com Stay tuned..
Posted by Jigar Mehta | 4 Comments

Visual Studio 2008 SP1 Beta is available!!

I've been using Visual Studio 2008 from few months.. Its really a great improvement over productivity.. I love new features and speedy IDE. Service Pack 1 for Visual Studio 2008 contains not only bug fixes but also lots of new features! Along with .NET
Posted by Jigar Mehta | 0 Comments

What is better way of keeping an eye on last win32 error while debugging?

I have found it necessary many times to keep an eye on last win32 error, while using Win32 APIs in code! (Calling GetLastError() after each API usage is not feasible solution!).. In Visual Studio they have provided a very good small feature. You can write
Posted by Jigar Mehta | 1 Comments
Filed under:

How can I check the details about Process Token while debugging in Visual Studio?

Visual Studio 2005 onwards, watch window has got a pseudo register for investigating the details about process token. So, all you have to do is, just start debugging and write "$user" in watch window, Its interesting to look at expanded view
Posted by Jigar Mehta | 1 Comments
Filed under:

CoCreateInstance returns 0x80080005 for Visual Studio 2008 based ATL service??

I just worked with a customer who was facing interesting issue. He was getting 0x80080005 at client when he calls CoCreateInstance. The COM component is implemented within an ATL Service which is running on the same machine (we are not hitting wire/network).
Posted by Jigar Mehta | 0 Comments
Filed under:

VC++ Debug C++ Runtime Files..

How many times have you tried to run the debug build of your project on a test machine where you don't have Visual Studio installed, and faced issues? Issues like, For binaries built in debug configuration with Visual Studio 2005.. Activation context
Posted by Jigar Mehta | 1 Comments
Filed under:
 
Page view tracker