We are using MIP SDK 2016 R3.
We try to run some of sample projects from [C:\Program](file:C:/Program) file\MileStone\MIPSDK\ComponentSamples but all has same error message “Check server Address”, even, Our server is on and running .we are using port: 7563
We are providing below information on login form:
Server address: http://IP address
Authentication: Basic Authentication
username: *******
Password: *******
We also try to edit code to call IsServerConnected by passing “uri”:
uri: http://IP address
if(VideoOS.Platform.SDK.Environment.IsServerConnected(uri) == false), it always return false.
Could you please advice what we are doing wrong here, which causing this error?