When we upgraded to Microsotf .NET Framework 3.5, some web sites crashed. Here are error messages.
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: '.', hexadecimal value 0x00, is an invalid character. Line 2, position 1. Source Error:
Line 1: <?xml version="1.0" encoding="utf-8"?> Line 2: <xs:schema id="DataSetAdmin" Line 3: <xs:annotation> Line 4: <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
Remove encoding attribute from your xml document.
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0"?>
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add support@databasemart.com to your trusted senders list in your email software.