Simon Mourier's Avatar
Simon Mourier's blog (1346 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • .net
  • java

i want to know which .net CLR version my application is using

Jun 9, 2011 See the question and my original answer on StackOverflow

Maybe the RuntimeEnvironment.GetRuntimeDirectory Method?

EDIT: If you only have access to the registry (if your program is not a .NET one), I suggest you use this SO answer: How to detect what .NET Framework versions and service packs are installed?

  • SmoBlog © 2010-2025 Simon Mourier. All rights reserved.
  • Privacy & Terms