Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
do u know a link that explain how to develop a .net application making a check before load if the .net is present, and manage the problem with custom messages...?
Posted
A .net program will need the framework to run, so you cannot use .net to check if the framework is already on the target machine. I've read (forget where now) that people have had good luck with JavaScript to check if there are any .net dlls on the machine or not.

~Nate�

___________________________________________

Please use the [vb]/[cs] tags on posted code.

Please post solutions you find somewhere else.

Follow me on Twitter here.

Posted

yes... but... maybe microsoft is providing some additional program ...

eg a launcher to be executed before the execution of the main App, to perform this check...

Posted

I believe there is some kind of a "checker" that checks .Net status before running your program already built in automatically. If the user does not have the .Net Framework installed a message box pops up and tells them what the problem is and where they can download the .Net Framework for installation.

 

At least, that's the way it worked a few years ago with .Net 1.1. I haven't had that problem in a very long time.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...