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

推荐订阅源

Google DeepMind News
Google DeepMind News
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
J
Java Code Geeks
D
DataBreaches.Net
B
Blog RSS Feed
D
Docker
L
LangChain Blog
aimingoo的专栏
aimingoo的专栏
F
Fortinet All Blogs
Y
Y Combinator Blog
A
About on SuperTechFans
V
V2EX
罗磊的独立博客
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
MongoDB | Blog
MongoDB | Blog
博客园 - 【当耐特】
Last Week in AI
Last Week in AI
S
SegmentFault 最新的问题
月光博客
月光博客
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
阮一峰的网络日志
阮一峰的网络日志

博客园 - 孙展波

美国生活点滴(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)  评论()    收藏  举报