Click here to Skip to main content
15,881,248 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Migrating VB6 applications to .NET? Pin
kmoorevs30-Mar-23 3:31
kmoorevs30-Mar-23 3:31 
AnswerRe: Migrating VB6 applications to .NET? Pin
Andreas Mertens30-Mar-23 4:31
professionalAndreas Mertens30-Mar-23 4:31 
AnswerRe: Migrating VB6 applications to .NET? Pin
obermd30-Mar-23 5:57
obermd30-Mar-23 5:57 
AnswerRe: Migrating VB6 applications to .NET? Pin
Southmountain30-Mar-23 6:05
Southmountain30-Mar-23 6:05 
AnswerRe: Migrating VB6 applications to .NET? PinPopular
Member 1596677130-Mar-23 20:40
Member 1596677130-Mar-23 20:40 
GeneralRe: Migrating VB6 applications to .NET? Pin
MikeCO1031-Mar-23 2:58
MikeCO1031-Mar-23 2:58 
GeneralRe: Migrating VB6 applications to .NET? Pin
Sander Rossel31-Mar-23 4:06
professionalSander Rossel31-Mar-23 4:06 
AnswerRe: Migrating VB6 applications to .NET? Pin
Stepan Hakobyan30-Mar-23 21:19
professionalStepan Hakobyan30-Mar-23 21:19 
My company in a migration process from VB6 right now.

First things first. I don't know anything about you application so anything said down here may not be relevant.

My company have many million lines of code in VB6 and VBA compatible scripting language in the 3 main application. All of the are using the same core written in VB6.
We started the migration 2.5 years ago.
The process is like this.
1. Write a server side C# code and connect old UI to the new (C#, .NET Core 3.1, now upgraded to .NET 6).
1.1. Create core for "migrateable" components.
1.1.1. Connect server-side components to the old UI.
1.2. Migrate those components.
2. Create the new UI (C#, .NET 6, WPF).
2.1. Create core client-side components to show server-side components.
2.2. Migrate client-side UI components.
2.3. Create the tooling.

Many processes are parallel.
The smallest of the 3 main projects will be fully migrated at the end of this year.
The second one is planned to be ready at the end of next year.
Biggest biggest project is planned to be ready in 3 years (likely it will be 5 years).
The good news is that whatever is migrated is used by the customers already.
AnswerRe: Migrating VB6 applications to .NET? Pin
Member 1396586630-Mar-23 23:15
Member 1396586630-Mar-23 23:15 
GeneralRe: Migrating VB6 applications to .NET? Pin
Sander Rossel31-Mar-23 4:00
professionalSander Rossel31-Mar-23 4:00 
AnswerRe: Migrating VB6 applications to .NET? Pin
MSBassSinger31-Mar-23 1:17
professionalMSBassSinger31-Mar-23 1:17 
GeneralRe: Migrating VB6 applications to .NET? Pin
Sander Rossel31-Mar-23 3:59
professionalSander Rossel31-Mar-23 3:59 
AnswerRe: Migrating VB6 applications to .NET? Pin
Member 1068017931-Mar-23 2:20
Member 1068017931-Mar-23 2:20 
GeneralRe: Migrating VB6 applications to .NET? Pin
KLPounds31-Mar-23 3:09
KLPounds31-Mar-23 3:09 
AnswerRe: Migrating VB6 applications to .NET? Pin
MikeCO1031-Mar-23 2:22
MikeCO1031-Mar-23 2:22 
AnswerRe: Migrating VB6 applications to .NET? Pin
robertburgh31-Mar-23 2:29
robertburgh31-Mar-23 2:29 
AnswerRe: Migrating VB6 applications to .NET? Pin
JohnDG5231-Mar-23 2:58
JohnDG5231-Mar-23 2:58 
AnswerRe: Migrating VB6 applications to .NET? Pin
agolddog31-Mar-23 3:51
agolddog31-Mar-23 3:51 
GeneralRe: Migrating VB6 applications to .NET? Pin
Sander Rossel31-Mar-23 4:08
professionalSander Rossel31-Mar-23 4:08 
AnswerRe: Migrating VB6 applications to .NET? Pin
Tyler Evensen31-Mar-23 4:41
Tyler Evensen31-Mar-23 4:41 
GeneralRe: Migrating VB6 applications to .NET? Pin
Sander Rossel31-Mar-23 5:06
professionalSander Rossel31-Mar-23 5:06 
AnswerRe: Migrating VB6 applications to .NET? Pin
Craig P Williams Sr31-Mar-23 6:16
professionalCraig P Williams Sr31-Mar-23 6:16 
AnswerRe: Migrating VB6 applications to .NET? Pin
Choroid31-Mar-23 6:24
Choroid31-Mar-23 6:24 
AnswerRe: Migrating VB6 applications to .NET? Pin
mdowd6531-Mar-23 8:04
mdowd6531-Mar-23 8:04 
AnswerRe: Migrating VB6 applications to .NET? Pin
Zane Kurtz31-Mar-23 8:24
Zane Kurtz31-Mar-23 8:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.