XML/XSD intellisense not working in Visual Studio 2010?

I discovered what happened. Visual Studio 2010 imported the schemas from Visual Studio 2009. This caused duplication warnings like the one below: Warning The global attribute 'w3.org/XML/1998/namespace:lang' has already been declared.

C:\Program Files\Microsoft Visual Studio 10.0\xml\Schemas\xml. Xsd In the XML Schemas dialog, I removed the old ones from the schema cache. You'll have to restart Visual Studio.

The intellisense and schema validation will disappear if there are warnings not been resolved; like having duplicate complex types defines in different files withing the same schema namespace.

I am working on xml and xsd files in VS 2010 but intellisense isn't working. Intellisense is working for the same files in VS 2008, however. When I type '

Is there some difference between the VS 2008 and VS 2010 that I'm missing?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions