Can a compiled VB.net application run on a Windows 95 Machine?
Printable View
Can a compiled VB.net application run on a Windows 95 Machine?
no..sorry.. .NET framework will not run on 95..only 98 and up
There is a command line utility called ngen.exe which will convert the MSIL into native code,so that the code can be deployed anywhere.This is just bookish information and has not been tested by me.hope it works for u.