Is there any way to list which apps use .NET services? (XP)

  • Thread starter Thread starter Al Dykes
  • Start date Start date
A

Al Dykes

Can find out which apps call .NET and, even which version of .NET each
calls?

Thanks
 
Dependency walker will tell you if an exe or dll depends on MSCOREE.dll, and
if so, which version. It sounds like you want to search an entire machine
and generate the list though. I don't know a way to do that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top