Hi!! Everyone!
I have a problem .. i made a winform app .. runs amazing in my development PC..
BUT...
i take my "Bin" folder to other computer and run the .EXE in the "Debug" folder
DOES NOT WORK..
i'm new in telerik controls.. what i have to do .. to run the .EXE in computers away from the development PC??
its a simple APP.. some combos.. some grids.. some textbox all in telerik... the databse is in Access 07... it's my test Application
the first one in telerik but i can't translate it to another computer..
HELPPPP PLEEASEEE
THANKS!!
I have a problem .. i made a winform app .. runs amazing in my development PC..
BUT...
i take my "Bin" folder to other computer and run the .EXE in the "Debug" folder
DOES NOT WORK..
i'm new in telerik controls.. what i have to do .. to run the .EXE in computers away from the development PC??
its a simple APP.. some combos.. some grids.. some textbox all in telerik... the databse is in Access 07... it's my test Application
the first one in telerik but i can't translate it to another computer..
HELPPPP PLEEASEEE
THANKS!!
6 Answers, 1 is accepted
0
Accepted

Richard Slade
Top achievements
Rank 2
answered on 04 Jan 2011, 01:14 PM
Hello,
It is likely that you have not included the Telerik assemblies with the exe, and if they are not installed on the target computer then you won't be able to use it. Please follow this guide on application deployment for Telerik RadControls for WinForms
Hope that helps
Richard
It is likely that you have not included the Telerik assemblies with the exe, and if they are not installed on the target computer then you won't be able to use it. Please follow this guide on application deployment for Telerik RadControls for WinForms
Hope that helps
Richard
0

Richard Slade
Top achievements
Rank 2
answered on 04 Jan 2011, 05:25 PM
Hello again,
Additionally, you should also be aware of the Telerik guidelines on re-distributing your aplication that will contain the Telerik assemblies.
http://www.telerik.com/help/winforms/installation-deployment-and-distribution-redestributing-telerik-radcontrols-for-windows.html
I hope you find this extra information also useful.
Regards,
Richard
Additionally, you should also be aware of the Telerik guidelines on re-distributing your aplication that will contain the Telerik assemblies.
http://www.telerik.com/help/winforms/installation-deployment-and-distribution-redestributing-telerik-radcontrols-for-windows.html
I hope you find this extra information also useful.
Regards,
Richard
0

jose luis
Top achievements
Rank 1
answered on 04 Jan 2011, 08:13 PM
Hi richard
thanks for ur reply..
well let me see if i understand okey?
i have to add references for each telerik control i use in my project , okey done...
and also.. i have to install what in the client machine?? i don't get this...
install de telerik product? i don't understand ..
please help me i need to know how to run apps in different computers
thanks a lot for the answers.. :D!
thanks for ur reply..
well let me see if i understand okey?
i have to add references for each telerik control i use in my project , okey done...
and also.. i have to install what in the client machine?? i don't get this...
install de telerik product? i don't understand ..
please help me i need to know how to run apps in different computers
thanks a lot for the answers.. :D!
0

Richard Slade
Top achievements
Rank 2
answered on 04 Jan 2011, 08:49 PM
Hi Jose Luis,
I'd suggest creating a SetUp project to go with your main project. A simple explanation of which can be found here on MSDN.
Create your set up project and make sure all the Telerik assemblies are set to "Copy Local" as per the link in my first reply.
For more information, also see this forum post which also answers this question.
Hope that helps
Richard
I'd suggest creating a SetUp project to go with your main project. A simple explanation of which can be found here on MSDN.
Create your set up project and make sure all the Telerik assemblies are set to "Copy Local" as per the link in my first reply.
For more information, also see this forum post which also answers this question.
Hope that helps
Richard
0

jose luis
Top achievements
Rank 1
answered on 04 Jan 2011, 10:15 PM
thanks a lot, i fix the problem.. i add references to the project and move it to the Release and Debug folder
it works in both folders i try it un two computers... thanks richard!
it works in both folders i try it un two computers... thanks richard!
0

Richard Slade
Top achievements
Rank 2
answered on 04 Jan 2011, 10:54 PM
You're welcome. glad I could be of help
Richard
Richard