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

Submitted by: Administrator
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".
Submitted by: Administrator

Read Online C# (Sharp) Programming Language Job Interview Questions And Answers