If I start a new ASP.NET MVC 3 Web Application with a Internet Application Project Template, VS freezes and the bottom status bar reads, “Adding jQuery.UI.Combined.1.8.11 to project…”
I don’t know what to do at this point.
I’m running:
Windows Server 2008
VS2010 Ultimate
Version 10.0.40219.1 SP1Rel
Microsoft .NET Framework
Version 4.0.30319 SP1Rel
Microsoft Visual Studio 2010 Ultimate – ENU Service Pack 1 (KB983509) KB983509
Windows Azure Tools Version 1.4
Windows Azure Tools for Microsoft Visual Studio 2010 v1.4.40727.1601
Answer:
I don’t know exactly what the problem was, but now it is fine.
First, I start a new ASP.NET MVC 3 Web Application with a Blank Template and that started up without freezing. Then, I closed that solution and tried to open my original solution, the one that froze, but there was no *.sln file. So, I opened the project file and that created a solution file and I saved that in the solution folder and everything is good. In the end, I did have to add the System.Web.Mvc Reference to the project in order to get it to build. No freezing so far. I hope someone finds this and saves them some time.
Answer: I don’t know exactly what the problem was, but now it is fine.
First, I start a new ASP.NET MVC 3 Web Application with a Blank Template and that started up without freezing. Then, I closed that solution and tried to open my original solution, the one that froze, but there was no *.sln file. So, I opened the project file and that created a solution file and I saved that in the solution folder and everything is good. In the end, I did have to add the System.Web.Mvc Reference to the project in order to get it to build. No freezing so far. I hope someone finds this and saves them some time.