How to migrate System.EnterpriseServices to .NET5?

pappasa 6 Reputation points
2021-01-21T07:53:21.31+00:00

We have a lot of business logic in .NET 4.0 using System.EnterpriseServices. Can you suggest a migration path to .NET 5?

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,668 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Karen Payne MVP 35,386 Reputation points
    2021-01-21T12:15:12.167+00:00

    Hello @pappasa

    There are parts of this library which will not port over to .NET 5 which is mentioned in the first link e.g. System.EnterpriseServices. This means your choice is to look for alternate code for System.EnterpriseServices or don't move forward with the migration to .NET 5.

    See .NET Framework technologies unavailable on .NET Core and .NET 5+ then Overview of porting from .NET Framework to .NET Core.