RE: Root element is missing
- From: Morten Wennevik [C# MVP] <MortenWennevik@xxxxxxxxxxx>
- Date: Fri, 2 Jan 2009 06:07:01 -0800
"Uday Raju" wrote:
Hi,
I have done windows application project using C#. wen I am working suddenly
power failure occured. After that i started the system. I have different
projects in solution. I am using refernces to eash other. The project which
i was working is unable to reload.
I have removed from the solution and try to add- existing project. It
displays the error. Project file could not be loaded. root element is
missing.
How to reload the project. help me.
url:http://www.ureader.com/gp/1415-1.aspx
Hi,
It looks like the project file has gone corrupt. The csroj file is in xml
format and the error indicates the xml is invalid (root node is missing or
lacking the matching end). In that case you will need fix it manually or just
delete it and create a new project and add the code files to the new project.
If you want to attempt to patch it manually, use a working csproj file as
guide.
--
Happy Coding!
Morten Wennevik [C# MVP]
.
- References:
- Root element is missing
- From: Uday Raju
- Root element is missing
- Prev by Date: Where you can add a touch of romance to success and achievement! Find your perfect match at free of cost
- Next by Date: Installer folders & best practices
- Previous by thread: Root element is missing
- Next by thread: Where you can add a touch of romance to success and achievement! Find your perfect match at free of cost
- Index(es):
Relevant Pages
|