tool to convert VB6 application to .Net core

NItinA 0 Reputation points
2024-04-01T09:36:08.22+00:00

Tool for conversion of VB6 applications

Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
850 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. XinGuo-MSFT 15,781 Reputation points
    2024-04-02T01:39:40.7433333+00:00

    Certainly! Migrating legacy VB6 applications to modern platforms like .NET Core is a significant endeavor, but there are tools and strategies available to help you with this transition. Here are some options:

    Visual Basic Upgrade Companion (VBUC):

    The VBUC by Mobilize.Net is a widely used tool for migrating VB6 (and ASP) code to .NET. It generates native code without runtimes and supports migration to C#, VB.NET, and .NET Core (up to .NET 8) or Framework with Windows Forms.

    Remember that each application may have unique requirements, so choose the approach that best aligns with your organization’s needs and resources.

    Good luck with your migration!

    0 comments No comments