After update rollup 3 and try to run crmsvcutil(with params) or trying call XRMServices/2011/Organization.svc or do something in crm - i got error.
The HttpContext current user should always be set and the identity should always be a CRM identity in GetCrmIdentityFromCurrentContext
System.ServiceModel.FaultException`1
HResult=-2146233087
Message=The HttpContext current user should always be set and the identity should always be a CRM identity in GetCrmIdentityFromCurrentContext
Source=mscorlib
Action=schemas.microsoft.com/.../RetrieveMultipleOrganizationServiceFaultFault
StackTrace:
Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
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 Microsoft.Xrm.Sdk.IOrganizationService.RetrieveMultiple(QueryBase query)
at Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.RetrieveMultipleCore(QueryBase query)
at Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.RetrieveMultiple(QueryBase query)
at GIS2CRMService.Classes.Task.runjobUpdateUserCoordinate() in c:\TFS\Rusnano\ГИС. Мониторинг и управление проектами\GIS2CRMService\GIS2CRMService\Classes\Task.cs:line 271
at GIS2CRMService.Classes.Task.runjob() in c:\TFS\Rusnano\ГИС. Мониторинг и управление проектами\GIS2CRMService\GIS2CRMService\Classes\Task.cs:line 81
at GIS2CRMService.Classes.Task.timer_Elapsed(Object sender, ElapsedEventArgs e) in c:\TFS\Rusnano\ГИС. Мониторинг и управление проектами\GIS2CRMService\GIS2CRMService\Classes\Task.cs:line 76
at System.Timers.Timer.MyTimerCallback(Object state)
InnerException: