Options

Issue with ClickOnce link opening

SuDSuD Member Posts: 102
Hello NAV experts,

I am getting a strange error, while opening ClickOnceLInk of NAV. Before sometime it was giving error related to some Authentication, but somehow I have managed to remove this.

now getting below error

oz6m6cfwxbv8.png

Error Description:

"PLATFORM VERSION INFO
Windows : 6.1.7601.65536 (Win32NT)
Common Language Runtime : 4.0.30319.42000
System.Deployment.dll : 4.7.2634.0 built by: NET471REL1LAST_C
clr.dll : 4.7.2650.0 built by: NET471REL1LAST_B
dfdll.dll : 4.7.2634.0 built by: NET471REL1LAST_C
dfshim.dll : 4.0.41209.0 (Main.041209-0000)

SOURCES
Deployment url : file:///**************/Desktop/Microsoft.Dynamics.Nav.Prod.Client%20(1).application

IDENTITIES
Deployment Identity : Microsoft Dynamics NAV 2017 - AOR Prod, Version=10.0.0.1, Culture=neutral, PublicKeyToken=0000000000000000, 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:\*********\Desktop\Microsoft.Dynamics.Nav.Prod.Client (1).application resulted in exception. Following failure messages were detected:
+ Deployment and application do not have matching security zones.

COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.

WARNINGS
* The manifest for this application does not have a signature. Signature validation will be ignored.

OPERATION PROGRESS STATUS
* [14/09/2018 12:54:19 AM] : Activation of C:\**********Desktop\Microsoft.Dynamics.Nav.Prod.Client (1).application has started.
* [14/09/2018 12:54:19 AM] : Processing of deployment manifest has successfully completed.
* [14/09/2018 12:54:19 AM] : Installation of the application has started.

ERROR DETAILS
Following errors were detected during this operation.
* [14/09/2018 12:54:19 AM] System.Deployment.Application.InvalidDeploymentException (Zone)
- Deployment and application do not have matching security zones.
- Source: System.Deployment
- Stack trace:
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)

COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
"

Any help would be highly Appreciated.

Thanks in Advance

Answers

  • Options
    nikhil01993nikhil01993 Member Posts: 7
    Try to access the .application file with Shared Folder Path such as:
    \\ServerName\Desktop\Microsoft.Dynamics.Nav.Prod.Client (1).application

    Do not access it using drive letter.

    Do let me know if it works for you :smile:
Sign In or Register to comment.