-
How to export project ?
Good day !
I just finish a small project for my course in university using VB.Net.
Last time, if using VB 6, I know how to make an EXE file or pack it into a package using Deployment wizard right ?
I just wonder how can I deploy my VB .Net program so that it can be run in machine of Windows without .Net Framework installed ? such as Windows 98 ?
Thanks a lot ! :D
SonicWave
-
I think you will find that if it is written in any .Net language that you will need to .net framework. Kind of like trying to run a vb6 program without the runtime files.
Jeremy