Click here to Skip to main content
15,883,749 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When run an application in the absence of the preparation dotnet framework, an error message appears:
to must setup dotnet framework.
How do I change this message? or, can i do some function from my application?

this app[^], custom error message when dotnet framework not installed!
Posted
Updated 7-Apr-13 5:45am
v2
Comments
[no name] 7-Apr-13 11:54am    
No. As you have already been told, if the framework is not installed your application will not run. If it cannot run, you cannot display anything from your application.
Valery Possoz 7-Apr-13 16:32pm    
http://www.codeproject.com/Articles/35976/Add-Prerequisites-of-NET-Framework-in-Visual-Studi

You may create custom installer in VB6(vb6 do not need .net to be xecuted) and do check for .net is installed then you extract you installation of software and if not installed you may wrote custom message or do something else.
 
Share this answer
 
No.
You must have the correct version of the framework installed before your application can run and do anything. You cannot change the message because it is part of default operations that happen when you execute a .NET application. If the correct framework is not found, your application code is never executed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900