Results 1 to 4 of 4

Thread: How the hell can other people run my programs :S

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2002
    Posts
    22

    How the hell can other people run my programs :S

    Hey i just started writing in vb.net and I tried sending my first .net program to other people and it wont open :S Is it because they dont have the .net framework? And is their any way i can turn it off so they dont need it?

    Please help

  2. #2
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926
    Your program needs the .NET Framework installed on the user's machine to work. If the user doesn't have the Framework installed, it won't run. Visit windowsupdate to install the framework.

    I believe only VC++ has the ability to create programs that doesn't need the framework, as long as the Framework is not referenced in the code. I am not sure about this though.

    With VB.NET you can't create programs that don't need the framework.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jun 2002
    Posts
    22
    Thanks

    ANd is there any way to put the .net framework into a setup with a couple of my progz, and not have it be like 20mb cuz of the .net framework installer? And when i compress it into a .zip its still the same size :S

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    The framework setup is already compressed about as far as it will go.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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