|
Error message
|
Description
|
| Application cannot be started. Contact the application publisher. Cannot start the application. Contact the application vendor for assistance. | These are generic error messages that occur when the application cannot be started, and no other specific reason can be found. Frequently this means that the application is somehow corrupted, or that the ClickOnce store is corrupted. |
| Cannot continue. The application is improperly formatted. Contact the application publisher for assistance. Application validation did not succeed. Unable to continue. Unable to retrieve application files. Files corrupt in deployment. | One of the manifest files in the deployment is syntactically not valid, or contains a hash that cannot be reconciled with the corresponding file. This error may also indicate that the manifest embedded inside an assembly is corrupted. Re-create your deployment and recompile your application, or find and fix the errors manually in your manifests. |
| Cannot retrieve application. Authentication error. Application installation did not succeed. Cannot locate applications files on the server. Contact the application publisher or your administrator for assistance. | One or more files in the deployment cannot be downloaded because you do not have permission to access them. This can be caused by a 403 Forbidden error being returned by a Web server, which may occur if one of the files in your deployment ends with an extension that makes the Web server treat it as a protected file. Also, a directory that contains one or more of the application's files might require a username and password in order to access. |
| Cannot download the application. The application is missing required files. Contact the application vendor or your system administrator for assistance. | One or more of the files listed in the application manifest cannot be found on the server. Verify that you have uploaded all the deployment's dependent files, and try again. |
| Application download did not succeed. Check your network connection, or contact your system administrator or network service provider. |
ClickOnce cannot establish a network connection to the server. Examine the server's availability and the state of your network. |
| An error has occurred writing to the hard disk. There might be insufficient space available on the disk. Contact the application vendor or your system administrator for assistance. | This may indicate insufficient disk space for storing the application, but it may also indicate a more general I/O error when you are trying to save the application files to the drive. |
| Cannot start the application. There is not enough available space on the disk. | The hard disk is full. Clear off space and try to run the application again. |
| Too many deployed activations are attempting to load at once. |
ClickOnce limits the number of different applications that can start at the same time. This is largely to help protect against malicious attempts to instigate denial-of-service attacks against the local ClickOnce service; users who try to start the same application repeatedly, in rapid succession, will only end up with a single instance of the application. |
| Shortcuts cannot be activated over the network. | Shortcuts to a ClickOnce application can only be started on the local hard disk. They cannot be started by opening a URL that points to a shortcut file on a remote server. |
| The application is too large to run online in partial trust. Contact the application vendor or your system administrator for assistance. | An application that runs in partial trust cannot be larger than half of the size of the online application quota, which by default is 250 MB. |