christheprogrammer
Programmer
Hi all, I am new to Visual Studio.NET and am just going thru the walkthoughs book that came with the upgrade version. I was doing fine until trying to 'Add Web Reference' (on page 31 if you have the book). There is an error appearing everytime I try it, here it is:
[BEGINNING OF ERROR TEXT]
The document at the url was not recognized as a known document type.
The error message from each known type may help you fix the problem:
- Report from 'WSDL Document' is 'There is an error in XML document (2, 2).'.
- <dynamicDiscovery xmlns='urn:schemas-dynamicdiscovery:disco.2000-03-17'> was not expected.
- Report from 'DISCO Document' is 'Discovery document at the URL could not be found.'.
- The document format is not recognized.
- Report from 'XML Schema' is 'Expected Schema root. Make sure that the root element is <schema> and the namespace is ' for an XSD schema or 'urn:schemas-microsoft-com:xml-data' for an XDR schema. An error occurred at (2, 2).'.
[END OF ERROR TEXT]
The XML referenced above is:
[BEGINNING OF XML]
<?xml version="1.0" encoding="utf-8" ?>
- <dynamicDiscovery xmlns="urn:schemas-dynamicdiscovery:disco.2000-03-17">
<exclude path="_vti_cnf" />
<exclude path="_vti_pvt" />
<exclude path="_vti_log" />
<exclude path="_vti_script" />
<exclude path="_vti_txt" />
<exclude path="Web References" />
</dynamicDiscovery>
[END OF XML]
This is one of those errors I _Know_ someone has seen before. I'd really appreciate any response, no matter how little significance you think it has.... Also what is the difference between XSD and XDR Schemas?
Thanks a bunch in advance,
Chris Chris
[BEGINNING OF ERROR TEXT]
The document at the url was not recognized as a known document type.
The error message from each known type may help you fix the problem:
- Report from 'WSDL Document' is 'There is an error in XML document (2, 2).'.
- <dynamicDiscovery xmlns='urn:schemas-dynamicdiscovery:disco.2000-03-17'> was not expected.
- Report from 'DISCO Document' is 'Discovery document at the URL could not be found.'.
- The document format is not recognized.
- Report from 'XML Schema' is 'Expected Schema root. Make sure that the root element is <schema> and the namespace is ' for an XSD schema or 'urn:schemas-microsoft-com:xml-data' for an XDR schema. An error occurred at (2, 2).'.
[END OF ERROR TEXT]
The XML referenced above is:
[BEGINNING OF XML]
<?xml version="1.0" encoding="utf-8" ?>
- <dynamicDiscovery xmlns="urn:schemas-dynamicdiscovery:disco.2000-03-17">
<exclude path="_vti_cnf" />
<exclude path="_vti_pvt" />
<exclude path="_vti_log" />
<exclude path="_vti_script" />
<exclude path="_vti_txt" />
<exclude path="Web References" />
</dynamicDiscovery>
[END OF XML]
This is one of those errors I _Know_ someone has seen before. I'd really appreciate any response, no matter how little significance you think it has.... Also what is the difference between XSD and XDR Schemas?
Thanks a bunch in advance,
Chris Chris