in order to get our calendar function fixed, we loaded the latest version, 11.1.
Unfortuantely, we have found that it crashes. Event viewer shows an Automate application error like so:
System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT)) (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.Runtime.InteropServices.COMException: The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
at AutoMate.Communications.Server.AMTS.IAMTS.GetEvents(GetEventsRequestMessage Request, AMTSSession theSession)
at AutoMate.Communications.Server.AMTS.AMTSWCFServer.GetEvents(GetEventsRequestMessage Request)
at SyncInvokeGetEvents(Object , Object[] , Object[] )
at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)).