How can I find installed programs dependent on any version of the .NET framework?

Posted by Russ on Stack Overflow See other posts from Stack Overflow or by Russ
Published on 2010-03-31T13:41:02Z Indexed on 2010/03/31 13:43 UTC
Read the original article Hit count: 316

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about installation