2012-10-08 3 views
0

원격 응용 프로그램을 원격 FTP 서버에 배포하는 데 여전히 문제가 있습니다. 이번에는 사용자가 설정을 클릭하면 관리자에게 연락하는 것과 유사한 팝업 오류가 표시되지만 오류는 파일을 찾을 수 없다는 것입니다. 이 문제를 어떻게 해결합니까?ClickOnce 배포 - 파일을 찾을 수 없습니다.

PLATFORM VERSION INFO 
    Windows    : 6.1.7601.65536 (Win32NT) 
    Common Language Runtime  : 4.0.30319.17626 
    System.Deployment.dll  : 4.0.30319.17626 built by: FX45RCREL 
    clr.dll    : 4.0.30319.17626 built by: FX45RCREL 
    dfdll.dll   : 4.0.30319.17626 built by: FX45RCREL 
    dfshim.dll   : 4.0.41208.0 (Main.041208-0000) 

SOURCES 
    Deployment url   : file:///C:/Users/CONCE/Downloads/AFDBFrontEnd.application 

ERROR SUMMARY 
    Below is a summary of the errors, details of these errors are listed later in the log. 
    * Activation of C:\Users\CONCE\Downloads\AFDBFrontEnd.application resulted in exception. Following failure messages were detected: 
     + Downloading file:///C:/Users/CONCE/Downloads/AFDBFrontEnd.application did not succeed. 
     + Could not find file 'C:\Users\CONCE\Downloads\AFDBFrontEnd.application'. 
     + Could not find file 'C:\Users\CONCE\Downloads\AFDBFrontEnd.application'. 
     + Could not find file 'C:\Users\CONCE\Downloads\AFDBFrontEnd.application'. 

COMPONENT STORE TRANSACTION FAILURE SUMMARY 
    No transaction error was detected. 

WARNINGS 
    There were no warnings during this operation. 

OPERATION PROGRESS STATUS 
    * [10/8/2012 9:58:22 AM] : Activation of C:\Users\CONCE\Downloads\AFDBFrontEnd.application has started. 

ERROR DETAILS 
    Following errors were detected during this operation. 
    * [10/8/2012 9:58:22 AM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype) 
     - Downloading file:///C:/Users/CONCE/Downloads/AFDBFrontEnd.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.DownloadDeploymentManifestDirectBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation) 
      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 
     - Could not find file 'C:\Users\CONCE\Downloads\AFDBFrontEnd.application'. 
     - Source: System 
     - Stack trace: 
      at System.Net.FileWebRequest.EndGetResponse(IAsyncResult asyncResult) 
      at System.Net.FileWebRequest.GetResponse() 
      at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next) 
     --- Inner Exception --- 
     System.Net.WebException 
     - Could not find file 'C:\Users\CONCE\Downloads\AFDBFrontEnd.application'. 
     - Source: System 
     - Stack trace: 
      at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint) 
      at System.Net.FileWebRequest.GetResponseCallback(Object state) 
     --- Inner Exception --- 
     System.IO.FileNotFoundException 
     - Could not find file 'C:\Users\CONCE\Downloads\AFDBFrontEnd.application'. 
     - Source: mscorlib 
     - Stack trace: 
      at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) 
      at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) 
      at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) 
      at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync) 
      at System.Net.FileWebStream..ctor(FileWebRequest request, String path, FileMode mode, FileAccess access, FileShare sharing, Int32 length, Boolean async) 
      at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint) 

COMPONENT STORE TRANSACTION DETAILS 
    No transaction information is available. 

답변

2

나는 오후의 더 좋은 부분을 위해 나를 혼란스럽게 만들었다. Firefox에서 앱을 시작하려고했습니다.

Internet Explorer를 사용하여 링크에서 배포하려고하면 모든 것이 잘 작동합니다.

+0

엄청나게 이상합니다. 이것은 나를 위해 일했다! – Gonan

관련 문제