is there are any tutorials of how to create dss nodes without starting dssenvironment in current process and starting directly dsshost from command prompt? i see CreateInNewProcess method but cant understand how to use it. it throws error "cannot find the
file specified" when i write this code:
node = DssNode.CreateInNewProcess(50000, 50001, "/", "TestService.manifest.xml", "/");
Sorry of my bad english)