Results 1 to 12 of 12

Thread: Framework file

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Location
    Netherlands
    Posts
    14

    Unhappy Framework file

    Hi,


    I did just start to learn about VB.net and i'm wondering why i need to install the "Framework" file.

    Is it with VB not posible to make a .exe file without installing the "framework" first ?

  2. #2
    Addicted Member
    Join Date
    Jul 2002
    Posts
    234
    No, you cannot create an exe without the framework first.
    Actually, when working with .Net, its best to think of it as a
    souped up version of Java for Windows, because essentially,
    that's what it is. The reason why Microsoft thinks this will work
    is that all XP machines have the framework pre-installed, as will
    all future versions of Windows. Unfortunately, older versions of
    windows, like Win95, will slowly stop being supported. While a
    framework package for 95 does exist now, Microsoft has stated
    that an update to that framework won't be forthcoming, so
    eventually, Win95 will not be able to utilize .Net Apps.

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Location
    Netherlands
    Posts
    14
    Thank you for your awnser trp-25, but i did try to run a program i made (really simple one) on a other pc with XP-Pro installed, but it did not work... do you have a clue why that is ?

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    actually Win95 is not supported at all. .NET wont install on it. Only 98 and up.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Originally posted by marcq
    Thank you for your awnser trp-25, but i did try to run a program i made (really simple one) on a other pc with XP-Pro installed, but it did not work... do you have a clue why that is ?
    .NET is not pre-installed on XP.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  6. #6
    Addicted Member
    Join Date
    Jul 2002
    Posts
    234
    Thank you for your awnser trp-25, but i did try to run a program i made (really simple one) on a other pc with XP-Pro installed, but it did not work... do you have a clue why that is ?
    I suppose its possible the framework installation was on XP,
    though I could have sworn that it was. In any case, if you
    distribute an application, I would always recommend including
    the framework files (though thats about 20 MB)

    actually Win95 is not supported at all. .NET wont install on it. Only 98 and up.
    I know that the Visual Studio won't work with Windows 95, but
    when I was writing .NET apps during Microsoft's beta testing
    process, there was a set of framework files for Windows 95. If
    that's changed, then its news to me.

  7. #7
    Fanatic Member
    Join Date
    May 2002
    Posts
    746
    Originally posted by TPR25
    I know that the Visual Studio won't work with Windows 95, but
    when I was writing .NET apps during Microsoft's beta testing
    process, there was a set of framework files for Windows 95. If
    that's changed, then its news to me.
    I thought I remembered the same thing but
    MS now says otherwise.

  8. #8

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Location
    Netherlands
    Posts
    14
    Ok, so that means that for each application i make and want to share with other people, they will need to install the framework file first ?

    I mean you are right that framework file is 20Mb, so it will be not handy to to share .net applications by the internet since each person has to download and install that 20Mb Framework file first right ?

  9. #9
    Fanatic Member
    Join Date
    May 2002
    Posts
    746
    Yes but, and many will argue, .NET is just a bigger version of items we've had to distribute before; DCOM, MDAC, etc. It's just seems to be onerous now b/c nobody has it yet - in much the same way that the above had to be installed initially. Eventually, most of your users will have the framework and the distribution "cost" will go down.

  10. #10

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Location
    Netherlands
    Posts
    14

    Wink

    Thank you all for your reply...

  11. #11
    New Member
    Join Date
    Oct 2002
    Posts
    1

    VB purpose

    Hello All,

    I'm a newby in the world of VB, can somebody tell me for what purposes VB is used best for?

    Thanks !!

  12. #12
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    VB is used for any programming purposes.

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