How to register class library create with .NET 6.0?

aluzi liu 486 Reputation points
2022-08-18T09:12:40.47+00:00

I have a class library project create with .NET framework 4.7, and I use RegAsm.exe to register this library.
Recently I upgrade this project to .NET 6.0, and I can not found .net 6.0 version of "RegAsm.exe", so, what can I do?

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,117 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Damiano Andresini 171 Reputation points
    2022-08-18T10:26:23.66+00:00
    0 comments No comments

  2. Tomasz Prusik 0 Reputation points
    2023-07-27T08:41:47.32+00:00

    @aluzi liu , I got into the same problem, did you manage to fix it with regsvr32 ?

    0 comments No comments