SQL ReportBuilder_3_0_0_0 Application cannot be Started.

I've downloaded report building from teh SQL Server Reporting Services page. When I attempt to run the application, I get an error message. 

Application cannot be Started. Contact the application vendor.

Under details, I get the following:

PLATFORM VERSION INFO
Windows : 6.2.9200.0 (Win32NT)
Common Language Runtime : 4.0.30319.34003
System.Deployment.dll : 4.0.30319.33440 built by: FX45W81RTMREL
clr.dll : 4.0.30319.34003 built by: FX45W81RTMGDR
dfdll.dll : 4.0.30319.33440 built by: FX45W81RTMREL
dfshim.dll : 6.3.9600.16384 (winblue_rtm.130821-1623)

SOURCES
Deployment url : file:///C:/Users/Administrator/Desktop/ReportBuilder_3_0_0_0.application

IDENTITIES
Deployment Identity : ReportBuilder_3_0_0_0.application, Version=12.0.2000.8, Culture=neutral, PublicKeyToken=c3bce3770c238a49, processorArchitecture=x86

APPLICATION SUMMARY
* Online only application.
* Trust url parameter is set.
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of C:\Users\Administrator\Desktop\ReportBuilder_3_0_0_0.application resulted in exception. Following failure messages were detected:
+ Deployment and application do not have matching security zones.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [9/4/2015 3:02:53 PM] : Activation of C:\Users\Administrator\Desktop\ReportBuilder_3_0_0_0.application has started.
* [9/4/2015 3:02:54 PM] : Processing of deployment manifest has successfully completed.
* [9/4/2015 3:02:54 PM] : Installation of the application has started.

ERROR DETAILS
Following errors were detected during this operation.
* [9/4/2015 3:02:54 PM] System.Deployment.Application.InvalidDeploymentException (Zone)
- Deployment and application do not have matching security zones.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri& appSourceUri, String& appManifestPath)
at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, Uri& appSourceUri, String& appManifestPath)
at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.

September 4th, 2015 5:09pm

reasons for this issue and here explains how to fix each of those by doing some simple steps. Normally this issue happens when you try to install a application using OneClick method that support by .NET framework.  


  • Before publish your application make sure to go to project properties->"Security tab" and select "This is fully trusted application"
  • And go to project properties->"Publish tab" and select "This application available offline as well".
  • And make sure to at-least sign your application by test certification.

1. Corruption of previous installation file: 
If you install same application previously in the same computer, remaining file or signatures may troubling you
Solution: Uninstall all the previous versions and try to install the application again.

2. Corruption of oneClick cache:
If you try to install this application several time or if it fails one time or because of other application cache this error trigger at the situation.
Solution: Clear the oneClick cache and try to install the application again. Here is the way to clear oneClick cache
From command line run:    rundll32 dfshim CleanOnlineAppCache
If it doesnt work, delete the real folder:
Windows Vista/7/8
C:\users\[username]\AppData\Local\Apps\2.0\
Windows XP/2003
C:\Documents and Settings\username\LocalSettings\Apps\2.0\

3. Corruption or missing of setup files:
Solution: Download the release files from originally hosted location and try to install it again.

4. If user click on a URL and select Run method to install the application:
Solution: Use Internet Explorer, If you are directly install from an URL.  Add setup file hosted domain name to Trusted sites in Internet Explorer.

5. Antivirus program blocking setup files:
Solution: Disable if any the antivirus program install in your computer temporary and try to install the application.  

6. Corruption of the registry:
Solution: Use Some trusted third party tool (CCleaner) to clean the registry and try to
Free Windows Admin Tool Kit Click here and download it now
September 4th, 2015 10:57pm

Hi,

According to your description, you cannot open Report Builder 3.0 on Report Manager, right? 

In Reporting Services, this error Application cannot be started. Contact application vendor occurs when the application cannot be started or found.  For solving your issue, please refer to the following steps: 

  1. Check if the Report Builder is under C:\Program Files\Microsoft SQL Server\MSRS12.InstanceName\Reporting Services\ReportServer\ReportBuilder. 
  2. If the Report Builder exists, please open a browser and visit the following url: 
    http://server/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application
  3. If Report Builder could be opened directly, please open SSMS and connect Server type "Reporting Services", Server name. Right Click the Server Name in Object Explorer and pick Properties. Under Advanced setting in the Reports section set the ReportBuilderLaunchURL tohttp://server/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application 
  4. Create a Web.config file in the C:\Program Files\Microsoft SQL Server\MSRS12.instancename\Reporting Services\ReportServer\ReportBuilder folder containing the following
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
    <compilation tempDirectory="C:\Program Files\Microsoft SQL Server\MSRS12.instancename\Reporting Services\RSTempFiles\"/>
    </system.web>
    </configuration>

September 5th, 2015 5:41am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics