Article information
Article relates to
RadControls for WinForms
Created by
Dimitar Kapitanov, Telerik
Last modified
Febrayry 02, 2007
Last modified by
HOW-TO Deploy RadControls for WinForms applications using ClickOnce technology DESCRIPTION By default, when preparing a ClickOnce distribution of a Windows Forms Application, VS2005 uses its default settings, which assume that all project assemblies that are located in the GAC of the local machine are also available on the remote server. By default, CopyLocal is set to false for assemblies in the GAC, so they are marked as prerequisites in the application manifest (meaning that ClickOnce expects these to already be present in the remote machine's GAC, so the application does not pack them). Needless to say, this is may cause problems if the assemblies are not registered in the remote server's GAC. SOLUTION Here are several simple steps on how to deploy a Windows Forms Application using ClickOnce:
Resources Buy Try