Hi,
If I run a server in console mode, it works fine.
However, if I compile the server in .dll mode, and add the necessary start/stop classes as per the demo in "Ice-3.4.1-demos\democs\IceBox\hello", it gives the following cryptic crossword error. How would I even begin to diagnose the cause of this error?
My environment:Code:T:\GRIbacktest\Cs\WCF service for GRI\PhiData\PhiData.Ivolatility>iceboxnet.exe --Ice.Config=config.icebox !! 3/8/2011 16:14:48:904 iceboxnet.exe: error: IceBox.FailureException reason = "ServiceManager: unable to load service 'serverReadDb.dll:PhiDataIvolatilityReadDbServiceI': unable to load assembly: serverReadDb.dll" at IceBox.ServiceManagerI.startService(String service, String entryPoint, String[] args) at IceBox.ServiceManagerI.run() Caused by: System.IO.FileNotFoundException: Could not load file or assembly 'serverReadDb.dll' or one of its dependencies. The system cannot find the file sp ecified. at IceBox.ServiceManagerI.startService(String service, String entryPoint, String[] args)
- v3.4.1 of ICE
- Windows 7 x64
- The "hello" demo, mentioned above, works fine (so paths are set up properly).

Reply With Quote

