user239684
user239684

Reputation: 349

ASP.NET messed project restoration

I have developed a asp.net application using Visual Studio 2008 and it was working fine. After couple of weeks when I opening the project I noticed the designer files are not nested like "aspx, aspx.cs, designer.cs ..instead all the designer files were on root level.

Tried to play around to make it nested properly and messed the project. Can anyone please guide how to create new project and add the existing project files to make it straight.

Upvotes: 1

Views: 52

Answers (1)

Aristos
Aristos

Reputation: 66641

go to the directory of your project and find the file with extention .suo and with the same name of your project and delete it (is hidden).

Then open your poject again.

Upvotes: 1

Related Questions