COM+ question

N

Niko

I have a very simple serviced component, which is installed under com+
application, but when I go in Component services (status) to watch my
com+ in action I don’t see any information that my object vas activated,
pooled …
Usually I can see that when I work with com object written in old
fashion c++ way!

Why is that?
 
W

Willy Denoyette [MVP]

Niko said:
I have a very simple serviced component, which is installed under com+
application, but when I go in Component services (status) to watch my com+
in action I don’t see any information that my object vas activated,
pooled …
Usually I can see that when I work with com object written in old fashion
c++ way!

Why is that?

Because you didn't enable "track events and statistics" (use dcomcnfg and
check : activation properties of you component).
You can enable this in code by setting the [EventTrackingEnabled(true)]
class attribute.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top