How to add XML elements to a toolbar in Visual Studio 2010 RC

I'm trying to edit an XML schema in Visual Studio 2010 Ultimate RC, but when I go to the toolbar (with an open and focused schema), there is nothing in the Toolbox view, even if every tutorial is where I read, says it should I tried to use the context menu option to reset the Toolbox without any consequences. Is there something that I am missing? Is there something I need to install in order to run this Visual Studio function?

+6
xml visual-studio xsd
source share
2 answers

This is an old question, I know, but for everyone who comes across this, it is looking for the XML Schema tab in the Visual Studio 2010 Toolbox: it is not. Microsoft has not included it in new versions of Visual Studio, and they do not seem to have plans to add them. I use a similar tool provided by Eclipse: http://www.eclipse.org/downloads/compare.php (select the package using XML tools).

+2
source share

make sure your XML constructor is in outline mode when you have the xsd file open in visual studio. you can make sure that it is opened in this way by right-clicking the xsd file and selecting "Open" in the "-> xml" editor

0
source share

All Articles