Archived

This forum has been archived. Please start a new discussion on GitHub.

IceGrid/ IceBox with c#

I have some problems configuring a C# server for use with IceGrid along with IceBox-based nodes.

Could you post an example deployment descriptor for such environments? For example, I ask myself what to specify in the icebox 'exe' attribute and in the service 'entry' attribute.

thanks!

Stephan

Comments

  • benoit
    benoit Rennes, France
    Hello Stephan,

    The exe attribute should contain the path of the IceBox for C# executable ("iceboxnet.exe" located in C:\Ice-3.0.0\bin). The service entry point format is explained in the Ice manual, section 41.4.4.

    I'm attaching a sample descriptor that should allow you to deploy the C# demo service from the IceBox hello demo (located in C:\Ice-3.0.0\democs\IceBox\hello).

    Cheers,
    Benoit.