Cannot Download The Application The Application Is Missing Required Files

  1. Cannot Download The Application The Application Is Missing Required Files Report Builder
  2. Vb Net Cannot Download The Application The Application Is Missing Required Files
  3. Dashboard Designer Cannot Download The Application The Application Is Missing Required Files
  4. Cannot Download The Application The Application Is Missing Required Files

When trying to download and install Google Chrome, I get the following error: 'Cannot download the application. The application is missing required files. Contact application vendoe for assistance.' So here I am. Has anyone seen this and solved it? It really doesn't give much information on what to do next. In the File Name box, type a name for your backup file, such as 'Application Recovery CD Backup'. In the Export Range box, be sure that 'Selected branch' is selected. The file is then saved with a.reg file extension. You now have a backup of your Language.dll-related registry entry.

  1. Cannot download the application. The application is missing required files. Contact application vendor for assistance.
  2. PLATFORM VERSION INFO
  3. Common Language Runtime : 4.0.21006.1
  4. System.Deployment.dll : 4.0.21006.1 (B2Rel.021006-0100)
  5. dfdll.dll : 4.0.21006.1 (B2Rel.021006-0100)
  6. Deployment url : file:///C:/Users/Jason/Desktop/appname.appref-ms%7C
  7. X-Powered-By : ASP.NET
  8. Deployment Provider url : http://mysite.ext/products/multimediaoffice/appname/appname.application
  9. ERROR SUMMARY
  10. Below is a summary of the errors, details of these errors are listed later in the log.
  11. * Activation of C:UsersJasonDesktopappname.appref-ms| resulted in exception. Following failure messages were detected:
  12. + Downloading http://mysite.ext/products/multimediaoffice/appname/Application Files/appname_11_0_0_5/appname.exe.manifest did not succeed.
  13. + The remote server returned an error: (404) Not Found.
  14. COMPONENT STORE TRANSACTION FAILURE SUMMARY
  15. There were no warnings during this operation.
  16. OPERATION PROGRESS STATUS
  17. * [7/02/2010 8:38:03 PM] : Activation of C:UsersJasonDesktopappname.appref-ms| has started.
  18. * [7/02/2010 8:38:03 PM] : Performing necessary update check as specified by the deployment.
  19. * [7/02/2010 8:38:07 PM] : Installation of the application has started.
  20. ERROR DETAILS
  21. Following errors were detected during this operation.
  22. * [7/02/2010 8:38:09 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
  23. - Downloading http://mysite.ext/products/multimediaoffice/appname/Application Files/appname_11_0_0_5/appname.exe.manifest did not succeed.
  24. - Stack trace:
  25. at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
  26. at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
  27. at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
  28. at System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
  29. at System.Deployment.Application.DownloadManager.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri& appSourceUri, String& appManifestPath)
  30. at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
  31. at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
  32. at System.Deployment.Application.ApplicationActivator.ConsumeUpdatedDeployment(SubscriptionState& subState, ActivationDescription actDesc)
  33. at System.Deployment.Application.ApplicationActivator.PerformDeploymentUpdate(SubscriptionState& subState, String& errorPageUrl)
  34. at System.Deployment.Application.ApplicationActivator.ProcessOrFollowShortcut(String shortcutFile, String& errorPageUrl, TempFile& deployFile)
  35. at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
  36. at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
  37. System.Net.WebException
  38. - The remote server returned an error: (404) Not Found.
  39. - Stack trace:
  40. at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
  41. COMPONENT STORE TRANSACTION DETAILS
  42. http://mysite.ext/products/multimediaoffice/appname/Application Files/appname_11_0_0_5/appname.exe.manifest
  43. System.Net.WebException
  44. - The remote server returned an error: (404) Not Found.
  45. - Stack trace:
  46. at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)

My ClickOnce app gives an error for a user: 'Cannot download the application. The application is missing required files. Contact the application vendor or your system administrator for assistance.'

How can I pinpoit which file is missing? Do I manually need to put files on the publishing server?

I thought when I click on the prerequisities and set the option to download the prerequisites from the component vendor's web site and set to include components, ClickOnce would include all of them. Looks like I am missing something. How do I know what it is. Manually going through the manifest is going to be time consuming.

Tony_HenrichTony_Henrich

3 Answers

Cannot Download The Application The Application Is Missing Required Files Report Builder

What I usually find on these issues is it's related to a dependency that is set as 'Include (Auto)' instead of just Include. It will work on some machines but not on others just depending on what DLLs are already installed on the destination machine.

Files to includeOpen up the Publish tab of your project properties and click on the 'Application Files' and then inspect which DLLs are set to 'Include (Auto).' You may need to change some of them to the standard 'Include' for things that are installed into the GAC on your machine. Visual Studio will make some assumptions based on your machine's configuration.

Log FileAnother thing to check is usually the error message will reference a text log file. I don't believe it links it in any way so you'll have to browse out to it. But find that file and it should give you some more information.

Certificate ErrorsOne problem that I have seen is if the SSL certificate that is installed on the server is not trusted on the machine you are attempting to install it on. I find this often for the GoDaddy SSL certifications since they are not always installed on machines who don't frequently use Windows Update.

Cannot
Nathan PalmerNathan Palmer

Vb Net Cannot Download The Application The Application Is Missing Required Files

ClickOnce is famous for displaying errors that have no relation whatsoever to the actual problem. If the problem is confined to a single user (which is what it sounds like), I typically first try clearing out the user's ClickOnce cache by deleting the %user_profile%Local SettingsApps directory. This will solve 80% of those 'Contact application vendor...' errors and is relatively low impact on the user's PC. They will simply have to re-download all of their .NET apps.

James JonesJames Jones

Dashboard Designer Cannot Download The Application The Application Is Missing Required Files

Is there a 'details' button when the error pops up? Usually there is a stack trace in there where you can see which particular file it is trying to download. Post that info here if you can.

Cannot Download The Application The Application Is Missing Required Files

Matt BridgesMatt Bridges

Not the answer you're looking for? Browse other questions tagged .netclickonce or ask your own question.