View Single Post
  #13  
Old 03-09-2012, 12:47 PM
Shiamak Shiamak is online now
Registered User
 
Join Date: 02-07-2006
Posts: 84
Hi,

I totally appreciate your prompt and useful inputs, however the problem was not with Tracker.exe (infact there is NO TRACKER.EXE that is being shipped with VS 2008) but it turned out that VisualBuld by default was using MSBUILD.EXE in .net framework v4.0 which LOOKS FOR TRACKER.EXE for incremental compilation.

The simplest solution that I figured out was to OVERRIDE MSBUILD.EXE with .net framework v3.5 and wallah...it all worked great..

I just wanted to share the closure on this issue so if someone else is facing the same issue, this solution could help em.

Thanks again for the wonderful work and keep up the good work!

VisualBUild is much appreciated in my part of the world.
Reply With Quote