Search

User Controls do not show up in toolbox by ps3681

Closed
as Not Reproducible Help for as Not Reproducible

5
Sign in to vote
0
Sign in to vote
Sign in
to vote
Type: Bug
ID: 289769
Opened: 7/30/2007 4:11:45 PM
Access Restriction: Public
1
Workaround(s)
4
User(s) can reproduce this bug
Please DO NOT regard this as a duplicate of ID 144156, or 160873. The bug has most decidedly and definitely NOT been fixed at all.

I've tried the work arounds (i.e. dragging my control from subfolders to the root) - does not work. Our solution is over 70+ projects - not using solution folders is absurd!!

The problem still exists in VS2005 - we WILL NOT be upgrading (and can't - since it's not available yet) to "the next version of visual studio" for quite some time. We just upgraded to 2005!!!!

This is a serious bug and the rest of us (i.e. non Microsoft companies) would be out of business if we treated our customers / products this way.

Fix the bug in VS2005 please!!!!
Details (expand)
Product Language
English

Version

Visual Studio 2005 (All Products and Editions) Service Pack 1
Operating System
Windows XP Professional
Operating System Language
English
Steps to Reproduce
Create a user control under a solution folder (anywhere??)
Doesn't show up in toolbox.
Actual Results
Nada- cant add control to form - no way no how, work arounds don't work.
Expected Results
Controls need to show up on toolbox (or drag drop of controls from solution explore to toolbox needs to work - which doesn't) in VS2005!!

Can NOT wait (or afford) your next version - which may fix this bug but will most certainly introduce more bugs that then wont then be fixed until you charge us $$$ for the next version - repeat, repeat, repeat.

Fix this in VS2005!! As we're at the mercy of the "evil-empire" all we can do is beg!!! So here goes...
please, pretty please, pretty pretty please fix this in VS2005.

TAP Code (if applicable)
 
      You can indicate your satisfaction with how Microsoft handled this issue by completing this quick 3 question survey. [Details]

 

File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 7/30/2007 at 5:34 PM
Thank you for your feedback. We are currently investigating. If this issue is urgent, please call support directly (see http://support.microsoft.com).

Thank you,
Visual Studio Product Team
Posted by Microsoft on 7/30/2007 at 5:40 PM
Thanks for your feedback. We have tried to reproduce the issue with the latest Visual Studio build (2008 Beta 2) (http://www.microsoft.com/downloads/details.aspx?FamilyId=428C076F-E3EF-4290-9FF4-F6FD8F180B7D&displaylang=en) and we cannot reproduce it. It is likely a known issue fixed in the latest build. If the issue is critical to you with the release of Visual Studio you are working with, you may contact our Product Support Services (http://support.microsoft.com). Our dedicated Support Engineer will work with you to investigate to issue further.

Thank you,
Visual Studio Product Team.
Posted by ooswald on 8/6/2007 at 2:48 AM
Please fix this for VS2005, we need this now. Changing the structure of our source code is not an option, the project is way to big.
Posted by CleverCoder on 8/6/2007 at 7:37 AM
Upgrading to VS 2008 really is NOT an option for us either. I don't understand why this is such a hard problem to fix. Maybe allow dragging a control from the classview or project view instead?
Posted by Microsoft on 8/10/2007 at 2:11 PM
Hi

We could not repro the issue on visual studio 2005 SP1. Please see the attached snapshot.

Thanks
Posted by Tobias Krasinger on 8/13/2007 at 2:48 AM
Im still have to get along with this problem in VS2005. As a workaround I created a new tab in my Toolbox and in "Choose Items" I selected the \obj\MyProject.exe. This puts all the controls in MyProject into the Toolbox.
Unfortunately the List does not really update itsself, so if you create a new control in your project you will have to update the toolbox via "Choose Items" again.
Posted by nbons on 1/11/2008 at 5:56 AM
I had this problem as well. I didn't notice that there is a Windows Form Designer option (Tools->Options, Section "Windows Forms Designer") named "AutoToolboxPopulate".
If this is set to true, all my controls are shown in the toolbox after rebuilding.
Don't understand why this is not mentioned in the Online-Help.

BTW: D&D still for toolbox items still does not work!

N. Bons
Posted by raggiholm on 9/30/2008 at 4:18 AM
I have also added used this workaround (Adding manually to the toolbox) but it has a serious flaw. When a (sub) user control is added to another user control or form within the project, a reference is added to the project to the dll/exe resulting in a (potentially) hard to resolve namespace ambiguity. The reference has to be manually removed to resolve the problem.