How to check the .net framework version on start of WinForms application that wrote on .NET 3.5? If .net 3.5 is not installed, the application should show the message about it (may be with link on .net installer or some else). Now it show some error that is not clear for user.
How to check the .net framework version on start of WinForms application that wrote
Share
Check out this C++ project that should do what you’re asking for.
http://www.codeproject.com/KB/mcpp/DotNetTester.aspx
You’d just set up your shortcuts to launch that app, which would in turn launch your .net app.
From the project description: