Answers

Question and Answer:

  Home  C# (Sharp) Programming Language

⟩ What is the equivalent to regsvr32 and regsvr32 /u a file in .NET development?

Try using RegAsm.exe. The general syntax would be: RegAsm. A good description of RegAsm and its associated switches is located in the .NET SDK docs. Just search on "Assembly Registration Tool".

 145 views

More Questions for you: