Hi there,

As part of my msbuild project, there are some tasks need to call a 3D
tool which opens and converts files listed in a script passed to it.

Now I'm trying to trigger this task by ccnet 1.6.7981.1, and it failed
because "GetConsoleWindow() returned NULL".
I've tried to run ccnet console application instead of running it as a
windows service, it still couldn't get the window handle.
To call msbuild in <msbuild task> or to call it via batch file in
<executable task> won't make the result any different.

Is there something special about the execution environment setting
could help me on this case?

BR
Bryan

Reply via email to