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

推荐订阅源

Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
SegmentFault 最新的问题
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Attack and Defense Labs
Attack and Defense Labs
F
Full Disclosure
Vercel News
Vercel News
N
News | PayPal Newsroom
The GitHub Blog
The GitHub Blog
H
Hacker News: Front Page
H
Heimdal Security Blog
P
Privacy International News Feed
博客园 - 司徒正美
Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
C
Cisco Blogs
L
Lohrmann on Cybersecurity
D
Docker
Recent Announcements
Recent Announcements
Security Archives - TechRepublic
Security Archives - TechRepublic
人人都是产品经理
人人都是产品经理
C
CXSECURITY Database RSS Feed - CXSecurity.com
P
Proofpoint News Feed
T
Tailwind CSS Blog
C
Check Point Blog
博客园 - 叶小钗
Google Online Security Blog
Google Online Security Blog
Martin Fowler
Martin Fowler
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
S
Secure Thoughts
博客园 - Franky
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
P
Palo Alto Networks Blog
Latest news
Latest news
量子位
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 三生石上(FineUI控件)
The Cloudflare Blog
Last Week in AI
Last Week in AI
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Cyberwarzone
Cyberwarzone
小众软件
小众软件
Cisco Talos Blog
Cisco Talos Blog
Hacker News: Ask HN
Hacker News: Ask HN
T
Threatpost
T
Tenable Blog
P
Privacy & Cybersecurity Law Blog
WordPress大学
WordPress大学

博客园 - YellowWee(端木柒)

Founders at Work: Stories of Startups' Early Days 创业初期的故事 生成自己站点的SiteMap 开通新博客,欢迎大家访问:http://www.yellowwee.com.cn [转载]Fix Your Site With the Right DOCTYPE Java Top Books 自定义DataContext类 [转载]Encrypting Configuration Information in ASP.NET 2.0 Applications 安装 Sql Server Query Visualizer - YellowWee(端木柒) 生活的五项调整 C# 中的扩展方法---Extension methods in C# 《架构师杂志》评述:Scott Guthrie 转自MSDN WPF/Every CTP 发布 使用虚拟机安装vista RTM 如何在TableAdapter中使用Data Access Application Block的疑问?? 今年的 Jolt 大奖 胡汉三 归来 IssueVision 学习笔记(三)-----设计模式之OBSERVER(观察者)模式 IssueVision 学习笔记(二)-----为控件添加自定义属性和事件 IssueVision 学习笔记(一)-----使用SoapHeader传递Web Serivices自定义的身份验证数据
配置.net 3.0开发环境
YellowWee(端木柒) · 2006-11-21 · via 博客园 - YellowWee(端木柒)

Posted on 2006-11-21 19:33  YellowWee(端木柒)  阅读(4884)  评论()    收藏  举报

开发.net 3.0 应用程序,需要配置开发环境。配置步骤如下:

1. 开发.net 3.0,首先当然要安装.NET Framework 3.0 了

   安装前使用windowsupdate安装好最新的更新(Windows XP SP2 和Windows 2003 SP1一定要安装),下载 .Net Frameworkn3.0 (Windows 2003 和 windows XP);如果你是vista用户,则直接从vista的"Turn Windows feature on or off "中直接安装,Vista不支持从此安装文件安装。从Vista控制面板中进入"Uninstall a program",在左边的工具栏里就可以看到"Turn Windows feature on or off "。Vista的"Turn Windows feature on or off "就相当于XP 和Windows 2003中的"添加/删除Windows组件"。在"Turn Windows feature on or off "选中安装"Microsoft .Net Framework 3.0"。

   由于.net 3.0是建立于.net 2.0之上,如果你电脑上没有.net2.0的话,会自动装上.net2.0。

2.安装Windows SDK(Windows® Software Development Kit )for Windows Vista™ and .NET Framework 3.0 Runtime Components,这个虽然叫做for Windows Vista,但如果你想在Windows 2003 和 windows XP中开发.net 3.0的应用,也必须安装它。(This SDK is designed for use with Windows Vista (which includes Framework 3.0). The Windows SDK for Vista also supports creating applications for Windows XP, Windows Server® 2003 SP1, and Windows Server 2003 R2. )

   SDK 提供了你需要开发跑在window上应用程序的库文件、头文件、文档、示例、和工具。下载 Windows SDK (光盘镜像,大小为1187.5 MB)你也可以使用网络安装程序来安装,从这里下载 Setup.exe

3.安装VS2005。这个谁都知道,就不多说了。

4.安装 Visual Studio 2005 Extensions for WF 和 Visual Studio 2005 Extensions for WCF, WPF 。他们是开发Windows Workflow Foundation, Windows Communication Foundation, and Windows Presentation Foundation的VS2005模版。现在他们还是社区预览版,当你看到这个文章的时候,请下载最新版。

    安装前请删除相关的老版本,包括老版本的Visual Studio 2005 Extensions for Windows Workflow Foundation和Windows Workflow Foundation Runtime Components。必须先安装Windows SDK 后才能安装Visual Studio  2005 Extentions for .net framework 3.0 ,也就是上面这两个。

    VS2005 Express的用户,注意Visual Studio 2005 extensions for .NET Framework 3.0 (Windows Workflow Foundation) 现在不支持Express版本,如果你是Express用户就只能开发WCF和WPF的应用了。

通过以上4步,你就可以用vs2005开发基于.Net Framework 3.0的应用了。打开VS2005,在新建项目中就可看到.Net Framework 3.0 和 Workflow分类,从这里就可以开始你的.Net Framework3.0之旅了。

这是我的.Net 3.0 的第一篇,以后慢慢会把自己的使用.Net 3.0的经验放上来和大家交流学习。