the IceBox servicedManager

in Help Center
Hi
test the iceBox demo:
input:icebox --Ice.Config=config.icebox
error:ServicedManager:unable to load entry point 'HelloService:creat'
input:ice --start Helloserved
error service start pending.
service failed to start.
Current specific exit code:1
Check point:0
Wait hint:0
How can I do to run the demo?
test the iceBox demo:
input:icebox --Ice.Config=config.icebox
error:ServicedManager:unable to load entry point 'HelloService:creat'
input:ice --start Helloserved
error service start pending.
service failed to start.
Current specific exit code:1
Check point:0
Wait hint:0
How can I do to run the demo?
0
Comments
Did you compile the demo with the debug or release configuration? If you built it with the debug configuration there should be a file named "helloserviced.dll" in the demo\IceBox\hello directory whereas if you built it with the release configuration it should be named "helloservice.dll"
If you compiled the demo with the debug configuration you need to use iceboxd.exe:
If you built it with the release configuration, you need to use icebox.exe:
See also the demo\IceBox\hello\README file for more information.
Cheers,
Benoit.