Re: com in service

Tech-Archive recommends: Fix windows errors by optimizing your registry



To add to Brian's reply, just make sure the COM object is not
serviced from an out-of-proc server configured to run as the
interative user since that will fail.

--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@xxxxxxxx
MVP VC FAQ: http://vcfaq.mvps.org
=====================================

"Brian Muth" <bmuth@xxxxxxxx> wrote in message
news:eAcV6XiIIHA.4684@xxxxxxxxxxxxxxxxxxxxxxx

"Alex" <Alex@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EB1A937D-6270-44D2-AAF0-5CFC199CBDA2@xxxxxxxxxxxxxxxx
Hi all,

Can windows service use ATL COM components (simple object) in log-off
mode?

What is "log-off mode"?

A windows service can certainly use an ATL COM object if there is no user
logged on, if that is what you mean.

Brian



.