Interview Questions

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

C# Interview Questions and Answers


(Continued from previous question...)

58. 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".

(Continued on next question...)

Other Interview Questions