开发者

Is there a version of the .Net Redistributable bundled with all supported versions of Windows?

开发者 https://www.devze.com 2022-12-28 01:28 出处:网络
Is there a specific version of .Net that I can target that is bundled with all versions of Windows of XP SP2 and higher?

Is there a specific version of .Net that I can target that is bundled with all versions of Windows of XP SP2 and higher?

We are trying to create a simple setup stub without having to resort to a low-level C/C++ app... currently something is cooked up in VB6, but there's a fair amount of low-level network code that I would much rat开发者_Python百科her rewrite in .Net -- which would be trivial if only we could rely on the presence of a given version.


No, you cannot count on having .NET available on a XP machine. Windows Update might have been disabled. No problem on Vista (3.0) and Windows 7 (3.5 SP1).

0

精彩评论

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