Results 1 to 4 of 4

Thread: Do I need 3.5 .net framework??

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2008
    Posts
    55

    Do I need 3.5 .net framework??

    Having produced a small app with vb 2008 I am wanting to now install and run on a machine running 2000.
    Can someone please help me by clarifying what needs to be done.
    Do I need to install the 3.5 framework seperately or should the installer (Installshield) take care of it.
    If it needs to be installed seperately, how is this done.
    Any help given is greatly appreciated.
    Thanks.

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Do I need 3.5 .net framework??

    You need to ensure that the relevant framework (which is probably 3.5, unless you specified otherwise) is installed, and you should be able to get the installer to do that for you.

    I have no idea what options InstallShield has for it, but the installation packages made by VB/VS will download+install the framework if the user doesn't have it.

  3. #3

    Thread Starter
    Member
    Join Date
    Nov 2008
    Posts
    55

    Re: Do I need 3.5 .net framework??

    si thanks for thetime to reply.
    what are the intallation packages made by VB/VS?
    If it is OneTouch, how do I attach the 3.5 framework installation to deployment package?

    Sorry for my naiveity about this process.

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Do I need 3.5 .net framework??

    I presume you mean ClickOnce, and as far as I am aware (I personally haven't packaged any .Net apps!) it doesn't attach the framework - it will automatically download it if needed when the user tries to install. If you want you can download a distributable version of the framework, so that it can be installed on computers without an internet connection (the framework would need to be installed before your app).

    In the non-Express editions of VB, there is another installation method which gives you more options - presumably you get the choice of whether to attach the framework or not.

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