|
-
Aug 19th, 2008, 03:14 PM
#1
Thread Starter
New Member
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
-
Aug 19th, 2008, 03:48 PM
#2
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.
_____________________________________________________________________
----If this post has helped you. Please take time to Rate it.
----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.

-
Aug 19th, 2008, 04:11 PM
#3
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
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Aug 19th, 2008, 09:06 PM
#4
Thread Starter
New Member
Re: My program not work on all computers
I'm Really Thanks for your replies
I'm Really love vbforums.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|