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

推荐订阅源

Google DeepMind News
Google DeepMind News
博客园 - 聂微东
Vercel News
Vercel News
aimingoo的专栏
aimingoo的专栏
F
Fortinet All Blogs
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
B
Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
WordPress大学
WordPress大学
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
大猫的无限游戏
大猫的无限游戏
GbyAI
GbyAI
Martin Fowler
Martin Fowler
M
MIT News - Artificial intelligence
The GitHub Blog
The GitHub Blog
博客园_首页
博客园 - 叶小钗
腾讯CDC
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
宝玉的分享
宝玉的分享
D
Docker

博客园 - 孙展波

美国生活点滴(3) Filing Credit-Report Disputes English随笔(8): 如何翻译“人生的第一桶金” 充分实现Google搜索的潜力 English随笔(7):泼冷水-Pour cold water English随笔(6): Free vs Freedom English随笔(5): “Log Off“ 意思是“注销”么? 美国生活点滴(2):网上购物少了客户服务电话 美国生活点滴(1):租卡车 English随笔(4): getter vs gettor Ctrl+K:插入超链接(Hyperlink) Forbes2004年billionair榜单:Larry Yung中国唯一billionaire 博客“博客堂” 美国人才市场热门外语技能表(汉语位居第二) English随笔(3): Beat Report Windows XP SP2 心得 英语学习资源 PDC2003 资源 Are embedded resources cached by the framework? 睡多久最长寿?
新闻组FAQ汇编(1)
孙展波 · 2004-03-13 · via 博客园 - 孙展波

问:是否VS.NET 2002只能使用.NET Framework 1.0,而VS.NET 2003则可以使用 .NET Framework 1.1及以上的版本?
或者问: 在同一个操作系统下安装多个版本的.NET Framework后,在VS.NET 2002中是否 可 以选择所使用的.NET Framework版本?

答:VS.NET 2002只能使用.NET Framework 1.0以开发1.0assembly; VS.NET 2003只能使用.NET Framework 1.1以开发1.1assembly。看起来
好像很武断,但是就是这样简单的关系。这是唯一支持的开发环境。

There are too much dependencies between VS.NET and its targeted framework. For more discussion, please read my article “A Configuration Guide to Target Different .NET Framework Versions” at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnhcvs03/html/vs03f6.asp

当然您用VS2002开发出的V1.0assembly是有可能与1.1Framework兼容。同样的,您用VS2003开发出的V1.1assembly是有可能与1.0Framework兼容。

posted on 2004-03-13 13:09  孙展波  阅读(895)  评论()    收藏  举报