Detect Installed .Net framework

  • Thread starter Thread starter Maileen
  • Start date Start date
M

Maileen

Hi,

I would like to know if exist a way how to control if .NET framework is
installed or not ?

thanks,
Maileen
 
Maileen said:
I would like to know if exist a way how to control if
.NET framework is installed or not ?

In addition to the other replies: Notice that you cannot detect if the .NET
Framework is installed from within your .NET application. Your .NET
application will only run if the .NET Framework is installed.
 
thanks a lot.
In addition to the other replies: Notice that you cannot detect if the .NET
Framework is installed from within your .NET application. Your .NET
application will only run if the .NET Framework is installed.
 

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