11-18-2009 02:48 PM
11-19-2009 04:26 PM
Hi sachsm,
How are you setting the Service Name of your app?
11-19-2009 05:00 PM
I am trying to use the srvr.ServiceName Property. I am thinking that my problem may stem from the application refnum that has this property.
From the development environment this is the main app refnum but from a exe built from a project I am getting the app refnum by using the vi
property called OwningApp. But unfortunately this does not seem to work and I do not know why. The only technique so far to work is to
use the create tcpip listener function. This registers any ServiceName you give it and it also works inside an exe. The only problem is that I do not
really want to create such a listener. I only want to have each exe instance (Yes I am planning on having 3 or 4 instances of the same exe running on a single machine) to be able to have its own viserver ServiceName.
11-20-2009 01:49 PM