Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Telerik + Visual Studio 2010 Toolbox = Maddening Problems

Has anyone ever found a solution to either of these problems:

  1. When entering any design mode in Visual Studio 2010 (WPF, EDMX, Silverlight, Reporting, etc) I see a message in the status bar like Loading toolbox content from package Microsoft.VisualStudio.IDE.Toolbox.ControlInstaller.ToolboxInstallerPackage '{2C98B35-07DA-45F1-96A3-BE55D91C8D7A}'... This locks VS for about a minute everytime.

  2. Telerik toolboxes have many duplicate controls.

  3. Toolbox doesn't show any items when expanded. I think this is because it has too many controls in it.

I believe all of these issues to be related. I think when #1 happens, duplicate controls are added to some toolboxes, which eventually causes #3 to happen.

I'm sick of this and I'm pretty sure it's caused by Telerik's "Rad" stuff. I have 2 dev machines that never did any of this until I installed some rad controls.

like image 572
Ronnie Overby Avatar asked Sep 13 '11 13:09

Ronnie Overby


People also ask

Why is Telerik reporting not working in Visual Studio?

Download free 30-day trial After installing Telerik Reporting, some problems related to the Visual Studio Toolbox might appear. For example: Toolbox items for Telerik Reporting are missing in Visual Studio; It takes too much time to load a Toolbox on each Visual Studio launch; Toolbox items are duplicated on each Visual Studio launch.

How to add missing components from Telerik in Visual Studio 2015?

If using Visual Studio 2015 you can test adding the missing items manually: Right-click on the Toolbox area. Select "Choose items..." option from the context menu. In ".NET Framework Components" tab of Choose Toolbox items dialog check the missing components from Telerik.Reporting assembly.

Why are my Visual Studio 2010 toolbox controls not working?

Sometimes the Visual Studio 2010 toolbox cache can get a bit corrupted. Controls that you once were able to drag onto a form no longer seem alive, or you may start seeing double, triple and quadruple entries for the same controls.

How to disable Telerik OpenAccess in Visual Studio?

In Visual Studio 2010, went to Tools menu -> Add-in Manager and unchecked the "startup" column for "Telerik OpenAccess" and "Telerik OpenAccess DSW" and lag in the startup went away. There might be other Telerik add-ins you should disable to see if that helps. In this case, I have their OpenAccess installed but not actually using it.


1 Answers

I have experienced this once before and the problem was easily remedied, but I think it would be on Telerik to figure out a permanent solution.

It seems that when you update your controls, it maintains instances of the installs (the different versions) Example

I'd assume that if you have installed many updates, the toolbox itself has experienced some kind of issue regarding the variety of versions and thus led to all the problems described there. It's also worth nothing that when new revisions (the Q1/Q2/Q3/Q4 releases) come out, if you update the tools inside VS, your computer may still think the older version is installed on your computer. (Go check "Add/Remove" programs from your control panel and see if you have the latest release installed like here).

When I fixed this problem on my computer I uninstalled the old release (which was a Q1 release). This got rid off all the updates that I had installed for Telerik during that quarter. I then installed the Q2 release (which was the most recent download from the site) and simply loaded up my apps and converted them to the latest release when prompted.

Hit me back with an update if you try the reinstall of the most recent release from Telerik.

like image 67
KreepN Avatar answered Oct 01 '22 17:10

KreepN