Click here to Skip to main content
15,886,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have developed an application using VB.NET (.NET 2.0).
I have put an exe on 4 client machines, it works fine on 3 clients but fourth gives me the following error:

Unable to find a verison of the runtime to run this application

I have .NET 2.0 framework installed on the fourth machine.

How can i solve this ?

Any Hints?

Thanks in advance
Posted
Updated 26-Jun-11 21:19pm
v2

Have a look at this Social.MSDN[^] - it discusses the problem and makes a few suggestions you can try.
 
Share this answer
 
Comments
Vivek Krishnamurthy 27-Jun-11 3:23am    
Nice Link ! My 5
koolprasad2003 27-Jun-11 3:31am    
good Link
Cleanup
Verifier

Try verifier to see if it is correctly installed. If not, use cleanup tool to remove framework and try re-install.
 
Share this answer
 
v2
Comments
koolprasad2003 27-Jun-11 3:31am    
Thanks Prerak, i will try.
Prerak Patel 27-Jun-11 4:30am    
You are welcome Prasad.
koolprasad2003 28-Jun-11 3:39am    
I have tried with above exe but No problem in .NET installation
any another hint ?
Prerak Patel 28-Jun-11 4:19am    
Any more details from EventViewer? If not, try reinstalling framework after cleanup anyway. That may help.
Solved !, I have recompile/rebuild my program and send exe again.
 
Share this answer
 

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



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