Reputation: 938
I've develop an application using Visual Studio 2012 and published it. When my client tries to install it, it says it cannot install as the application requires the assembly Microsoft.TeamFoundation. Controls Version 11.0.0.0. be installed in the Global Assembly Cache. I realise I need to add a dependency when installing, but which one?
Upvotes: 0
Views: 3230
Reputation: 285
Is this what you're looking for ?
Microsoft.TeamFoundation.Controls.dll
in C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ReferenceAssemblies\v4.5
Upvotes: 1