开发者

can a .net 3.5 compiled app run on a machine with only .net 2.0?

开发者 https://www.devze.com 2022-12-14 17:17 出处:网络
Answer seems obvious but thought id ask ... don\'t have a 2.0 ma开发者_如何学编程chine handyIf the app only uses the 2.0 libraries, and only features from the 2.0 versions of the libraries, yes.

Answer seems obvious but thought id ask ... don't have a 2.0 ma开发者_如何学编程chine handy


If the app only uses the 2.0 libraries, and only features from the 2.0 versions of the libraries, yes.

If it uses 3.x features like WPF, WCF or LINQ, then no.

0

精彩评论

暂无评论...
验证码 换一张
取 消