0
kicks
Registering an Assembly through code
Many times we have to register an assembly and only one thing came in mind “regasm” command line utility. But for this also we have to manually type this command and it parameters (assembly name) in command prompt, or we can use the Process class in .NET to call regasm executable