As part of deployment process, I am starting an .net remoting windows forms application through the Cruisecontrol.Net (version 1.4.4) and getting insufficient memory exception while calling a document generation process. However, I am not getting the error if I run the windows forms application directly after logging into the server.
Has anyone faced this peculiar problem with cruise control / does cruise contol enforce any particular memory constraint on the executable launched from within its process space.
Do you still get the exception when you run CruiseControl.Net from the command line (i.e. as the current user, not LocalService)?
The OutOfMemoryException may be a red herring, maybe the application is missing write access to a location it needs?