Hello
The web application runs fine within Visual Studio 2005 but receives an error on the published web app.
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
A name was started with an invalid character. Error processing resource 'file:///R:/testdir/test/Default.aspx'. Line 1...
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="WebApplication5._Default" %>
-^
I have tried Uninstalling & Reinstalling the 2.0 .NET framework and modifying settings in IE7.
After searching more, the problem may be with my XML file.
I tried adding a line to my XML file <?xml version="1.0" encoding="UTF-16"?> as described in
I do not make any changes to my XML file while designing in Visual Studio 2005.
This is my XML file that gets included by default...
<?xml version="1.0"?>
<doc>
<assembly>
<name>
WebApplication5
</name>
</assembly>
<members>
<member name="F:WebApplication5._Default.form1">
<summary>
form1 control.
</summary>
<remarks>
Auto-generated field.
To modify move field declaration from designer file to code-behind file.
</remarks>
</member><member name="T:WebApplication5._Default">
<summary>
_Default class.
</summary>
<remarks>
Auto-generated class.
</remarks>
</member>
</members>
</doc>
Thanks
Dave
The web application runs fine within Visual Studio 2005 but receives an error on the published web app.
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
A name was started with an invalid character. Error processing resource 'file:///R:/testdir/test/Default.aspx'. Line 1...
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="WebApplication5._Default" %>
-^
I have tried Uninstalling & Reinstalling the 2.0 .NET framework and modifying settings in IE7.
After searching more, the problem may be with my XML file.
I tried adding a line to my XML file <?xml version="1.0" encoding="UTF-16"?> as described in
I do not make any changes to my XML file while designing in Visual Studio 2005.
This is my XML file that gets included by default...
<?xml version="1.0"?>
<doc>
<assembly>
<name>
WebApplication5
</name>
</assembly>
<members>
<member name="F:WebApplication5._Default.form1">
<summary>
form1 control.
</summary>
<remarks>
Auto-generated field.
To modify move field declaration from designer file to code-behind file.
</remarks>
</member><member name="T:WebApplication5._Default">
<summary>
_Default class.
</summary>
<remarks>
Auto-generated class.
</remarks>
</member>
</members>
</doc>
Thanks
Dave