Share via


Visual Studio 2008 Hangs in Design View with ASP.Net web pages

To solve this issue, please refer to the link below

https://blogs.msdn.com/smondal/archive/2010/03/29/visual-studio-2008-hangs-in-design-view-with-asp-net-web-page.aspx

 

Content by : Soumitra Mondal

Comments

  • Anonymous
    July 29, 2010
    Hi first excuse me for my bad English, I solved this problem for myself, and I hope yours to be solved too MY PROBLEM : with one of my ASP projects, when I switched to design view in VS2008 , it were hanged. MY SOLUTION : I use <%-- --%> and commented all lines of my MasterPage and then I had no problem for switching to design view, then I converged it in arrived to an ANCHOR tag : <a href="Default.aspx">TEXT</a> when I converted it to <a href="~/Default.aspx">TEXT</a> my problem were solved.