.NET Register/Unregister
Hello,
we need to unregister a .NET assembly along with his type library. The command-line is this one:
regasm.exe C:\MyAssembly.dll /nologo /s /u /tlb:C:\MyAssembly.tlb
but if I use the Register command and I check
"Unregister the component, assembly ..."
and
".NET assembly"
then the TLB file textbox is disabled, so I cannot specify the type library. After that, the command line generated is:
regasm.exe C:\MyAssembly.dll /nologo /s /u
Can you please keep TLB textbox enabled even in "Unregister" mode?
Mario.
|