Thanks Asaf for making MyPhotoIndex an open source project, lets see if the community will pick it up!
After downloading the source files from CodePlex, I discover that it is written in VS2008.
I still use VS2005 and was not able to load the solution file (MyPhotoIndex.sln) but after some research it solved the problem:
The only thing you have to do is change 2 toplines in the solution file
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
to
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Save, load in VS2005 and build!
Ad