Hi Guys,
I have installed a trial version of CRM 2011 for plugin development testing prior to going on a plugin development course for work.
I tried creating a simple plugin as shown at the following link. http://msdn.microsoft.com/en-us/library/gg594416.aspx
After registering the plugin and adding the step in the plugin registration tool I always get an error when trying to create an account in the CRM user interface:
Business Process Error: An error occurred. Contact your system administrator or refer to the Microsoft Dynamics CRM SDK troubleshooting guide.
The following Log file is produced.
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: An error occurred. Contact a system administrator or refer to the Microsoft Dynamics CRM SDK troubleshooting guide.Detail: <OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts"> <ErrorCode>-2147220891</ErrorCode> <ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic"> <KeyValuePairOfstringanyType> <d2p1:key>OperationStatus</d2p1:key> <d2p1:value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string">0</d2p1:value> </KeyValuePairOfstringanyType> </ErrorDetails> <Message>An error occurred. Contact a system administrator or refer to the Microsoft Dynamics CRM SDK troubleshooting guide.</Message> <Timestamp>2013-06-07T10:16:28.5624077Z</Timestamp> <InnerFault i:nil="true" /> <TraceText>
[ActivityFeeds.Plugins: ActivityFeeds.Plugins.ActivityClose] [7c8b79cf-93ce-e211-8a3d-3c4a92dbdc19: ActivityFeeds.Plugins.ActivityClose: Create of account]
</TraceText> </OrganizationServiceFault>
Now after a while of this occurring whatever tutorial I tried. I decided to try removing my plugin and just adding an account at which point I got the same error.
So basically I can't add an account to my trial of CRM...
Any Ideas why I can add an account?
How can I test things if the trial system doesn't work?
Regards,
Iain