简体   繁体   中英

Visual Studio 2008 hangs while opening the solution

I have a windows service project which I have created in Visual Studio 2008, sp1 with .net framework 3.5. The solution was working fine until today when I tried to open it again for further working and it just got hanged. Project doesn't get opened and just keep showing a waiting symbol. I don't know how and why did it happen. I tried to clear bin folder before opening but same result. This project is not connected to any source control (TFS/VSS). Also other VS2008 projects get opened without any issue.

Could anyone please provide a solution?

Try opening a new solution, and adding the existing projects to it, one by one.

Also, you should put your solution under source control, and then you can easily track it's changes over time. You could then revert any change that caused an odd error like this.

EDIT:

If you can't create new windows based solutions, perhaps you need to reinstall Visual Studio.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM