Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1. PLATFORM VERSION INFO
  2. Windows : 10.0.17134.0 (Win32NT)
  3. Common Language Runtime : 4.0.30319.42000
  4. System.Deployment.dll : 4.7.3056.0 built by: NET472REL1
  5. clr.dll : 4.7.3221.0 built by: NET472REL1LAST_C
  6. dfdll.dll : 4.7.3056.0 built by: NET472REL1
  7. dfshim.dll : 10.0.17134.1 (WinBuild.160101.0800)
  8.  
  9. SOURCES
  10. Deployment url : file:///C:/Users//Downloads/ConsoleApp1.application
  11.  
  12. ERROR SUMMARY
  13. Below is a summary of the errors, details of these errors are listed later in the log.
  14. * Activation of C:\Users\\Downloads\ConsoleApp1.application resulted in exception. Following failure messages were detected:
  15. + Downloading file:///C:/Users//Downloads/ConsoleApp1.application did not succeed.
  16. + Could not find file 'C:\Users\adamj\Downloads\ConsoleApp1.application'.
  17. + Could not find file 'C:\Users\adamj\Downloads\ConsoleApp1.application'.
  18. + Could not find file 'C:\Users\adamj\Downloads\ConsoleApp1.application'.
  19.  
  20. COMPONENT STORE TRANSACTION FAILURE SUMMARY
  21. No transaction error was detected.
  22.  
  23. WARNINGS
  24. There were no warnings during this operation.
  25.  
  26. OPERATION PROGRESS STATUS
  27. * [18/11/2018 19:21:08] : Activation of C:\Users\adamj\Downloads\ConsoleApp1.application has started.
  28.  
  29. ERROR DETAILS
  30. Following errors were detected during this operation.
  31. * [18/11/2018 19:21:08] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
  32. - Downloading file:///C:/Users/adamj/Downloads/ConsoleApp1.application did not succeed.
  33. - Source: System.Deployment
  34. - Stack trace:
  35. at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
  36. at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
  37. at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState, X509Certificate2 clientCertificate)
  38. at System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
  39. at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirectBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
  40. at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options)
  41. at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl, Uri& deploymentUri)
  42. at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
  43. --- End of stack trace from previous location where exception was thrown ---
  44. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  45. at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
  46. at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
  47. --- Inner Exception ---
  48. System.Net.WebException
  49. - Could not find file 'C:\Users\adamj\Downloads\ConsoleApp1.application'.
  50. - Source: System
  51. - Stack trace:
  52. at System.Net.FileWebRequest.EndGetResponse(IAsyncResult asyncResult)
  53. at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
  54. --- Inner Exception ---
  55. System.Net.WebException
  56. - Could not find file 'C:\Users\adamj\Downloads\ConsoleApp1.application'.
  57. - Source: System
  58. - Stack trace:
  59. at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)
  60. at System.Net.FileWebRequest.GetResponseCallback(Object state)
  61. --- Inner Exception ---
  62. System.IO.FileNotFoundException
  63. - Could not find file 'C:\Users\adamj\Downloads\ConsoleApp1.application'.
  64. - Source: mscorlib
  65. - Stack trace:
  66. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  67. 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)
  68. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
  69. at System.Net.FileWebStream..ctor(FileWebRequest request, String path, FileMode mode, FileAccess access, FileShare sharing, Int32 length, Boolean async)
  70. at System.Net.FileWebResponse..ctor(FileWebRequest request, Uri uri, FileAccess access, Boolean asyncHint)
  71.  
  72. COMPONENT STORE TRANSACTION DETAILS
  73. No transaction information is available.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement