How can i run a project with Telerik Winforms controls in a computer within these controls and has only .net framework. Please help me if you can..
Thanks..
2 Answers, 1 is accepted
0
Vassil Petev
Telerik team
answered on 10 Apr 2007, 02:26 PM
Hello luyce,
Our controls do not have any special instructions - you should deploy them just as you would the regular winforms controls. Basically, you should add the following telerik assemblies to your setup project, for deployment:
TelerikCommon.dll - this assembly contains general routines required by all controls
Telerik.WinControls.dll - this assembly contains base the Telerik Presentation Framework (TPF) classes and routines
Telerik.WinControls.UI.dll - holds all telerik UI controls.
For deployment on another computer, telerik assemblies should be either in the same folder, as the application executable file itself, or in the GAC.
I hope this information would help you with this issue.