How can I find installed programs dependent on any version of the .NET framework?
- by Russ
I have an application that uses .NET 3.5SP1, but I have been having a LOT of random crashes with it. I am starting to narrow the fields of possible causes to the framework itself, where I suspect some other app is installing a lower patch version.
Is there any apps in the wild, or anything I can slap together that can tell me what apps that are installed that depend on .NET to run?
Their minimum required version would be nice to know also, but not necessary.