Share via

Migrating Vb.Net web application into .Net 8.0

Banu 40 Reputation points
2024-10-30T09:52:04.9233333+00:00

Hi,

 

I would like to migrate our web application which has been developed in vb.net web application (MVP) using .Net Framework 4.7 into .Net 8.0. But I am not able to do it. I had used .Net Upgrade Assistant. Can we migrate vb.net web application into .Net 8.0? Kindly clarify.

Thanks

Banu

Developer technologies | VB
0 comments No comments

Answer accepted by question author
  1. Jiachen Li-MSFT 34,241 Reputation points Microsoft External Staff
    2024-10-31T02:11:12.2+00:00

    Hi @Banu ,

    VB.NET is no longer directly supported in .NET 6 and beyond for web applications.

    The most direct path forward is to translate the VB.NET application to C#, which has full support in .NET 8.0. This approach can leverage .NET 8’s modern APIs, enhanced performance, and long-term support.

    Best Regards.

    Jiachen Li


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


2 additional answers

Sort by: Most helpful
  1. Banu 40 Reputation points
    2024-11-06T06:43:10.1233333+00:00

    Hi @Jiachen Li-MSFT ,

    As I had mentioned my application is a web application (MVP) and it is a bit big application. Is there any way/tool/extension (visual studio), which I can use to translate from Vb.net into C#.net? What would be the best solution to translate the entire application?

    Thanks in advance.

    Regards

    Banu


  2. Banu 40 Reputation points
    2024-11-01T04:59:49.0966667+00:00

    Hi Jiachen Li,

    OK. Thanks for your reply

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.