Results 1 to 10 of 10

Thread: Does VB programs require end user to install .NET Framework?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2007
    Posts
    31

    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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Does VB programs require end user to install .NET Framework?

    This question has been asked and answered many times already.
    Quote Originally Posted by GODzillaSDM
    Do ALL VB programs require end users to install .net Framework in order for program to run?
    Yes.
    Quote 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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Apr 2007
    Posts
    31

    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.

  4. #4
    Banned
    Join Date
    Dec 2006
    Location
    India
    Posts
    89

    Re: Does VB programs require end user to install .NET Framework?

    Quote 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

  5. #5
    Frenzied Member
    Join Date
    Mar 2005
    Location
    Sector 001
    Posts
    1,577

    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.
    VB 2005, Win Xp Pro sp2

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Apr 2007
    Posts
    31

    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

  7. #7
    Fanatic Member
    Join Date
    Nov 2006
    Posts
    675

    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..."

  8. #8

    Thread Starter
    Junior Member
    Join Date
    Apr 2007
    Posts
    31

    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?

  9. #9
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    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
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  10. #10
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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
  •  



Click Here to Expand Forum to Full Width