My program not work on all computers
Hello
I make a small program by vb.net and I use (MY.computer) on the code
I found that this program not work on all computers I test the program on it
I heard that vb.net programs work only on computers which have .net framework
Is that Right and If that was right
Is there's a way to make my program work on all computer even that computer which havn't .net framework
Sorry for my English language I hope that my question is clear :)
Re: My program not work on all computers
If you write your code with VB.NET then the computer running your program must have the .NET FRAMEWORK installed.
If you write your code with VB 6, then you DONT need the .NET Framework, but only VB6 Runtime Files, which all computers xp & above have installed anyway, so there is more change on running on all machines.
I personally still use VB6 just so that I dont have a hassle with the .NET Framework not being installed on the client machine and other .Net hustles.
Re: My program not work on all computers
Well you cant rely upon the vb6 runtimes being completely installed either. Either way you should always create an installation package to deploy your app with the required dependancies.
All .NET programs will need the version of the .NET Framework installed that they referenced.
Thread Moved
Re: My program not work on all computers
I'm Really Thanks for your replies
I'm Really love vbforums.com