I'm trying to convert my Typed Dataset DAL xsd and am getting a warning:
"Errors occurred while compiling the Xml schemas in the project. Because
of
this, Xml intellisense is not available."
If I double-click on this it opens more than a hundred other warnings such
as:
"The 'GenerateShortCommands' attribute is invalid - The value 'False' is
invalid according to its datatype
'http://www.w3.org/2001/XMLSchema:boolean'
- The string 'False' is not a valid Boolean value."
The method I used to convert my existing VS 2005 project to VS 2008 was to
create a new VS 2008 project (Web Application Project) and Add all of the
project elements to the new project, copying them from the old project. I
did this with the xsd, xsc, xss files also.
BTW, when I did this it duplicated the designer.vb file and caused a
gazillion compile errors. This duplication behavior also happened when
copying Crystal Re****ts files. Very disconcerting and not so obvious.
Why am I getting these warnings and what should I do about it?
-->DaVince