Services.exe

  • Thread starter Thread starter Miguel
  • Start date Start date
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
 
You can't run a managed app within the services process, since hosting the
..NETCF runtime is not supported.

Peter
 
Back
Top