{"id":4134,"date":"2008-10-03T12:04:00","date_gmt":"2008-10-03T12:04:00","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/webdev\/2008\/10\/03\/troubleshooting-visual-studio-2008-design-view-hangs-issues\/"},"modified":"2008-10-03T12:04:00","modified_gmt":"2008-10-03T12:04:00","slug":"troubleshooting-visual-studio-2008-design-view-hangs-issues","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/dotnet\/troubleshooting-visual-studio-2008-design-view-hangs-issues\/","title":{"rendered":"Troubleshooting &#8220;Visual Studio 2008 Design view hangs&#8221; issues"},"content":{"rendered":"<p>Over the last few months we&#8217;ve collected information on various issues related to design view not working in Visual Studio 2008 or Visual Web Developer Express 2008. Here is list of known issues and possible solutions:<\/p>\n<p><strong><u>Microsoft Visual Studio Web Authoring Component fails to install.<\/u><\/strong><\/p>\n<p>1. Pre-release Office 2007 components are installed. Most often it was XPS Add-in for Office 2007.<br>2. Expired trial version of Office 2007 is installed.<br>3. Some Office components are installed, but are not visible in Control Panel.<\/p>\n<p><strong>Solution:<\/strong> uninstall offending component. You can verify if Office is RTM by checking version of MSO.DLL in <strong>C:Program Files (x86)Common Filesmicrosoft sharedOFFICE12<\/strong>. Right click on MSO.DLL and choose Properties -&gt; Details version number should be <strong>12.0.4518.1014<\/strong> or higher. Typically it looks like 12.0.6xxx.yyy if <\/p>\n<p>If you are unable to uninstall pre-release components for whatever reason, try following manual uninstall steps provided here <a href=\"http:\/\/support.microsoft.com\/kb\/928218\">http:\/\/support.microsoft.com\/kb\/928218<\/a> or try using&nbsp;<strong>MSIZap <\/strong>tool <a href=\"http:\/\/support.microsoft.com\/kb\/290301\">http:\/\/support.microsoft.com\/kb\/290301<\/a>.<\/p>\n<p>Setup log file for the designer component can be found in your user TEMP folder:<\/p>\n<p><img decoding=\"async\" height=\"475\" src=\"https:\/\/devblogs.microsoft.com\/dotnet\/wp-content\/uploads\/sites\/10\/2008\/10\/SetupExeLog-2.png\" width=\"928\"><\/p>\n<p>If you open it, towards the end of the file you may find an error code and some human readable explanation of the failure.<\/p>\n<p><strong><u>VWD hangs when you switch to Design view.<\/u><\/strong><\/p>\n<p>1. Verify that <strong>Microsoft Visual Studio Web Authoring Component<\/strong> appears in Control Panel.&nbsp;<\/p>\n<p>&nbsp;<img decoding=\"async\" height=\"388\" src=\"https:\/\/devblogs.microsoft.com\/dotnet\/wp-content\/uploads\/sites\/10\/2008\/10\/ControlPanel-2.png\" width=\"837\"><\/p>\n<p>If it does not, follow <em>&#8220;How to install Web Authoring Component manually&#8221;<\/em> instructions below.<\/p>\n<p>2. Make sure you have SP1 installed since <a class=\"\" href=\"http:\/\/blogs.msdn.com\/webdevtools\/archive\/2008\/06\/18\/faster-switch-to-design-view-in-vs-2008-sp1-rtm.aspx\" target=\"_blank\" rel=\"noopener\">SP1 fixes performance issue with Ajax control processing<\/a>. Go to Control Panel,&nbsp;click &#8216;View installed updates&#8217;,&nbsp;look for Visual Studio 2008 or Visual Web Developer Express 2008 and check that KB 945140 update is installed.<br><\/p>\n<p>3. If everything is installed correctly, but switch to design view still does not work, look at this blog post: <a href=\"http:\/\/blogs.msdn.com\/mikhailarkhipov\/archive\/2007\/12\/14\/compatibility-problem-between-vs-2008-and-office-2000-and-how-to-fix-it.aspx\">http:\/\/blogs.msdn.com\/mikhailarkhipov\/archive\/2007\/12\/14\/compatibility-problem-between-vs-2008-and-office-2000-and-how-to-fix-it.aspx<\/a><\/p>\n<p>4. Run regedit.exe and look for <strong>HKEY_LOCAL_MACHINESoftwareMicrosoftOffice12.0CommonProductVersion<\/strong> key. If key is missing, add it and set LastProduct value to 12.0.4518.1066. Simplest way is to create a new .reg file in Notepad, paste the following content into it<\/p>\n<p><em>Windows Registry Editor Version 5.00<\/em><\/p>\n<p><em>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftOffice12.0CommonProductVersion]<br>&#8220;LastProduct&#8221;=&#8221;12.0.4518.1066&#8221;<\/em><\/p>\n<p>Save the file and double-click on it.<\/p>\n<p><img decoding=\"async\" height=\"386\" src=\"https:\/\/devblogs.microsoft.com\/dotnet\/wp-content\/uploads\/sites\/10\/2008\/10\/Office-12-Registry-2.png\" width=\"846\"><\/p>\n<p><strong><u>How to install Web Authoring Component manually<\/u><\/strong><\/p>\n<p>1. insert product DVD or mount ISO image as a disk drive or open ISO image in WinRAR.<br>2. Go to <strong>WCUWebDesignerCore<\/strong> folder and run <strong>WebDesignerCore.exe<\/strong>.<br>3. Setup does not have UI, so please simply wait about 5 minutes or watch msiexec activity in the Task Manager.<br>4. Verify that <strong>Microsoft Visual Studio Web Authoring Component<\/strong> appears in Control Panel Add\/Remove Programs.<br>5. WebDesignerCore.exe installs RTM version. You now need to apply Service Pack to the component.<\/p>\n<p><img decoding=\"async\" height=\"630\" src=\"https:\/\/devblogs.microsoft.com\/dotnet\/wp-content\/uploads\/sites\/10\/2008\/10\/FPAC-RTM-2.png\" width=\"852\"><br><\/p>\n<p>6. Run <strong>WebDesignerCore_KB945140.msp<\/strong> from the root folder of the SP1 image (you may have to <a class=\"\" href=\"http:\/\/www.microsoft.com\/downloads\/details.aspx?familyid=27673C47-B3B5-4C67-BD99-84E525B5CE61&amp;displaylang=en\" target=\"_blank\" rel=\"noopener\">download ISO image<\/a> of the SP1)<br>7. Verify that fpeditax.dll version is now 12.0.6319.5000:<\/p>\n<p><img decoding=\"async\" height=\"633\" src=\"https:\/\/devblogs.microsoft.com\/dotnet\/wp-content\/uploads\/sites\/10\/2008\/10\/FPAC-SP1-1.png\" width=\"940\"><br><\/p>\n<p>Thanks<\/p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Over the last few months we&#8217;ve collected information on various issues related to design view not working in Visual Studio 2008 or Visual Web Developer Express 2008. Here is list of known issues and possible solutions: Microsoft Visual Studio Web Authoring Component fails to install. 1. Pre-release Office 2007 components are installed. Most often it [&hellip;]<\/p>\n","protected":false},"author":404,"featured_media":58792,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[197],"tags":[7321,3862,7273,7295,147,7302,7316,7292],"class_list":["post-4134","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aspnet","tag-install","tag-installation","tag-orcas","tag-perf","tag-visual-studio","tag-visual-studio-2008","tag-visual-studio-2008-sp1","tag-vs2008"],"acf":[],"blog_post_summary":"<p>Over the last few months we&#8217;ve collected information on various issues related to design view not working in Visual Studio 2008 or Visual Web Developer Express 2008. Here is list of known issues and possible solutions: Microsoft Visual Studio Web Authoring Component fails to install. 1. Pre-release Office 2007 components are installed. Most often it [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/posts\/4134","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/users\/404"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/comments?post=4134"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/posts\/4134\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/media\/58792"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/media?parent=4134"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/categories?post=4134"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/tags?post=4134"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}