|
I am using Visual Studio 2008 SP1 (version 9.0.30729.1). My problem is that the only reporting-related toolbox items I see are 3 "Textbox" controls. Where are the other stuff? Do I need to add a reference to a different assembly?
Here are the steps I ...
Started by Gustavo Cavalcanti on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I was able to fix it by going into the VS menus:
Visual Studio "Tools"
Thank you!!
This fixed my report... .
ProjectAssemblies
There are four HIDDEN files in there that make up what is apparently the toolbox cache disappeared from the toolbox.
|
|
In Visual Studio 2005, I've recently reorganized a solution with over 30 projects into 5 solution folders. However, since I've done that, all the custom controls and user controls from my assemblies have disappeared from the WinForms Toolbox.
Has anyone...
Started by Anthony Brien on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
When you remove.
Since you reorganized it? When you build a control it is fast added to the toolbox.
|
|
I've been using VS2008 to build ASP.NET apps with no problems. Recently, I noticed some important items disappeared from the toolbox, like label and gridview. I put them back, but I thought it was weird that they just disappeared, as I'm sure I didn't...
Started by Steve on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Any trouble using the toolbox items in visual studio, just delete the hidden files:
toolbox.tbd, toolbox_reset.tbd, toolboxIndex.tbd, toolboxIndex_reset.tbd
in
drive:\Documents and Settings\\Local the toolbox items ....
|
Ask your Facebook Friends
|
Sorry if my question is asked wrong, I am just starting to learn ASP.NET in VS2008.
I try to follow several tutorials on the web (for example http://msdn.microsoft.com/en-us/library/aa730880 (VS.80).aspx#wapp_topic5) to create a web page:
Create new Web...
Answer Snippets (Read the full thread at stackoverflow):
<asp:Label ID="Label1" runat....
Open your default.aspx page in source mode, and paste the code blow into your form element .
At the same time this might be a VS.NET 2008 deployment issue, too .
I usually use source mode.
Sometimes design mode messes up.
|
|
I want to add some user controls to my toolbox, but every time I click "Choose Items" on the new tab I made, it crashes, no error messages, nothing. I lose all work as well.
Ever since I installed Visual Studio 2010 Beta 2, this has been happening!
How...
Started by Cyclone on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
C:\yourPathToVisualStudio\devenv.exe /safemode
Try installing/reinstalling visual ....
The simple solution is to start Visual Studio in safemode , which will stop it from crashing and reporting the exception instead .
This is a known bug of Visual Studio.
|
|
Hey people,
Ive searched high and low on this one. I don't have PowerCommands installed as many of the solutions say to remove it.
Any other ideas on how to fix this issue?
Im running Vista Home 64bit, VS 2008 SP1
Thanks
Started by chopps on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I've got same setup with you, in my case it was DxCore
For me it was Visual Studio 2008 Power Commands
EDIT : I also had this... .
Most of the time one of them is the problem .
Uninstall / Disable CodeRush or every other addon one by one until it works fine .
|
|
I have one dll of usercontrol and I add to it to the references in my project. And now I want to access this usercontrol from toolbox but it does not appear in the toolbox. And I can access them by writing code, but I want it in toolbox and want to use...
Started by Harikrishna on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Right click on the toolbox -> Choose items....
You need to right click on the toolbox, select "Choose Items.." and browse to the dll containing the control.
|
|
I have a MS AJAX toolkit DLL which I want to add to the toolbox items as a tab.
How do I go about in doing this?
Started by Abhi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Open the toolbox on the left-hand side of the IDE and find the Ajax Controls Tab
Right Click tab instead of the Ajax Control Toolkit :
After the Choose Toolbox Items window opens, click-controls-fails-when-trying-to-add-to-toolbox....
|
|
I've got a server control in a dll deployed as part of a wix msi installation. I have gotten the installer to make the control available in the toolbox's ADD ITEMS window, but the contol isn't added to the the toolbox by default.
How can I configure wix...
Started by Jason on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Studio+toolbox+programmatically&rnum=1&hl=en#1efda96cf843d470
Do you want to install Server.
|
|
My studio toolbox icons are all messed up. Is there a way to fix them?
Started by Kevin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Right-click on toolbox then click reset/2007/05/visual-studio-toolbox....
In the dialog check everything expect the 'Toolbox' option under the 'General' tree itemIf you do not have custom controls just reset the toolbox.
Settings.
|