Hi.. So I  managed to reach the 3rd naming service example and when i run the server I get the output<br><b><br>Service required is invalid [does not exist]</b><br><br>I wonder why i am getting that .. here is the value i inserted in the server code eg3_impl<br>
obj = orb-&gt;resolve_initial_references(&quot;corbaname::Joes-PC&quot;);<br>
<br>Why did i insert Joes-PC ? because in regedit here is the registry entry<br><br>Value name:<br>1<br>Value data<br>NameService=corbaname::Joes-PC<br><br>How do i know the naming service is running ?? is there a way to determine if the service is active ??<br>
<br>