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

推荐订阅源

Engineering at Meta
Engineering at Meta
人人都是产品经理
人人都是产品经理
aimingoo的专栏
aimingoo的专栏
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
MyScale Blog
MyScale Blog
Hugging Face - Blog
Hugging Face - Blog
宝玉的分享
宝玉的分享
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 叶小钗
博客园 - 聂微东
U
Unit 42
F
Fortinet All Blogs
Microsoft Security Blog
Microsoft Security Blog
GbyAI
GbyAI
IT之家
IT之家
The GitHub Blog
The GitHub Blog
Stack Overflow Blog
Stack Overflow Blog
MongoDB | Blog
MongoDB | Blog
Y
Y Combinator Blog
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)

博客园 - 踏歌长行

前端知识质量内容网址 NuGet 质量博客链接 Entity Framework 质量博客链接 LINK1123:failure during conversion to COFF:file invalid or corrupt 未授权用户在此计算机上的请求登录类型 System.ServiceModel.AddressAccessDeniedException DataGrid 导出 Excel 中文乱码 80070005 Access is denied in Windows 2008 How to install ASP.NET 1.1 with IIS7 on Vista and Windows 2008 JQuery file upload Access is denied in IE 7, 8, 9 ReportViewer 自适应高度 单元测试之模拟Mock 单元测试之 Xunit ASP.NET MVC ajax 提交列表到 Action VS 2010 制作 Windows Service 安装包之用户界面 VS 2010 制作 Windows Service 安装包 Postback 之后保持浏览器滚动条的位置 VS 2010 开发 ActiveX 自动升级外篇 VS 2010 开发 ActiveX 制作 cab 包
Unable to find script library '/aspnet_client/system-...
踏歌长行 · 2014-03-21 · via 博客园 - 踏歌长行



1. 删除所有的 aspnet_client 的文件夹(网站根目录和C:\inetpub\wwwroot),最好备份里面的内容,因为有其他 Framework 版本的文件
2. 用 VS 版本对应的命令行工具执行 aspnet_regiis -ua 卸载已安装的 .Net framework
3. 用 VS 版本对应的命令行工具执行 aspnet_regiis -i 重新安装 .Net framework
4. 用 VS 版本对应的命令行工具执行 aspnet-regiis-c 重新拷贝文件
5. 如果是 IIS6的话,要在 Web Service Extension 启用 Asp.Net
6. 最后把备份的其他版本的文件拷到 aspnet_client 中

注意: aspnet_client 文件夹会在安装 .Net framework 的时候创建,一般在 C:\inetpub\wwwroot 中