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

StackOverflow https://stackoverflow.com/questions/2717491

  •  01-10-2019
  •  | 
  •  

문제

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 rather 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).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top