Unable to find a verison of the runtime to run this application
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? :confused:
Thanks in advance
Re: Unable to find a verison of the runtime to run this application
If the application targets .NET 2.0 then I can only assume that either .NET 2.0 is not installed on that machine or the installation is corrupt. I'd try a repair.
Re: Unable to find a verison of the runtime to run this application
Thanks for reply jmcilhinney.
I have already run .net verifier exe and checked that framework 2.0 is installed and not corrupted.
what should i do ?
thanks in advance