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, and run through .NET, but there is also another way to register an assembly, and...
by Nauman at November 3rd, 2009 at 08:11 am