EDIT:It seems that the update 7.5.2 was pulled because it was a broken update. Upon rolling back everything seems to work just fine.
Hoping that 7.5.2 comes with the missing VisualCronServer DLL.
I am trying to get the test client to work so I can learn how to use the API in my own project but I am having some issues.
My server version is
7.5.2;
When I first start the TestClient project it complains about the app.Config missing. I deleted that and then it complains about three API DLLs missing.
I am only able to find 2 of the DLLs "VisualCron.dll" and "VisualCronAPI.dll" but I can not locate "VisualCron - Server". So I commented out all code that references the server DLL. I can then start the project, upon entering my servers IP address, my username, password and then clicking connect I get:
Inner Exception{"Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)":"Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"}
Stack Trace:Server stack trace:
at System.ServiceModel.Channels.CommunicationObject.OnOpened()
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open()
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at System.ServiceModel.ICommunicationObject.Open()
at CommClientShared.Classes.WCFClientConnection.Initialize(Uri address, ServiceType type)
at CommClientCore.Classes.CommClient.Connect(Type type, Uri address, ServiceType serviceType)
at CommClientCore.Classes.CommClient.Connect[T](Uri address, ServiceType serviceType)
Edited by user
2015-01-21T15:37:13Z
|
Reason: Not specified