Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
[]
MSIL
PLATFORM VERSION INFO
    Windows             : 5.2.3790.131072 (Win32NT)
    Common Language Runtime     : 2.0.50727.3053
    System.Deployment.dll       : 2.0.50727.3053 (netfxsp.050727-3000)
    mscorwks.dll            : 2.0.50727.3053 (netfxsp.050727-3000)
    dfshim.dll          : 2.0.50727.3053 (netfxsp.050727-3000)

SOURCES
    Deployment url          : file:///C:/Documents%20and%20Settings/zscheepers-a/Desktop/RCMTool/XstrataStrategyBrowserApplication.xbap
    Application url         : file:///C:/Documents%20and%20Settings/zscheepers-a/Desktop/RCMTool/Application%20Files/XstrataStrategyBrowserApplication_1_0_0_14/XstrataStrategyBrowserApplication.exe.manifest

IDENTITIES
    Deployment Identity     : XstrataStrategyBrowserApplication.xbap, Version=1.0.0.14, Culture=neutral, PublicKeyToken=cc644b6218c67657, processorArchitecture=msil
    Application Identity        : XstrataStrategyBrowserApplication.exe, Version=1.0.0.14, Culture=neutral, PublicKeyToken=cc644b6218c67657, processorArchitecture=msil, type=win32

APPLICATION SUMMARY
    * Online only application.
    * Browser-hosted application.

ERROR SUMMARY
    Below is a summary of the errors, details of these errors are listed later in the log.
    * An exception occurred while determining platform requirements. Following failure messages were detected:
        + Unable to install or run the application. The application requires that assembly CrystalDecisions.Data.AdoDotNetInterop Version 10.5.3700.0 be installed in the Global Assembly Cache (GAC) first.
    * An exception occurred while downloading the application. Following failure messages were detected:
        + The DeterminePlatformRequirements method failed. The application cannot be committed.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
    No transaction error was detected.

WARNINGS
    There were no warnings during this operation.

OPERATION PROGRESS STATUS
    No phase information is available.

ERROR DETAILS
    Following errors were detected during this operation.
    * [02/03/2010 20:15:39] System.Deployment.Application.DependentPlatformMissingException (Unknown subtype)
        - Unable to install or run the application. The application requires that assembly CrystalDecisions.Data.AdoDotNetInterop Version 10.5.3700.0 be installed in the Global Assembly Cache (GAC) first.
        - Source: System.Deployment
        - Stack trace:
            at System.Deployment.Application.PlatformDetector.VerifyPlatformDependencies(AssemblyManifest appManifest, Uri deploySupportUri, String tempDir)
            at System.Deployment.Application.DeploymentManager.DeterminePlatformRequirementsCore(Boolean blocking)
            at System.Deployment.Application.DeploymentManager.DeterminePlatformRequirements()
            at System.Deployment.Application.InPlaceHostingManager.AssertApplicationRequirements(Boolean grantApplicationTrust)
            at System.Deployment.Application.InPlaceHostingManager.AssertApplicationRequirements()
            at MS.Internal.AppModel.XappLauncherApp.AssertApplicationRequirementsAsync(Object unused)
    * [02/03/2010 20:15:39] System.Deployment.Application.DeploymentException (Unknown subtype)
        - The DeterminePlatformRequirements method failed. The application cannot be committed.
        - Source: System.Deployment
        - Stack trace:
            at System.Deployment.Application.DeploymentManager.WaitForAssertApplicationRequirements()
            at System.Deployment.Application.DeploymentManager.SynchronizeCore(Boolean blocking)
            at System.Deployment.Application.DeploymentManager.SynchronizeAsyncWorker()

COMPONENT STORE TRANSACTION DETAILS
    No transaction information is available.
Posted

1 solution

I'm assuming you want to know how to fix this problem, as you don't seem to ask a question.

Have you checked you have Crystal Reports (or a suitable runtime if one is available) installed, and that it is the correct version? This seems the simplest solution to a missing Assembly.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900