.Net and programs using it

  • Thread starter Thread starter Joe935
  • Start date Start date
J

Joe935

Is there a way to tell which installed programs are actually using a version
of .NET?

Joe Calderone Don't Force it, Use a bigger Hammer.
 
Perhaps you could try this:

1) Rename the folder <C:\Program Files\Microsoft.NET> to <C:\Program
Files\Microsoft.NET.old>

2) Launch each of your programs one by one

3) Make a list the errors you get to decide which .Net version is required.

hth
 
I guess that's a way to do it, LD. Thanks for the suggestion.

LD55ZRA wrote:
: Perhaps you could try this:
:
: 1) Rename the folder <C:\Program Files\Microsoft.NET> to <C:\Program
: Files\Microsoft.NET.old>
:
: 2) Launch each of your programs one by one
:
: 3) Make a list the errors you get to decide which .Net version is
: required.
:
: hth
:
:
:
: :: Is there a way to tell which installed programs are actually using a
:: version
:: of .NET?
::
:: Joe Calderone Don't Force it, Use a bigger Hammer.
 
Back
Top