Services.exe

M

Miguel

Due to the limitation of 32 processes on the ppc platform, I would like
to run my application not as a process but as a service. This means
that a "dll form" of my application would have to be linked to
services.exe.
Does anyone know this is possible and even how this could be done?


Miguel
 
P

Peter Foot [MVP]

You can't run a managed app within the services process, since hosting the
..NETCF runtime is not supported.

Peter
 

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