惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

大猫的无限游戏
大猫的无限游戏
Webroot Blog
Webroot Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
T
Threat Research - Cisco Blogs
V2EX - 技术
V2EX - 技术
L
LINUX DO - 热门话题
Google DeepMind News
Google DeepMind News
Recorded Future
Recorded Future
S
Schneier on Security
I
InfoQ
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
The GitHub Blog
The GitHub Blog
S
Security @ Cisco Blogs
O
OpenAI News
W
WeLiveSecurity
Vercel News
Vercel News
阮一峰的网络日志
阮一峰的网络日志
Simon Willison's Weblog
Simon Willison's Weblog
人人都是产品经理
人人都是产品经理
Cloudbric
Cloudbric
The Last Watchdog
The Last Watchdog
The Hacker News
The Hacker News
Google Online Security Blog
Google Online Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
GbyAI
GbyAI
NISL@THU
NISL@THU
T
Tailwind CSS Blog
V
Visual Studio Blog
PCI Perspectives
PCI Perspectives
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Jina AI
Jina AI
D
DataBreaches.Net
B
Blog RSS Feed
N
News and Events Feed by Topic
N
News and Events Feed by Topic
H
Heimdal Security Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
腾讯CDC
Latest news
Latest news
V
Vulnerabilities – Threatpost
Hacker News: Ask HN
Hacker News: Ask HN
WordPress大学
WordPress大学
V
V2EX
aimingoo的专栏
aimingoo的专栏
博客园 - 司徒正美
Apple Machine Learning Research
Apple Machine Learning Research
D
Darknet – Hacking Tools, Hacker News & Cyber Security
The Register - Security
The Register - Security
Help Net Security
Help Net Security

博客园 - 假正经哥哥

自定义PlantUML和C4 Model样式 - 假正经哥哥 - 博客园 [dotnet core]使用Peach简化Socket网络通讯协议开发 发布xxl-job executor dotnet core 执行器的实现 Service Discovery And Health Checks In ASP.NET Core With Consul [译]Serilog Tutorial 使用DotNetty编写跨平台网络通信程序 基于DotNet Core的RPC框架(一) DotBPE.RPC快速开始 - 假正经哥哥 使用CSharp编写Google Protobuf插件 使用VsCode编写和调试.NET Core项目 C#使用ICSharpCode.SharpZipLib.dll压缩文件夹和文件 xEasyApp之后端的介绍 如果利用xjplugin编写基于web的应用系统 Xgcalendar 新增Php demo Exchange 2007 自定义传输规则 jquery xgcalendar ,tree,contextmenu,tabpanel 插件遭遇盗版 基于jQuery打造TabPanel Python 学习笔记(半ZZ半自己写) Python 学习记录(2) 杯具的GQL Python 学习记录(1)对象命名导致的问题
安装Office2010后Vs2008打开网页文件假死的问题
假正经哥哥 · 2010-03-10 · via 博客园 - 假正经哥哥

前几天装了个新版的office 2010beta版,一切都不错,界面也很漂亮,速度也不错。正happying,昨天打开代码,编写网页代码时忽然假死,重启,重新设置都不能解决,首先还以为是VSS 的问题(公司的VSS实在太慢了),后来发现并非如此,打开单个文件都会假死,又怀疑是某个插件的问题,吧GhostDoc, Resharper都卸载了都没有办法解决,恨不得重装系统了。只有怀疑是我windows 7 64bit不兼容的,但是google了windows7 VS2008 64关键字却毫无收获,我开始查找其他问题,终于我发现,每次当我假死的时候在进程中都会出现一个setup.exe的程序,打开文件位置原来是Microsoft visual studio web Authoring components,把进程结束掉,然后用管理员模式卸载该程序,再打开VS2008 就不假死了,但是发现设计视图打不开了,才明白原来Vs2008的设计视图是刚被我卸了,但是知道了原因就好办了,打开VS2008的安装文件找到WCU\WebDesignerCore ,重新安装即可,其实按照这样的理解,在第一步不要卸载而用管理员模式重新安装也就可以了。希望对有同样问题的朋友有所帮助。

另:

Microsoft visual studio web Authoring components 的目录

64bit

C:\Program Files (x86)\Common Files\microsoft shared\OFFICE12\Office Setup Controller

32bit

C:\Program Files\Common Files\microsoft shared\OFFICE12\Office Setup Controller