View Single Post
  #1  
Old 02-13-2008, 10:10 AM
omar_ita omar_ita is online now
Registered User
 
Join Date: 08-01-2007
Location: The Roman Empire - Italy
Posts: 7
.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.
Reply With Quote