vote up 2 vote down star

I have recently started using CAML.NET IntelliSense for SharePoint with Visual Studio 2008; which works great; however whenever I create a new project using STSDev 2008 (and thus generate feature.xml and WebParts.xml) the default schemas include the CAML.NET IntelliSense and the built-in (relatively incomplete) schemas:

  • caml.xsd
  • wss.xsd
  • coredefinitions.xsd
  • camlview.xsd

All found in web server extensions\12\TEMPLATE\XML. The existence of both of these schemas for the file causes a large number of warnings, notifying me that a specific schema entry is already declared in one of the above files. Disabling them for each file individually works great, however in a SharePoint solution whit 40 or 50 XML files this quickly becomes laborious.

Is it possible to disable these built-in Schemas, selecting "Do not use selected schemas" does not work for future XML files only the current one?

flag

69% accept rate
Curiosity: why do you want them disabled? Also, if this is a problem, please suggest it on Connect (connect.microsoft.com/visualstudio). – John Saunders Mar 11 at 15:56
Thanks for your comment John, I wan't to disable them because CAML.NET InteliSense for Sharepoint (as linked above) replaces the CAML functionality contained within the built in Schemas, this causes hundreds of xyz is already declared within caml.xsd/wss.xsd etc. – Richard Slater Mar 12 at 8:53

1 Answer

vote up 2 vote down check

Well, if you really don't want them - you could remove the schemas from the xsd path (%VsInstallDir%\xml\Schemas) - and perhaps disable download (Options->TextEditor->Xml->Miscellaneous). My machine isn't in a suitable state to try it, but it should work in theory...

link|flag
The CAML.net XML seems to cover at least everything that the built in XSDs do. That seems like a good solution to me - do you mind if I leave this to run for a few more days in case someone else spots it. – Richard Slater Mar 27 at 18:37

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.