I am working on xml and xsd files in VS 2010, but intellisense is not working. However, Intellisense works for the same files in VS 2008.
When I enter the parameters "<xs:" such as "attribute", "complexType", "simpleType" or "element" are not displayed.
Is there any difference between VS 2008 and VS 2010 that I am missing?
I am adding an xsd file to my solution. All native namespaces are automatically generated as such:
<?xml version="1.0" encoding="utf-8"?> <xs:schema id="XMLSchema2" targetNamespace="http://tempuri.org/XMLSchema2.xsd" elementFormDefault="qualified" xmlns="http://tempuri.org/XMLSchema2.xsd" xmlns:mstns="http://tempuri.org/XMLSchema2.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema"> </xs:schema>
"xsdschema.xsd" is located in the directory "C: \ Program Files \ Microsoft Visual Studio 10.0 \ xml \ Schemas".
The XML Schema dialog box has a checkmark in the Use column.
xml visual-studio-2010 xsd intellisense
Jason Jun 06 '10 at 23:35 2010-06-06 23:35
source share