one-click deployment MS .NET

Copper Contributor

Im not an IT guy, and im not sure what its called but will this version of edge offer MS NET applications to run from it, we use it for our Deltek vision (time keeping/CRM tool) windows app

19b6a43155490326214a67db_t.png

it also shows this error log (redacted) 

PLATFORM VERSION INFO
Windows : 10.0.17763.0 (Win32NT)
Common Language Runtime : 4.0.30319.42000
System.Deployment.dll : 4.7.3190.0 built by: NET472REL1LAST_C
clr.dll : 4.7.3362.0 built by: NET472REL1LAST_C
dfdll.dll : 4.7.3190.0 built by: NET472REL1LAST_C
dfshim.dll : 10.0.17763.1 (WinBuild.160101.0800)

SOURCES
Deployment url : file:///C:/Users/(username)/Downloads/DeltekVision%20(2).application

IDENTITIES
Deployment Identity : DeltekVision.application, Version=7.6.700.687, Culture=neutral, PublicKeyToken=(token), processorArchitecture=x86

APPLICATION SUMMARY
* Online only application.
* Trust url parameter is set.
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of C:\Users\(username)\Downloads\DeltekVision (2).application resulted in exception. Following failure messages were detected:
+ Downloading file:///C:/Users/(username)/Downloads/Application Files/DeltekVision_7_6_0700_687/DeltekVision.exe.manifest did not succeed.
+ Could not find a part of the path 'C:\Users\(username)\Downloads\Application Files\DeltekVision_7_6_0700_687\DeltekVision.exe.manifest'.
+ Could not find a part of the path 'C:\Users\(username)\Downloads\Application Files\DeltekVision_7_6_0700_687\DeltekVision.exe.manifest'.
+ Could not find a part of the path 'C:\Users\(username)\Downloads\Application Files\DeltekVision_7_6_0700_687\DeltekVision.exe.manifest'.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
There were no warnings during this operation.

OPERATION PROGRESS STATUS
* [4/10/2019 9:11:16 AM] : Activation of C:\Users\(username)\(username)\DeltekVision (2).application has started.
* [4/10/2019 9:11:16 AM] : Processing of deployment manifest has successfully completed.
* [4/10/2019 9:11:16 AM] : Installation of the application has started.

ERROR DETAILS
Following errors were detected during this operation.
* [4/10/2019 9:11:16 AM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
- Downloading file:///C:/Users/(username)/Downloads/Application Files/DeltekVision_7_6_0700_687/DeltekVision.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, X509Certificate2 clientCertificate)
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, Uri& deploymentUri)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivationWithRetry(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\(username)\Downloads\Application Files\DeltekVision_7_6_0700_687\DeltekVision.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\(username)Downloads\Application Files\DeltekVision_7_6_0700_687\DeltekVision.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\(username)\Downloads\Application Files\DeltekVision_7_6_0700_687\DeltekVision.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.

 

3 Replies

@nolhut 

 

That is a great question.  It isn't available yet, but there will be an IE mode that would be a good option to try your .NET applications through, if only for testing purposes.

 

Gabriel

@nolhut I had asked the same question some time back. https://techcommunity.microsoft.com/t5/Discussions/ClickOnce-application-downloads-instead-of-direct...

 

@i-am-kent had replied there that it is in the works.

 

@v-gapart wasn't aware that it was tied to IE Mode. Based on Build sessions, it is my understanding that IE mode cannot be set by the website developer, instead has to be controlled by IT admin in the local environment.

@CodeDJ 
IE Mode wouldn't be a Web developer setting in this case so much as a rendering option for the browser to try to see if it can work with the .NET requiring CRM App.

Gabriel