COM+ in C#

Hi,
I have a COM+ component created using C#. Is it possible to have a function in the component that returns the GUID and interface id?
Thanks
Usha
[175 byte] By [usharadha] at [2007-11-18 19:27:30]
# 1 Re: COM+ in C#
Yes. Simply make a public property that returns the information.
TheCPUWizard at 2007-11-9 1:37:52 >
# 2 Re: COM+ in C#
Hi

Thanks for the reply, but actually I wanted to know how to find out the GUID and interface id. Sorry I didn't put my question properly

Usha
usharadha at 2007-11-9 1:38:52 >
# 3 Re: COM+ in C#
Slightly confused.

If you wrote the component and assigned it a GUID why dont you know it :confused:

Also are you clear on the difference between COM and COM+. The two are really quite un-related in many ways....
TheCPUWizard at 2007-11-9 1:39:53 >
# 4 Re: COM+ in C#
Hi,

Thanks for the reply.

I have created a COM+ component without explicitly assigning a GUID and I have seen in the Components and Services interface a Classid and application id being assigned automatically for every COM+ component created. Now my doubt is can I get this classid or application id whatsoever in my component.

Usha
usharadha at 2007-11-9 1:40:59 >