G
Guest
Hi,
I have a problem with ASP.NET 2.0 and Windows 2000 Server. I develop a
WebService for ASP.NET 2.0, in Windows XP Professional with VS.NET 2005 and
works correctly. I have installed the netframework 2.0 Beta in a Windows
Server 2000, but when i run then webservice, then i get the following message:
Server Error in '/servicios' Application
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: Unable to convert input xml file content to a DataSet.
Data at the root level is invalid. Line 1, position 1.
Source Error:
Line 1: <?xml version="1.0" encoding="utf-8"?>
Line 2: <xs:schema id="PlantacionDataSet"
targetNamespace="http://tempuri.org/PlantacionDataSet.xsd"
xmlns:mstns="http://tempuri.org/PlantacionDataSet.xsd"
xmlns="http://tempuri.org/PlantacionDataSet.xsd"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
xmlns:msprop="urn:schemas-microsoft-com:xml-msprop"
attributeFormDefault="qualified" elementFormDefault="qualified">
Line 3: <xs:annotation>
Source File: /servicios/App_Code/PlantacionDataSet.xsd Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50215.44; ASP.NET
Version:2.0.50215.44
How can I resolve this problem?
Thanks.
I have a problem with ASP.NET 2.0 and Windows 2000 Server. I develop a
WebService for ASP.NET 2.0, in Windows XP Professional with VS.NET 2005 and
works correctly. I have installed the netframework 2.0 Beta in a Windows
Server 2000, but when i run then webservice, then i get the following message:
Server Error in '/servicios' Application
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.
Parser Error Message: Unable to convert input xml file content to a DataSet.
Data at the root level is invalid. Line 1, position 1.
Source Error:
Line 1: <?xml version="1.0" encoding="utf-8"?>
Line 2: <xs:schema id="PlantacionDataSet"
targetNamespace="http://tempuri.org/PlantacionDataSet.xsd"
xmlns:mstns="http://tempuri.org/PlantacionDataSet.xsd"
xmlns="http://tempuri.org/PlantacionDataSet.xsd"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
xmlns:msprop="urn:schemas-microsoft-com:xml-msprop"
attributeFormDefault="qualified" elementFormDefault="qualified">
Line 3: <xs:annotation>
Source File: /servicios/App_Code/PlantacionDataSet.xsd Line: 1
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50215.44; ASP.NET
Version:2.0.50215.44
How can I resolve this problem?
Thanks.