I am using Telerik Tree View control in Excel VSTO Application. The Tree View control is added in the Document action pane. I am deploying VSTO application using Click Once. In the deployment deployment folder I see the dll's Telerik.WinControls.dll.deploy, TelerikCommon.dll.deploy,Telerik.WinControls.UI.dll.deploy .
But on openning the workbook the Tree View control is not gettting loaded and it is not throwing any error either. I am using the Telerik Trial version. Thanks
But on openning the workbook the Tree View control is not gettting loaded and it is not throwing any error either. I am using the Telerik Trial version. Thanks
4 Answers, 1 is accepted
0

Smriti
Top achievements
Rank 1
answered on 14 Apr 2015, 06:11 PM
The problem got resolved by using the Licensed version of Telerik controls.
0
Hi Smriti,
I am glad that you have a solution to your issue.
Should you have further questions please do not hesitate to write back.
Regards,
Hristo Merdjanov
Telerik
I am glad that you have a solution to your issue.
Should you have further questions please do not hesitate to write back.
Regards,
Hristo Merdjanov
Telerik
See What's Next in App Development. Register for TelerikNEXT.
0

yaron
Top achievements
Rank 1
answered on 05 Jun 2016, 05:48 AM
Hi Smriti\Telerik support,
I think I am facing the same problem:
I built a VSTO project with an ElementHost that hosts 2 WPF telerik controls. Works good on my developer machine.
Published as Clickonce and when deploying and executing on client machine the 2 WPF controls are not visible.
I am using (I think) the controls that I just bought and downloaded so it should be the Licensed version Q2 2016.
In my solution - all the Telerik references are set as "Copy Local" and are present under the "publish" directory.
How can I make sure I am using the Licensed versions and are there any other reasons that can cause this problem?
Thank you
Yaron
0
Hi Yaron,
Thank you for writing.
You can right click any of the assemblies you are referencing and check its version. Since you are using our R2 2016 release, it should be 2016.2.503. You can also start the Launch toolbox configurator in Visual Studio and it will display the installed versions on your machine. You can open it using the Telerik menu: Telerik>>UI for WinForms>>Launch toolbox configurator.
Please also note that publishing with ClickOnce expects that all of the needed assemblies be present in the GAC of the client machines. Please check the following documentation article for more information: http://docs.telerik.com/devtools/winforms/installation-deployment-and-distribution/application-deployment#clickonce
I hope this helps. Should you have further questions please do not hesitate to write bac.
Regards,
Hristo Merdjanov
Telerik
Thank you for writing.
You can right click any of the assemblies you are referencing and check its version. Since you are using our R2 2016 release, it should be 2016.2.503. You can also start the Launch toolbox configurator in Visual Studio and it will display the installed versions on your machine. You can open it using the Telerik menu: Telerik>>UI for WinForms>>Launch toolbox configurator.
Please also note that publishing with ClickOnce expects that all of the needed assemblies be present in the GAC of the client machines. Please check the following documentation article for more information: http://docs.telerik.com/devtools/winforms/installation-deployment-and-distribution/application-deployment#clickonce
I hope this helps. Should you have further questions please do not hesitate to write bac.
Regards,
Hristo Merdjanov
Telerik
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms. For more information check out this blog post and share your thoughts.