Results 1 to 18 of 18

Thread: Should I Go To 2008

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Fox, OK
    Posts
    381

    Should I Go To 2008

    Is there any reason (other than it's free) to upgrade from VB 2005 Express to the 2008 version? I mean, can I do anything with the new version that I can't do with 2005?

  2. #2
    Fanatic Member
    Join Date
    Feb 2006
    Posts
    607

    Re: Should I Go To 2008

    Just a lot more support for features and easier implentation..

    Your not using Windows 98 are you? whats windows XP got that 98 cant do? (obviously the driver support and all that right?)

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

    Re: Should I Go To 2008

    The language has been improved, the Framework has been improved and the IDE has been improved. With VB 2008, .NET 3.0/3.5 and VS 2008 you've got LINQ, anonymous methods, WPF, etc., etc. Basically, there's no reason NOT to upgrade EXCEPT that projects created in VS 2008 cannot be opened in VS 2005, including those targeting .NET 2.0. If you still need to open your projects, either yourself or by others, in VS 2005 then stick with VS 2005. Otherwise you should upgrade. Note that installing VS 2008 doesn't mean you have to uninstall VS 2005. They were designed to coexist and will do so happily.
    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

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

    Re: Should I Go To 2008

    Moved to General Developer

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Should I Go To 2008

    I wouldnt consider it an "upgrade" as John mentioned its a separate version that can co-exist with 2005 side by side.

    I would recommend installing 2008 and using both if you need to retain projects in th 2005 solution format. Otherwise just install 2008 and be happy using the new features etc.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Fox, OK
    Posts
    381

    Re: Should I Go To 2008

    I've been using 2005. I installed 2008 and it really bogs down when I run a program. Even one with no code. It takes about 12 seconds for the program to even start. And it takes just as long to end a program and get back to the VB 2008 interface. Any ideas why this might be? I have a super fast computer with 4GB of RAM (actually 2GB while my wife's computer is borrowing some.)

  7. #7
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Should I Go To 2008

    2008 is faster then 2005 for me as 2008 has many IDE performance improvements. Hows your diskspace and cpu resources?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  8. #8
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: Should I Go To 2008

    Quote Originally Posted by DroopyPawn
    I've been using 2005. I installed 2008 and it really bogs down when I run a program. Even one with no code. It takes about 12 seconds for the program to even start. And it takes just as long to end a program and get back to the VB 2008 interface. Any ideas why this might be? I have a super fast computer with 4GB of RAM (actually 2GB while my wife's computer is borrowing some.)
    Consider yourself lucky, I'm running it on a machine where it takes 30 seconds to open the program empty and about 3 minutes to open a project file.

  9. #9
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Should I Go To 2008

    I run it on a virtual machine and have never had any issues... the only time I do is when working with a State Machine Workflow....and only then because it's quite complicated.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

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

    Re: Should I Go To 2008

    Quote Originally Posted by Jenner
    Consider yourself lucky, I'm running it on a machine where it takes 30 seconds to open the program empty and about 3 minutes to open a project file.
    What the heck kind of a machine do you have?

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

    Re: Should I Go To 2008

    Quote Originally Posted by Hack
    What the heck kind of a machine do you have?
    He's (or she's) hoping to upgrade to a Pentium next year.
    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

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Fox, OK
    Posts
    381

    Re: Should I Go To 2008

    Like I said, 2GB of RAM, dual core Athlon XP 6000, 256mb PCIE graphics card. No reason for any programs to be running this slow on my machine.

    I read somewhere on another forum that turning off something about "auto generate XML" fixed this problem for one guy. But my Internet service at home is down right now. When I got home, I didn't find any such menu to fix.

    Does anyone have a suggestion about how to fix the "slow" problem?

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

    Re: Should I Go To 2008

    What do you have loading when the machine boots and running in the background that could be sucking up CPU?

  14. #14

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Fox, OK
    Posts
    381

    Re: Should I Go To 2008

    I disable all that stuff. I don't like stuff running in the background. MSN Messenger always seems to come back to life though - even though I never use it.

  15. #15

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Fox, OK
    Posts
    381

    Re: Should I Go To 2008

    Also, I reinstalled Windows XP Pro from a backup image just a few days ago. The image had a fresh install of XP, the drivers and a few settings like email addresses. I've since installed the following

    VB Express 2005
    VB Express 2008
    Visual Web Designer 2008 Express
    OpenOffice 2.3.1
    FireFox browser.

    I think that's about it. My computer is currently disconnected from the Internet (and has been for a week) so there's no virus or anything like that.

  16. #16
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Should I Go To 2008

    What are your hardware specs? HDs, CPU, L2 Cache etc. not just your amount of RAM although the RAM speed may be nice to know too.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  17. #17

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Fox, OK
    Posts
    381

    Re: Should I Go To 2008

    Like I said, it's an Athlon X2 6000+ (3 gHz x2) dual core, I have 2 Maxtor 500GB SATA2 drives. It's not the computer. Something need to be set differently but I don't know what.

  18. #18
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Should I Go To 2008

    You shouldnt have to set anything. Sorry too many posts as I scanned for yours and didnt see complete specs.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

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