Possible Duplicate:
How to detect what .NET Framework versions and service packs are installed?
Microsoft has recently released some "update" for .NET Framework. Unfortunately, I don't know any way to find out which version is installed. Framework-Version stays on 4.0.30319.239 (WTF - why use buildcounters?!)
Thanks for some enlightement ;-)
PS: Setting supportedRuntime in app.config to Version=4.0.2 makes the application tell me at startup that 4.0.2 is not installed (in no time - so there must be some place where the "real" version can be found)