在 Visual Studio 2012 中发布 - 无法下载应用程序清单
本文关键字:下载 应用程序清单 Visual Studio 2012 | 更新日期: 2023-09-27 18:31:37
我正在尝试通过Visual Studio发布工具发布C#应用程序。发布后,我不断收到以下错误日志文件。尽管清单位于安装目录中,但似乎无法下载。我已经尝试了各种方法(包括WiX和安装盾牌)来尝试绕过它,但这些似乎有自己的问题。发现有些人在这里有类似的问题,但这涉及服务器发布,我正在尝试在本地发布到我的计算机上进行手动分发(有限分发)。寻找有关如何解决此问题的任何想法,任何帮助将不胜感激!
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.
好的,终于启动并运行了。
问题是外部的。我在程序中使用 MySQL,但是相应的 dll 没有传输。我删除了所有现有的MySQL dll,并添加了从Oracle网站下载的新dll。