Recently, a large project I was working on had a problem with the Add View dialog box. When you click the Add Strongly-typed View check box, the counter appears for the first time for about a second or two, and then the entire dialog just closes and disappears. If I open the dialog and press the button again, it just closes quickly.
The project uses ASP.NET MVC 2, I installed VS2010 SP1, and this problem occurs with the installed MVC3 tools update or without it. This only happens with this project, and I replicated the problem on two different development machines. If I create a new MVC2 or MVC3 project, this will not happen at all, and no other small or medium sized projects that I have.
I can create a normal view and change it to a strongly typed one by me, so there is a workaround, but it's still pretty annoying. Any ideas what could be causing this or how to fix it?
source share