Project builds locally on Win7/VS 2010 without issue.
When using TFS 2012 build server (on Windows 2012), it errors out with the following:
ERROR: 'msdatsrc.tlb' should be excluded because its source file 'C:\Windows\SysWOW64\msdatsrc.tlb' is under Windows System File Protection.
How can I convince the build server to ignore this file and let the build complete?
Thanks