Share via


Restart Visual Studio IDE

Question

Wednesday, February 8, 2017 10:44 AM

Hi,

I have to configure toolbox in Visual Studio. In Visual Studio, we can able to update toolbox configuration after Visual Studio IDE restart. So, Can you please suggest solution for update toolbox configure or restart Visual Studio IDE?

Thanks,
Jaya

All replies (1)

Thursday, February 9, 2017 7:41 AM

Hi Jaya,

Welcome to MSDN forum.

As far as I know, the following steps could add the control to toolbox without restarting pc.

If you create Custom Controls in the solution of your project, after you build the project, the control will appear in the toolbox automatically without restarting your pc.

Besides, you could get it without restarting pc by the following steps:

  1. In the Toolbox, select the tab where you want to add the control.
  2. Right-click the Toolbox and select Choose Items from the shortcut menu.
  3. The Choose Toolbox Items dialog box opens. The following illustration shows the Choose Toolbox Items dialog box.
  4. In the list, locate the control you want to use.
  5. If the control you want to use does not appear in the list, click the Browse button. In the Open dialog box, navigate to the assembly that contains the control you want to use. Select the assembly and click Open.
  6. Any controls contained in the assembly appear in the Choose Toolbox Items dialog box.
  7. Add a check mark next to the control you want to add, and then click OK.
  8. The selected control appears at the bottom of the selected tab in the Toolbox.

From the Toolbox, drag the control onto the design surface. The selected control appears on the design surface. Also, the control's assembly is added as a project reference, and an XML namespace mapping is added to the XAML file.

>>I have to configure toolbox in Visual Studio

If I misunderstand you, please provide more detailed information about “configure toolbox”.

Best regards,

Joyce

Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected].