Click here to Skip to main content
15,899,634 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
run my .net application its running well when i create virtual directory and run this one showing the bellow error


XML Parsing Error: not well-formed
Location: http://localhost/examplekalai/Default.aspx
Line Number 1, Column 2:
Posted
Updated 22-Sep-11 1:15am
v2

1 solution

It seems that your ASP.NET version is not properly installed.
Follow these steps, to re-install it

Open a command prompt and navigate to this dir
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

Run these commands in this order from command prompt:

aspnet_regiis.exe –i
aspnet_regiis.exe –e
IISReset (To restart the IIS)


You may also need to restart the computer
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900