Re: REGASM Leaves Type Library
Chris Anderson <[email protected]> Tue, 5 Feb 2008 21:58:03 -0000
| Newsgroups | gmane.comp.windows.devel.dotnet.clr |
|---|---|
| Message-ID | <[email protected]> |
> When I run REGASM /u on an assembly I register, it tells me "Types > un-registered successfully", but using the old OLE/COM Object Viewer, I > see > the type library is still registered. If you want to see how regasm /u touches the registry, use RegMon, and compare it against the activity caused by registering an assembly. FWIW based on the docs it seems that the /u switch only unregisters the creatable *classes* The docs say nothing about the types (i.e. interfaces) that these classes implement. And when you think that you may have other classes that implement the same type interfaces, I can see why it might not unregister them. =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com