|
-
Apr 23rd, 2007, 01:33 AM
#1
Thread Starter
Junior Member
Does VB programs require end user to install .NET Framework?
Hi all, I am a new member. First post. Semi noob to VB as well.
Do ALL VB programs require end users to install .net Framework in order for program to run?
I created a simple program with VB 2005 Express. I emailed my friend that program, but he can't execute the exe file. It says .NET 2.0 required.
Is there anyway around this? Anyway to make my program NOT require .net 2.0, or have some files included into the program folder?
thanks.
GODzillaSDM
-
Apr 23rd, 2007, 01:40 AM
#2
Re: Does VB programs require end user to install .NET Framework?
This question has been asked and answered many times already.
 Originally Posted by GODzillaSDM
Do ALL VB programs require end users to install .net Framework in order for program to run?
Yes.
 Originally Posted by GODzillaSDM
Anyway to make my program NOT require .net 2.0, or have some files included into the program folder?
No way that doesn't cost a lot of money.
-
Apr 23rd, 2007, 01:42 AM
#3
Thread Starter
Junior Member
Re: Does VB programs require end user to install .NET Framework?
darn. thanks. i did a quick search, but didn't find any returns on "require .net"
thanks for your answer tho.
-
Apr 23rd, 2007, 05:12 AM
#4
Banned
Re: Does VB programs require end user to install .NET Framework?
 Originally Posted by GODzillaSDM
Hi all, I am a new member. First post. Semi noob to VB as well.
Do ALL VB programs require end users to install .net Framework in order for program to run?
I created a simple program with VB 2005 Express. I emailed my friend that program, but he can't execute the exe file. It says .NET 2.0 required.
Is there anyway around this? Anyway to make my program NOT require .net 2.0, or have some files included into the program folder?
thanks.
GODzillaSDM
There is one way make your application in vb 6
-
Apr 23rd, 2007, 05:18 AM
#5
Re: Does VB programs require end user to install .NET Framework?
The solutions start from $300 and include obfuscation products. If you need an obfuscator, buy one with non-framework support. If you don't need obfuscation, you don't really need to spend money just on eliminating the framework prerequisite since the resulting exe(s) get bloated by additional 14-16MB and run slower.
-
Apr 23rd, 2007, 03:11 PM
#6
Thread Starter
Junior Member
Re: Does VB programs require end user to install .NET Framework?
i had to look up obfuscation, and i see that it means, concealing. Do you mean if i need to conceal the source code? If yes, then, no i don't need obfuscation. How can i go about eliminating the framework prerequesite?
it is really a very simple calculator made in vb. It is only like 700KB big.
and ethical hacker, do you know if there are any free and legal vb 6 compiler out there? Like VB6 express or something?
Thanks for all your help!
GODzillaSDM
-
Apr 23rd, 2007, 03:26 PM
#7
Fanatic Member
Re: Does VB programs require end user to install .NET Framework?
How can i go about eliminating the framework prerequesite?
Every .Net app requires the framework. Like jmc said, there is no way to package your app with the stuff it needs to run without the framework, unless you are willing to spend some money. Judging from the sound of this, I don't think this app is that important.
VB.Net 2008
.Net Framework 2.0
"Must you breathe? 'Cause I need heaven..."
-
Apr 23rd, 2007, 04:22 PM
#8
Thread Starter
Junior Member
Re: Does VB programs require end user to install .NET Framework?
no, this app is purely recreational, and not important at all. But still i'd like to show the apps to my friends if possible. I guess i must use VB6 to not require .net framework.
Any free VB6 out there?
-
Apr 23rd, 2007, 04:54 PM
#9
Re: Does VB programs require end user to install .NET Framework?
Well installing the .Net framework isnt going to hurt you. Vista comes pre-installed with all versions of the .Net framework and many applications (even bigger ones like ATIs graphics control panels) runs on .Net
-
Apr 23rd, 2007, 04:54 PM
#10
Re: Does VB programs require end user to install .NET Framework?
No. and VB6 requires the VB6 runtimes.
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
|