I am unable to download report builder on client's browser. Its showing following error screen and error log.
Error Screen
Can Not Start Application: "Cannot continue. The application is improperly formatted. Contact the application vendor for assistant."
Error Details
PLATFORM VERSION INFO
Windows
: 6.3.9600.0 (Win32NT)
Common Language Runtime
: 4.0.30319.42000
System.Deployment.dll
: 4.7.3062.0 built by: NET472REL1
clr.dll
: 4.7.3062.0 built by: NET472REL1
dfdll.dll
: 4.7.3062.0 built by: NET472REL1
dfshim.dll
: 6.3.9600.16384 (winblue_rtm.130821-1623)
SOURCES
Deployment url
: https://xxx/ARIRS/ReportBuilder/ReportBuilder_3_0_0_0.application?/Reports/Masters/LIST_SYS_ADMIN_CITY&rs:embed=true
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of https://xxxx/ARIRS/ReportBuilder/ReportBuilder_3_0_0_0.application?/Reports/Masters/LIST_SYS_ADMIN_CITY&rs:embed=true resulted in exception. Following failure messages were detected:
+ Exception reading manifest from https://xxxx/ARIRS/Pages/ReportViewer.aspx?/Reports/Masters/LIST_SYS_ADMIN_CITY&rs:embed=true: the manifest may not be valid or the file could not be opened.
+ DTD is prohibited in this XML document.
COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.
WARNINGS
There were no warnings during this operation.
OPERATION PROGRESS STATUS
* [29/04/2019 10:12:16 AM] : Activation of https://xxxx/ARIRS/ReportBuilder/ReportBuilder_3_0_0_0.application?/Reports/Masters/LIST_SYS_ADMIN_CITY&rs:embed=true has started.
ERROR DETAILS
Following errors were detected during this operation.
* [29/04/2019 10:12:26 AM] System.Deployment.Application.InvalidDeploymentException (ManifestParse)
- Exception reading manifest from https://xxxx/ARIRS/Pages/ReportViewer.aspx?/Reports/Masters/LIST_SYS_ADMIN_CITY&rs:embed=true: the manifest may not be valid or the file could not be opened.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.ManifestReader.FromDocument(String localPath, ManifestType manifestType, Uri sourceUri)
at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirectBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification,
DownloadOptions options, ServerInformation& serverInformation)
at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification,
DownloadOptions options)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String&
errorPageUrl, Uri& deploymentUri)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings,
String& errorPageUrl)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings,
String& errorPageUrl)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
--- Inner Exception ---
System.Xml.XmlException
- DTD is prohibited in this XML document.
- Source: System.Xml
- Stack trace:
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ParseDoctypeDecl()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Deployment.Application.ManifestValidatingReader.XmlFilteredReader.Read()
at System.Xml.XsdValidatingReader.Read()
at System.Deployment.Application.ManifestReader.FromDocument(String localPath, ManifestType manifestType, Uri sourceUri)
COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
SQL Server 2017 Standard Edition installed on Azure VM. SQL Server 2016 Report Builder also installed on Azure VM. Report display working perfectly with
SSRS Report URL. I have checked on both link http & https its giving same error while downloading builder at client's browser. Also i have implemented Microsoft.Samples.ReportingServices.AnonymousSecurity. I am using google chrome browser at client where
i have installed "ClickOnce for Google Chrome".
Please help if anyone have any idea.
Thanks