Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Stop firewall for NetworkVariableBufferedSubscriber?

Private Sub frmMain_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

        subscriberInfo = New NetworkVariableBufferedSubscriber(Of Double())(NetworkVariableLocationofinfo)

        AddHandler subscriberInfo.PropertyChanged, AddressOf HandleSubscriberPropertyChangedinfo

        subscriberInfo.Connect()

       'My code...

End Sub

 

If I run the client program in remote computer, it fails to connect to server. However, it works well if I stop the windows firewall of server.

Do I have to stop the windows firewall to use the network variable? Or what ports should I open?

 

 

0 Kudos
Message 1 of 1
(2,782 Views)