toolbox

Telerik + Visual Studio 2010 Toolbox = Maddening Problems

两盒软妹~` 提交于 2019-12-01 17:23:05
Has anyone ever found a solution to either of these problems: 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. Telerik toolboxes have many duplicate controls. 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

Why is my SSIS toolbox empty in Visual Studio 2019 community?

百般思念 提交于 2019-12-01 16:55:52
I installed Visual Studio 2019 Community and then installed data tools. I can open an Integration Services project but when I look at the SSIS Tooolbox, it's empty. How do I fix this? This is a problem after Visual Studio does an update for Optimization. I have confirmed that the fix is: Open menu item: - Tools - Options - Environment - On the General Tab - DISABLE/uncheck - "Optimize rendering for screens with different pixel densities" This solved my problem. ..Derrick.. I think you should download and install the Integration Services Projects extension: SQL Server Integration Services

The call is ambiguous between the following methods: Identical.NameSpace.InitializeComponent() and Identical.NameSpace.InitializeComponent()

和自甴很熟 提交于 2019-12-01 15:23:18
Ok, I suspect this might be a Visual Studio thing, but there must be some reason for this. I created from the list of default items a ListBox (Right Click on project, or folder in project -> Add -> New Item -> Xaml ListBox). Immediately I get a red squiggly line with the error: "Error 2 The call is ambiguous between the following methods or properties: 'Identical.NameSpace.ListBox1.InitializeComponent()' and 'Identical.NameSpace.ListBox1.InitializeComponent()' C:\Documents and Settings\ouflak\My Documents\Visual Studio 2010\Projects\Identical\NameSpace\ListBox1.xaml.cs 27" All of the code in

The call is ambiguous between the following methods: Identical.NameSpace.InitializeComponent() and Identical.NameSpace.InitializeComponent()

非 Y 不嫁゛ 提交于 2019-12-01 14:26:19
问题 Ok, I suspect this might be a Visual Studio thing, but there must be some reason for this. I created from the list of default items a ListBox (Right Click on project, or folder in project -> Add -> New Item -> Xaml ListBox). Immediately I get a red squiggly line with the error: "Error 2 The call is ambiguous between the following methods or properties: 'Identical.NameSpace.ListBox1.InitializeComponent()' and 'Identical.NameSpace.ListBox1.InitializeComponent()' C:\Documents and Settings\ouflak

VB.NET Visual Basic Power Packs not working on VS2015?

萝らか妹 提交于 2019-11-30 20:59:16
I have downloaded the VS Basic Power Packs from the link here https://msdn.microsoft.com/en-us/library/cc488277.aspx but I have no idea why it does not appear in my project toolbox. I have also added the project reference for both the VB Power Packs and VB Power Packs Design to my project and refreshes the toolbox but it does not show at all. Here is some pictures of it. Btw, I am using VS 2015 PRO. What did I missed out? @Plutonix has the correct answer in the comments. I just thought I would add and illustrate the answer. (NOTE: as mentioned by @Student in the question, you'll need to

VB.NET Visual Basic Power Packs not working on VS2015?

爷,独闯天下 提交于 2019-11-30 05:41:07
问题 I have downloaded the VS Basic Power Packs from the link here https://msdn.microsoft.com/en-us/library/cc488277.aspx but I have no idea why it does not appear in my project toolbox. I have also added the project reference for both the VB Power Packs and VB Power Packs Design to my project and refreshes the toolbox but it does not show at all. Here is some pictures of it. Btw, I am using VS 2015 PRO. What did I missed out? 回答1: @Plutonix has the correct answer in the comments. I just thought I

DataSet panel (Report Data) in SSRS designer is gone

走远了吗. 提交于 2019-11-29 18:43:18
In the layout screen of an SSRS designer e.g. Visual Studio, I have lost the report data panel. It has disappeared and I can't rmeember what it is called in order to get it back. This usually lists the following items: Built-in Fields Parameters Images Data Sources Datasets Previously it was in the same area as the general Toolbox and Server explorer panels. Does anyone know how to restore it? With a report (rdl) file selected in your solution, select View and then Report Data . It is a shortcut of Ctrl + Alt + D . If you are using BIDS with SQL 2008 R2 you can only get the "Report Data" menu

Visual Studio do not add my component (from a DLL) to the toolbox even if I reference it

牧云@^-^@ 提交于 2019-11-29 09:18:51
As stated in the title, I copied my DLL in Visual Studio project, set it to "content" and "copy always". Added a reference to this DLL and set it to "copy locally". I successfully managed to instance my component to a form through code but it doesn't appear in the toolbox, really boring. How can I solve this issue? If I link directly the DLL project to this project it works, but now I'm treating the DLL as "external" so it's not part of the same solution of the DLL project. bluish I had this problem with @AndrewFinnell's solution : There are no components in 'c:....\XXXX.dll' that can be

visual studio 2010 toolbox standard controls missing

喜欢而已 提交于 2019-11-29 07:32:51
I have created an asp.net project in visual studio 2010 ultimate edition. I can't see Standard, Data etc toolbox tabs, I can only see Telerik and HTML controls. I tried to reset the toolbox, tried to delete C:\Users\mypcuser\AppData\Local\Microsoft\VisualStudio\10.0\*.tbd . I also tried devenv /ResetSkipPkgs but nothing worked for me. Please suggest a Solution thanks! This may help you. In the Toolbox, select the tab where you want to add the control. Right-click the Toolbox and select Choose Items from the shortcut menu. The Choose Toolbox Items dialog box opens. The following illustration

User Controls not showing up in the toolbox

久未见 提交于 2019-11-28 18:05:00
I have some UserControls that I created in ProjectA. I have ProjectB that has a windows form that I want to put the controls on. Both of these projects are in a single solution. There's a reference to ProjectA from ProjectB so it can "see" the UserControls. However, the UserControls do not show up in the toolbox for me to drag to the windows form. I've tried rebuilding. I've also deleted the 'bin' directory to force a rebuild-all. How do I get VS2008 to populate the toolbox with my UserControls? Check this setting: Tools > Options > Windows Forms Designer > General : AutoToolboxPopulate It