Getting error when i post the website in server via FTP

callochurcege

New Member
I create a asp.net website with MySQL database.I create database connection via Dataset. It's working fine in local machine.Am getting some error when i host the file via FTP to another server.My ERROR is: \[code\] Parser Error Message: Failed to generate code. Exception of type 'System.Data.Design.InternalException' was thrown.Source Error:Line 1: <?xml version="1.0" encoding="utf-8"?>Line 2: <xs:schema id="DataSet1" targetNamespace="http://tempuri.org/DataSet1.xsd" xmlns:mstns="http://tempuri.org/DataSet1.xsd" xmlns="http://tempuri.org/DataSet1.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="http://stackoverflow.com/questions/12722781/urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">Line 3: <xs:annotation>Source File: /App_Code/DataSet1.xsd Line: 1\[/code\]Please help me to solve this issue..
 
Back
Top