CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Join Date
    Apr 1999
    Posts
    3,585

    Visual Studio 2008 with Beta feature pack

    Has anyone attempted to install the 2008 Beta feature pack onto Visual Studio 2008? I tried installing it a few times and consistently get
    None of the products addressed by this software update are installed on this computer.
    I even removed Visual Studio and reinstalled making sure I loaded the "full" version. I've seen others on Microsoft forums with the same problem. I'm wondering if any one here has been successful at installing it.
    Gort...Klaatu, Barada Nikto!

  2. #2
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917

    Re: Visual Studio 2008 with Beta feature pack

    Are you referring to a new BETA release of MFC libraries?
    What OS did you try to install it?
    I did it on Vista without a hitch.
    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

  3. #3
    Join Date
    Apr 1999
    Posts
    3,585

    Re: Visual Studio 2008 with Beta feature pack

    Yes, it's the 2008 Beta feature pack that introduces TR1 and a host of UI changes. I'm trying to install it on Win XP using Visual Studio Team System 2008. I have since found some other users on various forums complaining about the same issue. It seems like it might be a problem with Microsoft not providing the correct SKUs for all of its installed products.
    Gort...Klaatu, Barada Nikto!

  4. #4
    Join Date
    Jun 2007
    Posts
    29

    Re: Visual Studio 2008 with Beta feature pack

    I installed it on XP with VS8 Pro without a problem. Other than the fact that it's a whole slew of new and cool stuff that a novice VC programmer like myself has a hard time grasping.

  5. #5
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917

    Re: Visual Studio 2008 with Beta feature pack

    Especially when help included in a package does not work.

    To Mike:
    What version of VS2008 are you using?
    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

  6. #6
    Join Date
    Apr 1999
    Posts
    3,585

    Re: Visual Studio 2008 with Beta feature pack

    Visual Studio Team System 2008
    Gort...Klaatu, Barada Nikto!

  7. #7
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Visual Studio 2008 with Beta feature pack

    Are you using a non-English version of EITHER windows or Visual Studio?
    Installation on systems which have non-English versions of Visual Studio 2008 installed are not supported in this release.
    Have you applied the Service Packs?
    Installation on systems with other versions of Visual Studio 2008 or Visual Studio 2008 Service Pack 1 (BETA) is not supported.
    Did you install Visual Studio from a DVD?
    If you installed Visual Studio from a DVD, the DVD media must be present in the drive it was installed from.
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  8. #8
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Visual Studio 2008 with Beta feature pack

    I also had problems installing it. Eventually I found that I need to keep the VS2008 DVD inside the drive. Then it worked.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  9. #9
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917

    Re: Visual Studio 2008 with Beta feature pack

    Marius,
    Is help working?
    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

  10. #10
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Visual Studio 2008 with Beta feature pack

    Yes, there are two chm files. If you open them from explorer they are ok. I didn't try F1 though (I never use it). I don't think that would work.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  11. #11
    Join Date
    Apr 1999
    Posts
    3,585

    Re: Visual Studio 2008 with Beta feature pack

    Thanks for tha replies...

    1. This is an English version Visual Studio 2008 running on English XP.

    2. I don't think there is a service pack for Visual Studio Team System 2008 as yet.

    3. I have tried installing with the DVD in the drive.

    Has anyone else tried installing the Beta Feature Pack onto the Team System 2008? I've read that it will install on other versions of Visual Studio, but, not this one.
    Gort...Klaatu, Barada Nikto!

  12. #12
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917

    Re: Visual Studio 2008 with Beta feature pack

    Quote Originally Posted by cilu
    Yes, there are two chm files.
    Yes, I have chm files but when I launch any one of them, and click a topic, the topic display panel reports an error: missing link or address not correct.
    I am running Vista.
    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

  13. #13
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Visual Studio 2008 with Beta feature pack

    Quote Originally Posted by Mike
    Has anyone else tried installing the Beta Feature Pack onto the Team System 2008? I've read that it will install on other versions of Visual Studio, but, not this one.
    It works only for Team System and Professional editions.
    Quote Originally Posted by MSDN
    This patch is only supported on systems which have the English language (ENU) version of Visual Studio Team System 2008 Team Suite or Visual Studio 2008 Professional Edition installed. Installation on systems which have non-English versions of Visual Studio 2008 installed are not supported in this release.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  14. #14
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Visual Studio 2008 with Beta feature pack

    Both .chm files work OK for me. I'm running Win XP.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  15. #15
    Join Date
    Apr 1999
    Posts
    3,585

    Re: Visual Studio 2008 with Beta feature pack

    Ok, then, I don't understand it. I consistenly get a message box that states the installation cannot find a product that can be updated using the Beta Feature Pack. And, yes, I do have the DVD in the drive at that time. Does it make a difference where (ie. what drive) you run the install from?
    Gort...Klaatu, Barada Nikto!

Page 1 of 2 12 LastLast

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

Featured