在System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirect(SubscriptionStore子存储,Uri和sourceUri,TempFile和tempFile,IDownloadNotification通知,DownloadOptions选项,ServerInformation和serverInformation) 在System.Deployment.Application.DownloadManager.FollowDeploymentProviderUri(SubscriptionStore子存储,AssemblyManifest&deployment,Uri&sourceUri,TempFile&tempFile,IDownloadNotification通知,DownloadOptions选项) 在System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore子存储,Uri和sourceUri,TempFile和tempFile,SubscriptionState&subState,IDownloadNotification通知,DownloadOptions选项) 在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) --- Inner例外--- System.Net.WebException - rem ote服务器返回错误:(404)未找到。 - 来源:系统 - 堆栈跟踪: 在System.Net.HttpWebRequest .GetResponse() 在System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(下载下一个问题) 组件商店交易细节 没有可用的交易信息。I am trying to deploy my windows application using click once deployment but it give following error please help me to solve this errors.please give answer in detailsPLATFORM VERSION INFOWindows : 6.1.7600.0 (Win32NT)Common Language Runtime : 4.0.30319.1System.Deployment.dll : 4.0.30319.1 (RTMRel.030319-0100)clr.dll : 4.0.30319.1 (RTMRel.030319-0100)dfdll.dll : 4.0.30319.1 (RTMRel.030319-0100)dfshim.dll : 4.0.31106.0 (Main.031106-0000)SOURCESDeployment url: file:///C:/Users/shamah/Downloads/HotelManagementSystem.applicationDeployment Provider url: http://locus9-pc/HotelManagementSystem/HotelManagementSystem.applicationERROR SUMMARYBelow is a summary of the errors, details of these errors are listed later in the log.* Activation of C:\Users\shamah\Downloads\HotelManagementSystem.application resulted in exception. Following failure messages were detected:+ Downloading http://locus9-pc/HotelManagementSystem/HotelManagementSystem.application did not succeed.+ The remote server returned an error: (404) Not Found.COMPONENT STORE TRANSACTION FAILURE SUMMARYNo transaction error was detected.WARNINGSThere were no warnings during this operation.OPERATION PROGRESS STATUS* [4/29/2014 5:20:33 PM] : Activation of C:\Users\shamah\Downloads\HotelManagementSystem.application has started.ERROR DETAILSFollowing errors were detected during this operation.* [4/29/2014 5:21:04 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)- Downloading http://locus9-pc/HotelManagementSystem/HotelManagementSystem.application did not succeed.- Source: System.Deployment- Stack trace:at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)at System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)at System.Deployment.Application.DownloadManager.DownloadManifest(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ManifestType manifestType, ServerInformation& serverInformation)at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirect(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)at System.Deployment.Application.DownloadManager.FollowDeploymentProviderUri(SubscriptionStore subStore, AssemblyManifest& deployment, Uri& sourceUri, TempFile& tempFile, IDownloadNotification notification, DownloadOptions options)at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options)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)--- Inner Exception ---System.Net.WebException- The remote server returned an error: (404) Not Found.- Source: System- Stack trace:at System.Net.HttpWebRequest.GetResponse()at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)COMPONENT STORE TRANSACTION DETAILSNo transaction information is available.推荐答案正如它所说的那样 - 404! 404意味着资源(你的文件) case)不是你要求的地方! 检查http://locus9-pc/HotelManagementSystem/HotelManagementSystem.application - 由于某种原因它缺失了!As it says - 404!404 means that the resource (file in your case) is not where you ask for!Check http://locus9-pc/HotelManagementSystem/HotelManagementSystem.application - it is missing for some reason! 这篇关于单击一次部署的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 09-03 14:11