XML Parsing Error
-
I receive the following error when I try to open a .aspx file that I have created in Visual Studio 2005: XML Parsing Error: not well-formed Location: file:///G:/Kristian/ASP/WebSite2/Default.aspx Line Number 1, Column 2:<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> -^ Why is that? I can open sites on the internet that are .aspx!!! I have tried to unistall .NET framework 2.0 and then installed IIS 6.0. I have then once again installed .NET framework 2.0. I have also run aspnet_regiis.exe. Nothing helps. Any ideas of how to solve this??? Thanks! /K
-
I receive the following error when I try to open a .aspx file that I have created in Visual Studio 2005: XML Parsing Error: not well-formed Location: file:///G:/Kristian/ASP/WebSite2/Default.aspx Line Number 1, Column 2:<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> -^ Why is that? I can open sites on the internet that are .aspx!!! I have tried to unistall .NET framework 2.0 and then installed IIS 6.0. I have then once again installed .NET framework 2.0. I have also run aspnet_regiis.exe. Nothing helps. Any ideas of how to solve this??? Thanks! /K
Is the project in ur wwwroot folder? If so, go to manage my computer and internet infomation severes, web sites. Find your website's folder and right click on it. You will need to from the properties page make it a virtual direction. Then you can go to http://localhost/ProjectFolder/Page.aspx.