CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Thread: VB 2008 Express

  1. #1
    Join Date
    Dec 2003
    Location
    St. Cugat - Catalunya
    Posts
    441

    VB 2008 Express

    Are there any functionalities missing on VB 2008 Express?

    Is it safe to use it coming from a full VB.NET (v7) Visual Studio?

    After discovering some important missing stuff on VC++ 2008 Express I would like to be sure before installing it, but I couldn't find any clear explanation.

    Thanks
    Did it help? rate it.

    The best conversation I had was over forty million years ago ... and that was with a coffee machine.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

  3. #3
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: VB 2008 Express

    VS 2008 supports framework .NET 2.0 , 3.0 and 3.5. I would be 98% sure that anything developed in VB 7 would work properly in 2008 too. However, the easiest way to check this would be to install 2008 and open your project in it and try to run it.

    Unless you do this, it would be almost impossible to discuss what would work in your project and what would not.

  4. #4
    Join Date
    Dec 2003
    Location
    St. Cugat - Catalunya
    Posts
    441

    Re: VB 2008 Express

    HanneSThEGreaT,
    I knew this ones, but even checking them I cannot identify anything related to "missing" functionalities on Express. Due to the (bad) experience with VC++ I was looking for some information before taking decissions.

    Shuja Ali,
    I'm sure VS 2008 supports 99.99% of VB.NET v7. The problem is that Express edition is a "limited" one.
    Anyway, I installed it and it seems everything works. At least for a couple of projects I tested.
    What worries me is to discover missing functionalities in some near future ... should I keep VS2005 installed just in order to not have future problems?

    Thanks for your answers
    Did it help? rate it.

    The best conversation I had was over forty million years ago ... and that was with a coffee machine.

  5. #5
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: VB 2008 Express

    Even the full version has problems with the 2005 samples, and some other things. But as far as your question, the only thing missing are additional 'tools' that have nothing to do with the framework. All full 2008 apps should load in the Express version.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  6. #6
    Join Date
    Mar 2007
    Location
    Argentina
    Posts
    579

    Re: VB 2008 Express

    Quote Originally Posted by DeepButi
    Are there any functionalities missing on VB 2008 Express?
    it looks like publishing is very limited, altough there alre a class you can write and add to your project to configure publishing, but still I have not played with it.

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