How to avoid error messagebox if .net is not installed on client system.

Posted by Power-Mosfet on Stack Overflow See other posts from Stack Overflow or by Power-Mosfet
Published on 2010-05-13T09:44:03Z Indexed on 2010/05/13 10:04 UTC
Read the original article Hit count: 181

Filed under:

Hi,

I have a C# application which request .net 2 on client system. I like to replace the error message box in case if .net2 is not detected with ruuning an executable program which I have a written how do not request .net2.

© Stack Overflow or respective owner

Related posts about .NET