Hey guys,
I have been having this problem with a plugin for a few days now. It worked at one point, then I re-registered it and it stopped. When I try and run ICrmService.Update on an entity I have edited, it throws this error:
Server was unable to process request.
Stack Trace:
Microsoft.Crm.Extensibility.SdkTypeProxyCrmServiceWrapper.InternalInvoke(MethodInfo methodInfo, Object[] parameters) at
Microsoft.Crm.Extensibility.SdkTypeProxyCrmServiceWrapper.Update(BusinessEntity entity) at
Plugin.Execute(IPluginExecutionContext context)
This is really quite annoying considering the same code was working just hours before. I also debugged to the point of calling Update and all of the proper values are there and everything seems to be of the correct type. Thanks.
*This post is locked for comments
I have the same question (0)