ReportBuilder.application error on my computer - but it works on localhost

We run SQL 2005 on the Win2K3 server and use SSRS. Here's the situation:

  • I can run Report Builder from localhost
  • My colleague can run Report Builder on her Vista computer.
  • Another employee can run Report Builder on their computer with XP SP3 (IE7)
  • I cannot run Report Builder on my computer with XP SP3 (IE7)

I was told that it could be anything: from an erroneous registry entry to a Group Policy problem. Here is what I tried:

  • Put the site in "trusted sites" with "low" security.
  • reinstall .NET
  • create a new local user account and try to start it

Results? Each time I get a dialog box: "The application cannot be started. Contact the application provider"

I click the details button and get the following:

PLATFORM VERSION INFO
 Windows    : 5.1.2600.196608 (Win32NT)
 Common Language Runtime  : 2.0.50727.3607
 System.Deployment.dll   : 2.0.50727.3053 (netfxsp.050727-3000)
 mscorwks.dll    : 2.0.50727.3607 (GDR.050727-3600)
 dfdll.dll    : 2.0.50727.3053 (netfxsp.050727-3000)
 dfshim.dll    : 2.0.50727.3053 (netfxsp.050727-3000)

SOURCES
 Deployment url   : http://www.example.com/ReportServer/ReportBuilder/ReportBuilder.application
      Server  : Microsoft-IIS/6.0
      X-Powered-By : ASP.NET
      X-AspNet-Version: 2.0.50727

IDENTITIES
 Deployment Identity  : ReportBuilder.application, Version=9.0.3042.0, Culture=neutral, PublicKeyToken=c3bce3770c238a49, processorArchitecture=msil

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 http://www.example.com/ReportServer/ReportBuilder/ReportBuilder.application resulted in exception. Following failure messages were detected:
  + Value does not fall within the expected range.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
 No transaction error was detected.

WARNINGS
 There were no warnings during this operation.

OPERATION PROGRESS STATUS
 * [4/7/2010 2:53:57 PM] : Activation of http://www.example.com/ReportServer/ReportBuilder/ReportBuilder.application has started.
 * [4/7/2010 2:53:58 PM] : Processing of deployment manifest has successfully completed.

ERROR DETAILS
 Following errors were detected during this operation.
 * [4/7/2010 2:53:58 PM] System.ArgumentException
  - Value does not fall within the expected range.
  - Source: System.Deployment
  - Stack trace:
   at System.Deployment.Application.NativeMethods.CorLaunchApplication(UInt32 hostType, String applicationFullName, Int32 manifestPathsCount, String[] manifestPaths, Int32 activationDataCount, String[] activationData, PROCESS_INFORMATION processInformation)
   at System.Deployment.Application.ComponentStore.ActivateApplication(DefinitionAppId appId, String activationParameter, Boolean useActivationParameter)
   at System.Deployment.Application.SubscriptionStore.ActivateApplication(DefinitionAppId appId, String activationParameter, Boolean useActivationParameter)
   at System.Deployment.Application.ApplicationActivator.Activate(DefinitionAppId appId, AssemblyManifest appManifest, String activationParameter, Boolean useActivationParameter)
   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
 * Transaction at [4/7/2010 2:53:58 PM]
  + System.Deployment.Internal.Isolation.StoreOperationSetDeploymentMetadata
   - Status: Set
   - HRESULT: 0x0
  + System.Deployment.Internal.Isolation.StoreTransactionOperationType (27)
   - HRESULT: 0x0

I am really at a loss. I am sure that there is something on my PC that prevents the application from starting, but I just don’t know what. Google didn’t help much, because most of the problems are related to the server configuration (which I know correctly, since it works on other PCs)

Help me, Kenobi Overflow, you are my only hope.

+3
source share
1 answer

Since you asked so long ago, most likely you no longer need it. I hope you find the answer, and not because you just left.

. , : ClickOnce , URL-, , .

, , URL- .

, SQL Server Reporting Services Report Builder 3.0 " ", , Report Manager link ( localhost), .

ClickOnce (source):

Windows Vista:

  • <user>\AppData\Local\Apps
  • 2.0

Pre-:

  • ...\Documents and Settings\<user>\Local Settings\Apps
  • 2.0
+8

Source: https://habr.com/ru/post/1740215/


All Articles