Hi All,
I am using the latest plugin registration tool to install profiler for debugging a workflow in CRM 2011.
But when i tried to install profiler i am getting the below error
Unhandled Exception: System.InvalidOperationException: Unable to import the solution for the Plug-in Profiler.
bei PluginProfiler.Library.ProfilerManagementUtility.RetrieveOrCreateProfilerPluginType(CrmServiceClient service)
bei Microsoft.Crm.Tools.Libraries.OrganizationHelper.InstallProfiler(CrmOrganization org)
bei Microsoft.Crm.Tools.PluginRegistration.OrganizationControlViewModel.<>c__DisplayClass27.<InstallProfiler_Clicked>b__1f(Object o, DoWorkEventArgs e)
Inner Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: The import file is invalid. XSD validation failed with the following error: 'Das SolutionPackageVersion-Attribut wurde nicht deklariert.'. The validation failed at: '...<?xml version="1.0" encoding="utf-8"?><ImportExportXml version="5.0.9690.2538" <<<<<ERROR LOCATION>>>>> SolutionPackageVersion="6.0" languagecode="1033" generatedBy="OnPremise" xmlns:xsi="www.w3.org/.../XMLSchema-instance"><SolutionManifest><UniqueName>PluginProfiler</UniqueName><LocalizedNames><LocalizedName description="Plug-in Profiler" languagecode="1033" /></LocalizedNames><Descriptions /><Version>2.0.0.0</Version><Managed>1</Managed><Publisher><UniqueName>mbs</UniqueName><LocalizedNames><LocalizedName description="CRM Developer Tools" languagecode="1033" /></LocalizedNames><Descriptions /><EMailAddress xsi:nil="true"></EMailAddress><SupportingWebsiteUrl xsi:nil="true"></SupportingWebsiteUrl><CustomizationPrefix>mbs</CustomizationPrefix><CustomizationOptionValuePrefix>86434</CustomizationOptionValuePrefix><Addresses><Address><AddressNumber>1</AddressNumber><AddressTypeCode>1</AddressTypeCode><City xsi:nil="true"></City><County xsi:nil="true"></County><Country xsi:nil="true"></Country><Fax xsi:nil="true"></Fax><FreightTermsCode xsi:nil="true"></FreightTermsCode><ImportSequenc...'."
Detail: <OrganizationServiceFault xmlns="schemas.microsoft.com/.../Contracts" xmlns:i="www.w3.org/.../XMLSchema-instance">
<ErrorCode>-2147188710</ErrorCode>
<ErrorDetails xmlns:a="schemas.datacontract.org/.../System.Collections.Generic">
<KeyValuePairOfstringanyType>
<a:key>0</a:key>
<a:value i:type="b:string" xmlns:b="www.w3.org/.../XMLSchema">The SolutionPackageVersion-Attribute has not been declared.</a:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<a:key>1</a:key>
<a:value i:type="b:string" xmlns:b="www.w3.org/.../XMLSchema"><?xml version="1.0" encoding="utf-8"?><ImportExportXml version="5.0.9690.2538" </a:value>
</KeyValuePairOfstringanyType>
<KeyValuePairOfstringanyType>
<a:key>2</a:key>
Any ideas?
Thanks,
Abhilash.
*This post is locked for comments