Results 1 to 16 of 16

Thread: Downloading Visual Studio 2008

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2009
    Posts
    8

    Downloading Visual Studio 2008

    I'm trying to download Visual Studio 2008, I'm running the 1st service pack of Windows XP, my other computers got linux on it. I downloaded from: http://www.microsoft.com/visualstudi...downloads.mspx

    Doesnt do anything when I try to run ther program, I litrally just want to download a copy of VB so i can start learning from the tutorials online.

    Thanks!

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Downloading Visual Studio 2008

    Moved To General Developer

    You are going after the Express versions of VS right?

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2009
    Posts
    8

    Re: Downloading Visual Studio 2008


  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Downloading Visual Studio 2008

    When you say it "doesn't do anything" what do you mean?

    After the down load is complete, you get should have a new item under All Programs called "Microsoft Visual Basic 2008 Express Edition" - no sub items

    Click on that an it should bring up the IDE.

  5. #5

    Thread Starter
    New Member
    Join Date
    Jun 2009
    Posts
    8

    Re: Downloading Visual Studio 2008

    it downloads vbseup.exe onto my desktop which when i click on just brings up a box for a second then it goes away.

  6. #6

    Thread Starter
    New Member
    Join Date
    Jun 2009
    Posts
    8

    Re: Downloading Visual Studio 2008

    i really need to download this any one put the in the right direction?

  7. #7
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Downloading Visual Studio 2008

    Try clicking "Download" under the Visual Basic 2008 section! Although during the install process it will only work if the Microsoft server is not down. The program causes an error if it can not connect to the server and download the files.

    Edit:

    The error message is:

    The following component could not be downloaded:

    Component Name (example: Visual C++ Runtime Pre-requisites)

    setup cancelled automatically because a component could not be downloaded.
    To try again, click Exit and then restart setup. For more information, see the
    Download Troubleshooting Guide.
    Last edited by Nightwalker83; Jun 20th, 2009 at 10:47 PM. Reason: Adding more!
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  8. #8
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Downloading Visual Studio 2008

    This is why I dl the ISO whenever possible, everything's in the image file and I dont rely on their servers during the install process.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  9. #9
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Downloading Visual Studio 2008

    Quote Originally Posted by JuggaloBrotha View Post
    This is why I dl the ISO whenever possible, everything's in the image file and I dont rely on their servers during the install process.
    Yeah, however, I don't think Microsoft release their software in iso format (legally)?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

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

    Re: Downloading Visual Studio 2008

    Quote Originally Posted by Nightwalker83 View Post
    Yeah, however, I don't think Microsoft release their software in iso format (legally)?
    Click on the Offline Install link at the top of that page.
    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

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

    Re: Downloading Visual Studio 2008

    Actually, that link doesn't take you to an ISO download. The ISO download link is at the bottom of the same page mentioned in post #3. The drawback is that it includes C# Express, etc., which may not be needed.
    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

  12. #12
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Downloading Visual Studio 2008

    Quote Originally Posted by jmcilhinney View Post
    Actually, that link doesn't take you to an ISO download. The ISO download link is at the bottom of the same page mentioned in post #3. The drawback is that it includes C# Express, etc., which may not be needed.
    Silly me I did not notice that!
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  13. #13
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Downloading Visual Studio 2008

    The ISO includes all 4, but it's really not that big of a deal since they all shared a common set of dll's.

    That and I install both vb.net express and c# express so the single ISO contains both without the need to download the common dll's seperatly which really saves time in the long run (I have a 480k dsl connection, so the less downloading the more time I save)
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  14. #14
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Downloading Visual Studio 2008

    I am thinking of downloading the Web Developer package and seeing what its like!
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

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

    Re: Downloading Visual Studio 2008

    Quote Originally Posted by Nightwalker83 View Post
    I am thinking of downloading the Web Developer package and seeing what its like!
    It sounds like the ISO is looking more and more like a good option. Another advantage is that you can reinstall one the same or another machine at any time without further download. It will also include SQL Server Express and the MSDN Library, which are pretty much requirements.
    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

  16. #16
    Hyperactive Member
    Join Date
    Jul 2005
    Location
    In A House :)
    Posts
    291

    Re: Downloading Visual Studio 2008

    they also have 90 day trials of full pro available as ISO's. burned to DVD
    --"Tap Dancing On The Brittle Edge Of Sanity"--

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