Dear All,
I am new to Microsoft Dynamics CRM and on this blog also. I need your help on installing profiler for SDK. I am using Microsoft Dynamics CRM online trial version and able to register plug-ins using SDK 2011 and SDK 2013 both. But when I try to install profiler in both SDK then it says "unable to install the profiler" and message in error text file is "You can only import solutions with a package version of 7.0 or earlier into this organization. Also, you can't import any solutions into this organization that were exported from Microsoft Dynamics CRM 2011 or earlier".
Below is the complete message:
Unhandled Exception: System.InvalidOperationException: Unable to import the solution for the Plug-in Profiler.
at PluginProfiler.Library.ProfilerManagementUtility.RetrieveOrCreateProfilerPluginType(IOrganizationService service)
at Microsoft.Crm.Tools.PluginRegistration.OrganizationHelper.InstallProfiler(CrmOrganization org)
at Microsoft.Crm.Tools.PluginRegistration.OrganizationControl.toolProfilerInstall_Click(Object sender, EventArgs e)
Inner Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: You can only import solutions with a package version of 7.0 or earlier into this organization. Also, you can't import any solutions into this organization that were exported from Microsoft Dynamics CRM 2011 or earlier.
Detail: <OrganizationServiceFault xmlns="http://schemas.microsoft.com/xrm/2011/Contracts" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ErrorCode>-2147188632</ErrorCode>
<ErrorDetails xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<KeyValuePairOfstringanyType>
<a:key>0</a:key>
<a:value i:type="b:string" xmlns:b="http://www.w3.org/2001/XMLSchema">7.0</a:value>
</KeyValuePairOfstringanyType>
</ErrorDetails>
<Message>You can only import solutions with a package version of 7.0 or earlier into this organization. Also, you can't import any solutions into this organization that were exported from Microsoft Dynamics CRM 2011 or earlier.</Message>
<Timestamp>2014-12-10T10:53:37.375193Z</Timestamp>
<InnerFault>
<ErrorCode>-2147188632</ErrorCode>
<ErrorDetails xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>You can only import solutions with a package version of 7.0 or earlier into this organization. Also, you can't import any solutions into this organization that were exported from Microsoft Dynamics CRM 2011 or earlier.</Message>
<Timestamp>2014-12-10T10:53:37.375193Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</InnerFault>
<TraceText i:nil="true" />
</OrganizationServiceFault>
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.Execute(OrganizationRequest request)
at Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.ExecuteCore(OrganizationRequest request)
at PluginProfiler.Library.ProfilerManagementUtility.RetrieveOrCreateProfilerPluginType(IOrganizationService service)
If anyone can help me on this by explaining in detail that would be great.
Waiting for your response.
Santosh