From: Matt Taylor on 28 Feb 2005 02:47 My app calls CreateProcess() and gets back the error code ERROR_SXS_CANT_GEN_ACTCTX. It appears that CSRSS is failing the process create with error STATUS_SXS_CANT_GEN_ACTCTX. I have no idea why this is failing, but I need to work around it, and I don't need SxS. Is there a way to disable SxS for a specific app? If not, if squelch the error and let CreateProcess continue as normal, is my application going to explode? -Matt
|
Pages: 1 Prev: Developing 64-bit "x86 confilcts with amd64" error Next: Shared Memory Example |