Click here to Skip to main content
16,005,826 members
Home / Discussions / C#
   

C#

 
GeneralRe: Passing parameters to Contents.htm file Pin
Dave Kreskowiak24-Jun-04 9:41
mveDave Kreskowiak24-Jun-04 9:41 
Generalproblem Pin
RomanD24-Jun-04 9:07
RomanD24-Jun-04 9:07 
GeneralRe: problem Pin
Dave Kreskowiak24-Jun-04 9:30
mveDave Kreskowiak24-Jun-04 9:30 
GeneralRe: problem Pin
RomanD24-Jun-04 12:04
RomanD24-Jun-04 12:04 
QuestionHow do I FULLY unregister a COM+ component programmatically? Pin
Boyd Campbell24-Jun-04 7:14
Boyd Campbell24-Jun-04 7:14 
AnswerRe: How do I FULLY unregister a COM+ component programmatically? Pin
Heath Stewart24-Jun-04 9:40
protectorHeath Stewart24-Jun-04 9:40 
GeneralRe: How do I FULLY unregister a COM+ component programmatically? Pin
Boyd Campbell24-Jun-04 10:03
Boyd Campbell24-Jun-04 10:03 
GeneralRe: How do I FULLY unregister a COM+ component programmatically? Pin
Heath Stewart24-Jun-04 10:12
protectorHeath Stewart24-Jun-04 10:12 
Again, this still really belongs in the COM forum. Despite the fact your using C# to write this, your simply marshaling calls to COM and, of course, the functionality is defined natively. The interop assembly you've created for the catalog manager is nothing more than an RCW.

I think the trick is figuring out what put those registry settings there. How exactly was the COM+ server registered? I wouldn't imagine those are chaced settings because the key is called "SelfReg". If the COM+ server was installed with a Windows Installer package, then you should actually interop the MSI typelib (or just P/Invoke the functions you need) to remove the feature (or the whole package). MSI will clean-up all settings it put there (unless you have some transitive condition or permanent flag enabled).

If it's anything like that, I can personally help you, but if it's questions about the COMAdminCatalog and related classes this would be more appropriately asked in the COM forum.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: How do I FULLY unregister a COM+ component programmatically? Pin
Boyd Campbell24-Jun-04 10:32
Boyd Campbell24-Jun-04 10:32 
GeneralRe: How do I FULLY unregister a COM+ component programmatically? Pin
Heath Stewart24-Jun-04 11:19
protectorHeath Stewart24-Jun-04 11:19 
GeneralRe: How do I FULLY unregister a COM+ component programmatically? Pin
Boyd Campbell25-Jun-04 3:04
Boyd Campbell25-Jun-04 3:04 
GeneralRe: How do I FULLY unregister a COM+ component programmatically? Pin
Heath Stewart25-Jun-04 3:52
protectorHeath Stewart25-Jun-04 3:52 
GeneralThread restart Pin
elraton24-Jun-04 5:51
elraton24-Jun-04 5:51 
GeneralRe: Thread restart Pin
Jeremy Kimball24-Jun-04 6:15
Jeremy Kimball24-Jun-04 6:15 
GeneralRe: Thread restart Pin
Dave Kreskowiak24-Jun-04 7:08
mveDave Kreskowiak24-Jun-04 7:08 
GeneralRe: Thread restart Pin
elraton25-Jun-04 4:22
elraton25-Jun-04 4:22 
GeneralRe: Thread restart Pin
Dave Kreskowiak25-Jun-04 11:51
mveDave Kreskowiak25-Jun-04 11:51 
GeneralAbout password Pin
wk_vigorous24-Jun-04 5:12
wk_vigorous24-Jun-04 5:12 
GeneralRe: About password Pin
Colin Angus Mackay24-Jun-04 5:30
Colin Angus Mackay24-Jun-04 5:30 
GeneralRe: About password Pin
wk_vigorous25-Jun-04 0:37
wk_vigorous25-Jun-04 0:37 
GeneralRe: About password Pin
Colin Angus Mackay25-Jun-04 0:48
Colin Angus Mackay25-Jun-04 0:48 
GeneralRe: About password Pin
wk_vigorous25-Jun-04 2:00
wk_vigorous25-Jun-04 2:00 
GeneralRe: About password Pin
Heath Stewart24-Jun-04 5:41
protectorHeath Stewart24-Jun-04 5:41 
GeneralRe: About password Pin
wk_vigorous25-Jun-04 0:19
wk_vigorous25-Jun-04 0:19 
GeneralRe: About password Pin
Heath Stewart25-Jun-04 3:38
protectorHeath Stewart25-Jun-04 3:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.