Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

Removing songs from disk with Rating 1 in SongBird.

Note: This is a simple ‘Week-end adventure’, to make a tedious task into automated, fast and reliable one. The output may not be completely bug free. Problem Description: I have ‘a lot’ of songs in my media library and I use SongBird player to listen
Posted by Jigar Mehta | 2 Comments

2 years.. and counting!

Yes, today I finish 2 years working with my Dream company ! Its been great journey so far, and I guess company has given me everything that I ever dreamed for (except night job, but efforts are in motion to find some resolution to that! ) On development
Posted by Jigar Mehta | 1 Comments

Look at the operating system version and SP details from the dump in WinDbg..

This is a very common question, we encounter almost all the times. Just imagine a situation, we have got a memory dump from somewhere and want to see what operating system which is run there and what SP is installed.. For this, there is a very simple
Posted by Jigar Mehta | 0 Comments
Filed under: ,

How to change value of register when doing live debugging with Windbg?

Windbg has not only registers reading functionality but it can also modify registers when doing live debugging.. Its really useful sometimes to modify the register values and take different path to check for particular code branch.. You can modify the
Posted by Jigar Mehta | 0 Comments
Filed under: ,

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:

COM Interop Sample : Using C# DLL from C++ application

I have found many people who are beginning to learn COM Interop, looking for a sample application that explains how to use C# DLL from C++ application. Here is one sample that I developed (SLN file is in VS2008 format!) Stay tuned..
Posted by Jigar Mehta | 2 Comments
Filed under:

How to register .NET Assembly for COM Interop ?

Do you want to use your .NET DLL (assembly) from VB6 or C++ application (native code) ? Yes, you can do that using COM Interop. As per COM rules, you need to get your assembly registered on system (in Registry, yes, thats how COM works!). To get an assembly
Posted by Jigar Mehta | 1 Comments
Filed under: , ,

Live Mesh Technology Preview Available!

I am very excited to tell that Microsoft announced Live Mesh Technology preview today. Its awesome piece of system, and will surely increase your productivity if you have multiple machines/devices at multiple location! I just love it!!! More details here
Posted by Jigar Mehta | 2 Comments
Filed under:

Parallel Computing Initiative..

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,
Posted by Jigar Mehta | 1 Comments

Visual Studio 2005 debugging trick..

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..
Posted by Jigar Mehta | 3 Comments
Filed under:
More Posts Next page »
 
Page view tracker