在Visual Studio 2012中发布 - 应用程序清单无法下载

时间:2016-01-24 18:03:25

标签: c# visual-studio visual-studio-2012 manifest publish

我正在尝试通过Visual Studio发布工具发布C#应用程序。发布后,我不断收到以下错误日志文件。似乎清单无法下载,尽管它位于安装目录中。我尝试了各种各样的东西(包括WiX和Install Shield)试图绕过它,但那些似乎有自己的问题。发现有些人在这里有类似的问题,但这涉及服务器发布,我试图在本地发布到我的计算机上进行手动分发(限制发行)。正在寻找有关如何解决此问题的任何想法,我们将非常感谢您的帮助!

PLATFORM VERSION INFO
    Windows             : 10.0.10586.0 (Win32NT)
    Common Language Runtime     : 4.0.30319.42000
    System.Deployment.dll       : 4.6.1038.0 built by: NETFXREL2
    clr.dll             : 4.6.1063.1 built by: NETFXREL3STAGE
    dfdll.dll           : 4.6.1038.0 built by: NETFXREL2
    dfshim.dll          : 10.0.10586.0 (th2_release.151029-1700)

SOURCES
    Deployment url          : file:///C:/Users/XX/Desktop/Training%20Management%20System/Publish9/Application%20Files/Training%20Management%20System_1_0_0_9/Training%20Management%20System.application

IDENTITIES
    Deployment Identity     : Training Management System.application, Version=1.0.0.9, Culture=neutral, PublicKeyToken=8acccae3f44d0097, processorArchitecture=msil

APPLICATION SUMMARY
    * Installable application.

ERROR SUMMARY
    Below is a summary of the errors, details of these errors are listed later in the log.
    * Activation of C:\Users\XX\Desktop\Training Management System\Publish9\Application Files\Training Management System_1_0_0_9\Training Management System.application resulted in exception. Following failure messages were detected:
        + Downloading file:///C:/Users/XX/Desktop/Training Management System/Publish9/Application Files/Training Management System_1_0_0_9/Application Files/Training Management System_1_0_0_9/Training Management System.exe.manifest did not succeed.
        + Could not find a part of the path 'C:\Users\XX\Desktop\Training Management System\Publish9\Application Files\Training Management System_1_0_0_9\Application Files\Training Management System_1_0_0_9\Training Management System.exe.manifest'.
        + Could not find a part of the path 'C:\Users\XX\Desktop\Training Management System\Publish9\Application Files\Training Management System_1_0_0_9\Application Files\Training Management System_1_0_0_9\Training Management System.exe.manifest'.
        + Could not find a part of the path 'C:\Users\XX\Desktop\Training Management System\Publish9\Application Files\Training Management System_1_0_0_9\Application Files\Training Management System_1_0_0_9\Training Management System.exe.manifest'.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
    No transaction error was detected.

WARNINGS
    There were no warnings during this operation.

OPERATION PROGRESS STATUS
    * [1/24/2016 12:20:42 PM] : Activation of C:\Users\XX\Desktop\Training Management System\Publish9\Application Files\Training Management System_1_0_0_9\Training Management System.application has started.
    * [1/24/2016 12:20:42 PM] : Processing of deployment manifest has successfully completed.
    * [1/24/2016 12:20:42 PM] : Installation of the application has started.

ERROR DETAILS
    Following errors were detected during this operation.
    * [1/24/2016 12:20:42 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
        - Downloading file:///C:/Users/XX/Desktop/Training Management System/Publish9/Application Files/Training Management System_1_0_0_9/Application Files/Training Management System_1_0_0_9/Training Management System.exe.manifest 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.DownloadApplicationManifest(AssemblyManifest deploymentManifest, String targetDir, Uri deploymentUri, IDownloadNotification notification, DownloadOptions options, Uri& appSourceUri, String& appManifestPath)
            at System.Deployment.Application.ApplicationActivator.DownloadApplication(SubscriptionState subState, ActivationDescription actDesc, Int64 transactionId, TempDirectory& downloadTemp)
            at System.Deployment.Application.ApplicationActivator.InstallApplication(SubscriptionState& subState, ActivationDescription actDesc)
            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 a part of the path 'C:\Users\XX\Desktop\Training Management System\Publish9\Application Files\Training Management System_1_0_0_9\Application Files\Training Management System_1_0_0_9\Training Management System.exe.manifest'.
        - Source: System
        - Stack trace:
            at System.Net.FileWebRequest.EndGetResponse(IAsyncResult asyncResult)
            at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
        --- Inner Exception ---
        System.Net.WebException
        - Could not find a part of the path 'C:\Users\XX\Desktop\Training Management System\Publish9\Application Files\Training Management System_1_0_0_9\Application Files\Training Management System_1_0_0_9\Training Management System.exe.manifest'.
        - 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.DirectoryNotFoundException
        - Could not find a part of the path 'C:\Users\XX\Desktop\Training Management System\Publish9\Application Files\Training Management System_1_0_0_9\Application Files\Training Management System_1_0_0_9\Training Management System.exe.manifest'.
        - 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.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.

1 个答案:

答案 0 :(得分:0)

好的,终于搞定了并且正在运行。

问题是外在的。我在程序中使用MySQL,但是相应的dll没有转移。我删除了所有现有的MySQL dll,并添加了一个我从Oracle网站下载的新dll。