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

推荐订阅源

Martin Fowler
Martin Fowler
Microsoft Security Blog
Microsoft Security Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Vercel News
Vercel News
Y
Y Combinator Blog
D
DataBreaches.Net
IT之家
IT之家
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
H
Hackread – Cybersecurity News, Data Breaches, AI and More
WordPress大学
WordPress大学
H
Help Net Security
GbyAI
GbyAI
C
Check Point Blog
L
LangChain Blog
小众软件
小众软件
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
G
Google Developers Blog
月光博客
月光博客
V
V2EX
M
MIT News - Artificial intelligence
博客园 - 叶小钗

博客园 - AskWeee

基于 Raphael 的 Web UI 设计 - 初稿 Bootstrap变形记 silverlight页面设计,记录之,也算是成长的过程 WPF 还有多少人在用? WPF教程.002 WPF教程尝试(修正部分格式) 有关XXX产品研发管理约定 有关软件版本管理 取之于民用之于民,分享一个云计算PPT(普及版) 学习笔记 - 002 学习笔记 - 001 JIRA + FishEye + Crucible + Confluence + PostgreSQL 测试,无意中我和你遭遇 温习:DIV CSS JS 导航菜单制作 - AskWeee 程序人生的后半生 专利之家:让灵感冒冒泡 转帖:专利之家 转帖:曲线路标北京前门上岗 中国移动:引领3G生活
系统管理工具集锦 - AskWeee - 博客园
AskWeee · 2010-09-20 · via 博客园 - AskWeee

如何删除Windows服务:

sc delete "Service Name"

今天折腾电脑,导致在VS 2010连接SQL Server时提示:

Could not load file or assembly 'Microsoft.SqlServer.Management.sdk.sfc,
Version=10.0.0.0,Culture=neutral,PublicKeyToken=89845dcd8080cc91'or one of its
dependencies.The system cannot find the file specified.

解决方法为:

到这里:http://www.microsoft.com/downloads/details.aspx?FamilyId=C6C3E9EF-BA29-4A43-8D69-A2BED18FE73C&displaylang=en#filelist

下载下面三个安装包

Microsoft SQL Server System CLR Types

Microsoft SQL Server 2008 Native Client

Microsoft SQL Server 2008 Management Objects

这里有好多下载包,只下上面提到的三个即可

感谢网络上的朋友提供上述信息!