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

推荐订阅源

H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
B
Blog
D
DataBreaches.Net
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
V
Vulnerabilities – Threatpost
Jina AI
Jina AI
T
Threat Research - Cisco Blogs
The Hacker News
The Hacker News
Latest news
Latest news
博客园_首页
T
Tenable Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
酷 壳 – CoolShell
酷 壳 – CoolShell
Apple Machine Learning Research
Apple Machine Learning Research
Spread Privacy
Spread Privacy
Martin Fowler
Martin Fowler
Y
Y Combinator Blog
P
Privacy & Cybersecurity Law Blog
C
Cisco Blogs
I
InfoQ
The Cloudflare Blog
J
Java Code Geeks
C
Cybersecurity and Infrastructure Security Agency CISA
量子位
P
Proofpoint News Feed
C
Cyber Attacks, Cyber Crime and Cyber Security
Last Week in AI
Last Week in AI
T
Tailwind CSS Blog
AWS News Blog
AWS News Blog
Stack Overflow Blog
Stack Overflow Blog
Hugging Face - Blog
Hugging Face - Blog
The Register - Security
The Register - Security
M
MIT News - Artificial intelligence
G
Google Developers Blog
Simon Willison's Weblog
Simon Willison's Weblog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
The Exploit Database - CXSecurity.com
A
Arctic Wolf
D
Darknet – Hacking Tools, Hacker News & Cyber Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
Visual Studio Blog
Project Zero
Project Zero
P
Privacy International News Feed
Engineering at Meta
Engineering at Meta
G
GRAHAM CLULEY
博客园 - Franky
C
CERT Recently Published Vulnerability Notes

博客园 - 假正经哥哥

自定义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