Continuous Integration from TFS to Azure Inconsistent to Visual Studio Deployment Continuous Integration from TFS to Azure Inconsistent to Visual Studio Deployment azure azure

Continuous Integration from TFS to Azure Inconsistent to Visual Studio Deployment


Make sure all the referred assemblies that include the custom controls are "NOT" referred from GAC. Ideally put those in a folder (call it libs or references etc to easily identify). Then refer the assemblies from that location in your project, also don't forget to mark them Copy Local = True.

Anything that is not part of the framework should be included like this.