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

推荐订阅源

U
Unit 42
L
LangChain Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Y
Y Combinator Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
有赞技术团队
有赞技术团队
B
Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX
Apple Machine Learning Research
Apple Machine Learning Research
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
The Cloudflare Blog
Martin Fowler
Martin Fowler
H
Hackread – Cybersecurity News, Data Breaches, AI and More
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
博客园 - Franky
小众软件
小众软件

博客园 - 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的经验放上来和大家交流学习。