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

推荐订阅源

GbyAI
GbyAI
J
Java Code Geeks
雷峰网
雷峰网
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
V
Vulnerabilities – Threatpost
S
Securelist
The Hacker News
The Hacker News
The Register - Security
The Register - Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Help Net Security
Help Net Security
G
Google Developers Blog
Hugging Face - Blog
Hugging Face - Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
M
MIT News - Artificial intelligence
AI
AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Schneier on Security
Schneier on Security
N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
Google DeepMind News
Google DeepMind News
Hacker News - Newest:
Hacker News - Newest: "LLM"
H
Hacker News: Front Page
博客园 - 司徒正美
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
大猫的无限游戏
大猫的无限游戏
Security Latest
Security Latest
Engineering at Meta
Engineering at Meta
N
News and Events Feed by Topic
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
酷 壳 – CoolShell
酷 壳 – CoolShell
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Threat Research - Cisco Blogs
U
Unit 42
V
V2EX
V2EX - 技术
V2EX - 技术
L
LINUX DO - 最新话题
aimingoo的专栏
aimingoo的专栏
Microsoft Security Blog
Microsoft Security Blog
Recorded Future
Recorded Future
P
Privacy & Cybersecurity Law Blog
美团技术团队
小众软件
小众软件
F
Fortinet All Blogs

博客园 - Easy Company

如何取得显示实现方法的MethodInfo SQL Server 2008中许多兼容性上的问题 Mock 对象何时使用? ThreadPool 在.Net 2.0 SP1中的部分变化可能会让你的程序停止工作 目前不能使用SQL Server 2008 CTP February 2008存储Team Foundation Server 2008的数据 Javascript操作在各浏览器下的性能比较 WCF Web 编程模型资源 代码行数引起的思考 在按钮点击后禁用它直到操作完成 - Easy Company - 博客园 ASP.NET 2.0中使用强类型访问PreviousPage属性页的控件 Silverlight 与 Microsoft ASP.NET Futures (July 2007) 更新 Partial Methods CIL(Common Intermediate Language)指令集 刚刚下载了 Visual Studio 2005 Service Pack 1 (SP1) 使用 Facade 设计模式管理 ASP.Net Session 变量 .Net 中的日志 使用 Membership 时获取用户的最后登录时间 How To 推荐用于 AJAX 页面的进度指示器图片
VS 2008 和.NET 3.5 Beta 2 安装注意事项
Easy Company · 2007-07-27 · via 博客园 - Easy Company

微软发布了 VS 2008 和 .NET 3.5 Beta 2,可以在这里下载 Visual Studio 2008,在这里下载 VS 2008 Express Editions。VS 2008 和 Visual Web Developer 2008 Express 能够和 VS 2005 并存, .NET 3.5 Beta2 同样包括 go-live 许可允许你用它开发和部署产品。

确保 VS 2008 全部功能运行正常的注意事项(有两件事在安装完

VS 2008 和.NET 3.5 Beta2 后需要马上做):

  1. 你需要下载并运行一个批处理文件。它修复了在 VS 2008 与 VS 2005 并存时 VS 2005 会使用 .NET 3.5 Beta2 中包含的最新版的 ASP.NET AJAX 库(System.Web.Extensions.dll)的问题,这个批处理文件将更改新版本的 System.Web.Extensions.dll 程序集的版本绑定策略,使它只能用在基于 .NET 3.5 开发的并使用新的 .NET 3.5 ASP.NET AJAX 功能的工程中。
  2. 如果在你的机器上已经安装了老版本的 "Orcas" or VS 2008 (Beta 1 版或 某个 CTP 版)。你需要在安装完 Beta2 后在命令行使用 "DevEnv /resetsettings" 重新配置 VS 2008。

相关信息:VS 2008 and .NET 3.5 Beta 2 Released by ScottGu