When Installing the CRM 2011 Report Authoring Extensions I get this error:
12:36:31| Info| Installer Start: BidsExtensionsInstaller.Install: operation Install
12:36:31| Info| Executing Install action: Microsoft.Crm.Setup.BidsExtensions.InstallRequiredSystemComponents
12:36:31| Info| CrmAction execution time; InstallRequiredSystemComponents; 00:00:00
12:36:31| Info| Executing Install action: Microsoft.Crm.Setup.BidsExtensions.RegisterDataExtensionAction
12:36:31| Info| Adding extension MSCRMFETCH to Report Designer config file c:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\RSReportDesigner.config
12:36:31| Info| CrmAction execution time; RegisterDataExtensionAction; 00:00:00
12:36:31| Info| Executing Install action: Microsoft.Crm.Setup.BidsExtensions.GrantAssemblyCodeGroupAccessAction
12:36:31| Error| System.Exception: Action Microsoft.Crm.Setup.BidsExtensions.GrantAssemblyCodeGroupAccessAction failed. ---> System.Xml.XmlException: An error occurred while parsing EntityName. Line 55, position 154.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.HandleEntityReference(Boolean isInAttributeValue, EntityExpandType expandType, Int32& charRefEndPos)
at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at Microsoft.Crm.SharedUtil.CreateXmlDocument(XmlReader reader)
at Microsoft.Crm.SharedUtil.CreateXmlDocument(Stream input)
at Microsoft.Crm.SharedUtil.LoadXmlDocumentFromFile(String fileName)
at Microsoft.Crm.Setup.BidsExtensions.GrantAssemblyCodeGroupAccessAction.GrantAssemblyCodeGroupAccess(BusinessIntelligenceVisualStudioInfo info)
at Microsoft.Crm.Setup.BidsExtensions.GrantAssemblyCodeGroupAccessAction.Do(IDictionary parameters)
at Microsoft.Crm.Setup.Common.CrmAction.ExecuteAction(CrmAction action, IDictionary parameters, Boolean undo)
--- End of inner exception stack trace ---, Error, RetryCancel, Option1
I can ignore it and continue with the install, but I am wondering if this will cause me any problems using the extension in the future? It appears I can use FETCH_XML in my datasets and run the query designer without error, so to that extent the extension
install seems to have succeeded. I am running the install as administrator of the machine.