I'm sure this has been asked before, but how do I make it so that a program that I write in VB.net can be used on any computer, more specifically one that does not have the framework installed?
Printable View
I'm sure this has been asked before, but how do I make it so that a program that I write in VB.net can be used on any computer, more specifically one that does not have the framework installed?
seriously the VB.NET forums is RIGHT underneath this one, so why did you post here?
go to the vb.net forum: http://www.vbforums.com/forumdisplay.php?s=&forumid=25
and the answer, you need to install the .NET framework, duh
You can't run any .NET program without presence of .NET Framework .Quote:
Originally posted by thurst0n
I'm sure this has been asked before, but how do I make it so that a program that I write in VB.net can be used on any computer, more specifically one that does not have the framework installed?