Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI every one..

I am trying to run an application in Visual Studio 2010, which I made in Visual Studio 2005, a couple of years back. Can anyone elaborate or guide me how to do that?? because I have tried multiple things and faced different errors.

IN Current Scenario i made a blank VS 2010 Solution and add up my application folder, VS prompts me to change application according to new version. and after confirming its showing ""ROOT ELEMENT IS MISSING"" in web.config..

So do help me to clarify the concept and to solve the problem.
Posted
Updated 22-Mar-13 1:16am
v2
Comments
ZurdoDev 22-Mar-13 7:23am    
I would open it in Visual Studio 2010, let it upgrade, and then fix any errors.
VICK 22-Mar-13 7:41am    
ya ryanb31 i did the same.. as mentioned above i added that folder in VS 2010 and after that i am getting the following error

"Root Element is Missing [web.config line 1]"...

and i am unable to understand and solve this error.
[no name] 22-Mar-13 8:41am    
What is there to understand? The XML file web.config is missing the root element. Add the root element and the error will go away.
VICK 22-Mar-13 8:46am    
ThePhantomUpvoter .. Can u tell the way to add root element in detail.. as i m a novice to this field... would be really thankful.

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