博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Visual Studio 2008切换到设计视图卡死解决办法-Troubleshooting "Visual Studio 2008 Design view hangs" issues...
阅读量:4456 次
发布时间:2019-06-08

本文共 2943 字,大约阅读时间需要 9 分钟。

Over the last few months we'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 was XPS Add-in for Office 2007.

2. Expired trial version of Office 2007 is installed.
3. Some Office components are installed, but are not visible in Control Panel.

Solution: uninstall offending component. You can verify if Office is RTM by checking version of MSO.DLL in C:\Program Files (x86)\Common Files\microsoft shared\OFFICE12. Right click on MSO.DLL and choose Properties -> Details version number should be 12.0.4518.1014 or higher. Typically it looks like 12.0.6xxx.yyy if

If you are unable to uninstall pre-release components for whatever reason, try following manual uninstall steps provided here  or try using MSIZap tool .

Setup log file for the designer component can be found in your user TEMP folder:

If you open it, towards the end of the file you may find an error code and some human readable explanation of the failure.

VWD hangs when you switch to Design view.

1. Verify that Microsoft Visual Studio Web Authoring Component appears in Control Panel. 

 

If it does not, follow "How to install Web Authoring Component manually" instructions below.

2. Make sure you have SP1 installed since . Go to Control Panel, click 'View installed updates', look for Visual Studio 2008 or Visual Web Developer Express 2008 and check that KB 945140 update is installed.

3. If everything is installed correctly, but switch to design view still does not work, look at this blog post:

4. Run regedit.exe and look for HKEY_LOCAL_MACHINE\Software\Microsoft\Office\12.0\Common\ProductVersion 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

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\12.0\Common\ProductVersion]

"LastProduct"="12.0.4518.1066"

Save the file and double-click on it.

How to install Web Authoring Component manually

1. insert product DVD or mount ISO image as a disk drive or open ISO image in WinRAR.

2. Go to WCU\WebDesignerCore folder and run WebDesignerCore.exe.
3. Setup does not have UI, so please simply wait about 5 minutes or watch msiexec activity in the Task Manager.
4. Verify that Microsoft Visual Studio Web Authoring Component appears in Control Panel Add/Remove Programs.
5. WebDesignerCore.exe installs RTM version. You now need to apply Service Pack to the component.

6. Run WebDesignerCore_KB945140.msp from the root folder of the SP1 image (you may have to  of the SP1)

7. Verify that fpeditax.dll version is now 12.0.6319.5000:

Thanks

转载于:https://www.cnblogs.com/dupeng0811/archive/2012/08/30/2664534.html

你可能感兴趣的文章
HDU 吉哥系列故事——完美队形II 騰訊馬拉松初賽第二輪D題
查看>>
c++学习-继承
查看>>
[转]SQL Server 性能调优(io)
查看>>
设计模式学习-每日一记(6.原型模式)
查看>>
不已0开头的数字正则
查看>>
HTML撑起浮动子元素得父元素高度
查看>>
LeetCode--018--四数之和(java)
查看>>
Redis消息队列
查看>>
电商网站架构设计
查看>>
http://jingyan.baidu.com/article/4dc40848e7b69bc8d946f127.html
查看>>
WCF netTcp配置
查看>>
数据类型转换
查看>>
Nodejs学习笔记(2) 阻塞/非阻塞实例 与 Nodejs事件
查看>>
什么是FreeMaker
查看>>
设计模式学习笔记(总结篇:模式分类)
查看>>
TCP的三次握手/建立连接
查看>>
Python 教程阅读笔记(一):使用解释器
查看>>
运算符重载
查看>>
SDWebImage 新版接口使用方法
查看>>
DataTable导出为word,excel,html,csv,pdf,.txt
查看>>