Hi,

I have build few diferent applications in vb. All applications are using com components. Those components are packaged in COM+ packages and used in VB. Most of them (all but one) work fine. On one I have a memory leak that show in dllhost (the memory used by a particular dllhost it is increasing all the time).
My question is retated to what is runing in dllhost, and how can i trace / monitor which component (dll) is running in that dllhost.
If I guess corectly, in an dllhost will run all instances of objects build from an COM+ package. If I have 10 dll's installed in Package A in COM+, all the objects instantiated from any of those 10 dll's will run in one dllhost?

Thank you,

Sorin