Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
We just recently upgraded Visual Studio from 2005 to 2010. Our solution was not upgraded to the 4.0 framework, as our user base is still on the 2.0 framework. The solution loads fine, runs fine and we were ready to get back to work.

We have hundreds of custom user controls. When in 2005, we created a user control in our solution, it would show up in the toolbox and from there we could drag & drop the user control onto any given form.

As we were developing, we noticed that our custom user controls are not showing up in the Toolbox in Visual Studios designer. Has anyone ran across this issue? How were you able to get them to show up?

Thanks!
Posted

A colleague of mine found the problem. For some reason, there was a conflict with Visual Studio 2010 and the install of Crystal Reports 2008 with SP2. We uninstalled & re-installed Crystal Reports 2008 with SP2 and the Crystal Reports 2008 runtime and now our custom user controls show up in the Toolbox.
 
Share this answer
 
v2
A colleague of mine found the problem. For some reason, there was a conflict with Visual Studio 2010 and the install of Crystal Reports 2008 with SP2. We uninstalled & re-installed Crystal Reports 2008 with SP2 and the Crystal Reports 2008 runtime and now our custom user controls show up in the Toolbox.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900