Last Updated: February 25, 2016
·
657
· mrcaron

C++/CLI & C#, building on TFS

When building a C++/CLI app that consumes a C# assembly and both are in a solution file, make sure that you add the C# reference via a project reference rather than a file reference. The way TFS Build keeps your assemblies is not the same as on your local box. It'll save you lots of head-to-desk visits.