CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2001
    Posts
    2,529

    Arrow porting VB6.0 Apps from Server 2003 to Server 2008

    Anybody ever ported a suite of VB 6.0 Apps from 2003 to 2008? Is it like porting from XP to 7? The 32 bit apps are have ethernet and serial communications. Any advice will be helpful.
    ahoodin
    To keep the plot moving, that's why.

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

    Re: porting VB6.0 Apps from Server 2003 to Server 2008

    I don't think it'd be too difficult. It is definitely not like Porting from XP to Windows 7. I'd suggest port one app at a time, so that you can test each one as you go. That's what I would do. Maybe the more clever people here will give better advice.

    Good luck

  3. #3
    Join Date
    Mar 2001
    Posts
    2,529

    Re: porting VB6.0 Apps from Server 2003 to Server 2008

    Hi Hannas! Well the issue is that all the applications work on the same solution together, so not only do they have to work individually, they have to work in concert. Ok well if the port is not as big as XP to 7, that is great, but as you say there is still development effort necessary.

    Yes I need luck. I did not write these apps, but I have to work on them.
    ahoodin
    To keep the plot moving, that's why.

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

    Re: porting VB6.0 Apps from Server 2003 to Server 2008

    Security is locked down, a LOT tighter. The more you know, the easier it becomes. I'd suggest contacting Microsoft Support, and pay for a session. You pay once, and they finish it before closing the ticket. If there IS a way, they can find it. Otherwise, how about in a Virtual Machine? You can run ANY OS in Hyper-V and remote into it.
    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!

  5. #5
    Join Date
    Mar 2001
    Posts
    2,529

    Re: porting VB6.0 Apps from Server 2003 to Server 2008

    Well thank you Dgi, that is great. So it is mostly an act of getting the security correct on your Server. Well the virtual thing would not work because the server is a unit that is bought and shipped on-site to run machinery. Probably wouldn't fly with the End Customers.
    ahoodin
    To keep the plot moving, that's why.

  6. #6
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: porting VB6.0 Apps from Server 2003 to Server 2008

    Quick question.. You continuing the Dev in VB6 ???

    I've only ever done VB.NET apps on Server 2003 & 2008 , and they've been Services with out forms..

    But previous experience has always shown that if you Compile the VB6 App on the OS you want it to run on (With out code changes) you have a Higher likely hood of it working without issues...
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

  7. #7
    Join Date
    Mar 2001
    Posts
    2,529

    Re: porting VB6.0 Apps from Server 2003 to Server 2008

    Quote Originally Posted by GremlinSA View Post
    Quick question.. You continuing the Dev in VB6 ???
    The company I am working for is. Why they never upgraded is probably because it was easier and
    cheaper not to in the short run.

    Quote Originally Posted by GremlinSA View Post
    I've only ever done VB.NET apps on Server 2003 & 2008 , and they've been Services with out forms..
    Oh wow. Wish these were....lol. Nope, some services, some full form based apps too.

    Quote Originally Posted by GremlinSA View Post
    But previous experience has always shown that if you Compile the VB6 App on the OS you want it to run on (With out code changes) you have a Higher likely hood of it working without issues...
    Thanks, this is a good point!
    ahoodin
    To keep the plot moving, that's why.

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

    Re: porting VB6.0 Apps from Server 2003 to Server 2008

    If you're shipping Windows Server 2008 R2, it includes HYPER-V. Just ADD the feature. Copy in the .VHD file, and configure it to start automatically. (I've done this remotely)
    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!

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

    Re: porting VB6.0 Apps from Server 2003 to Server 2008

    btw - LogMeIn Resuce won't run on Windows Home Server (W2K8R2), nor W2K8R2 Server. Runs on any other OS, if you start with a browser based session...

    EDIT: Also, there are NO supported sound cards for W2K8R2
    Last edited by dglienna; July 13th, 2012 at 11:26 AM.
    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!

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