#1
|
|||
|
|||
.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. |
#2
|
|||
|
|||
Yes, we'll fix that. For now, you can temporarily uncheck the Unregister checkbox, fill in the TLB file field, then check the Unregister checkbox again.
|
|
|