How do I detect what .NET Framework versions and service packs are installed?

后端 未结 13 2066
滥情空心
滥情空心 2020-11-22 01:31

A similar question was asked here, but it was specific to .NET 3.5. Specifically, I\'m looking for the following:

  1. What is the correct way to determine which .N
13条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 02:20

    For a 64-bit OS, the path would be:

    HKEY_LOCAL_MACHINE\SOFTWARE\wow6432Node\Microsoft\NET Framework Setup\NDP\
    

提交回复
热议问题