모든 버전의 IE & 창이 있습니다. 특히 xbap 응용 프로그램을 실행하려는 사용자에게 문제가 발생할 수 있습니다. 특히 전체 신뢰 모드로 설정합니다.XBAP, Fulltrust 응용 프로그램 보안/트러스트 예외
나는 작년에 그러한 사건들의 긴 목록을 모은 것으로 보인다. 그러나 나는이 시스템의 한 사용자에게 발생하는 한 가지 예외로 인해 혼란스러워하고 있습니다. 그리고 여기 누군가가 올바른 방향으로 나를 가리킬 수 있기를 바랍니다.
이 응용 프로그램은 사용 된 모든 Windows 버전과 IE6 -> IE9에서 문제없이 실행되므로 배포/xbap 자체에는 아무런 문제가 없습니다. 사용자가 아래 errorlog/stacktrace를받습니다. 이 막연한 흔적이있는 사람이 있습니까? 이 사용자는 IE8 & W7을 실행 중입니다.
사용자에게 신뢰할 수있는 루트 기관 & 신뢰할 수있는 게시자에 적절한 인증서가 설치되어 있습니다. 해당 사이트가 신뢰할 수있는 사이트 목록에 추가되었습니다. IE에서 Xbap이 활성화되었습니다.
URL, 공개 키, 앱 이름 등이 스크램블되었습니다. 나는이 문제를 "해결"할 때
Brgds, 스티
PLATFORM VERSION INFO
Windows : 6.1.7600.0 (Win32NT)
Common Language Runtime : 2.0.50727.4963
System.Deployment.dll : 2.0.50727.4927 (NetFXspW7.050727-4900)
mscorwks.dll : 2.0.50727.4963 (win7RTMGDR.050727-4900)
dfshim.dll : 4.0.31106.0 (Main.031106-0000)
SOURCES
Deployment url : http://someurl/someapplication.xbap
Application url : http://someurl/Application%20Files/someapplication_1_0_0_29/someapplication.exe.manifest
IDENTITIES
Deployment Identity : someapplication.app, Version=1.0.0.29, Culture=neutral, PublicKeyToken=sometoken, processorArchitecture=msil
Application Identity : someapplication, Version=1.0.0.29, Culture=neutral, PublicKeyToken=sometoken, processorArchitecture=msil, type=win32
APPLICATION SUMMARY
* Online only application.
* Browser-hosted application.
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* An exception occurred while determining trust. Following failure messages were detected:
+ User has refused to grant required permissions to the application.
* An exception occurred while downloading the application. Following failure messages were detected:
+ The AssertApplicationRequirements method failed. The application cannot be committed.
COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.
WARNINGS
There were no warnings during this operation.
OPERATION PROGRESS STATUS
No phase information is available.
ERROR DETAILS
Following errors were detected during this operation.
* [01/11/2011 09:16:02] System.Deployment.Application.TrustNotGrantedException (Unknown subtype)
- User has refused to grant required permissions to the application.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.ApplicationTrust.RequestTrust(SubscriptionState subState, Boolean isShellVisible, Boolean isUpdate, ActivationContext actCtx, TrustManagerContext tmc)
at System.Deployment.Application.DeploymentManager.DetermineTrustCore(Boolean blocking, TrustParams tp)
at System.Deployment.Application.DeploymentManager.DetermineTrust(TrustParams trustParams)
at System.Deployment.Application.InPlaceHostingManager.AssertApplicationRequirements(Boolean grantApplicationTrust)
at System.Deployment.Application.InPlaceHostingManager.AssertApplicationRequirements()
at MS.Internal.AppModel.XappLauncherApp.AssertApplicationRequirementsAsync(Object unused)
* [01/11/2011 09:16:37] System.Deployment.Application.DeploymentException (Unknown subtype)
- The AssertApplicationRequirements method failed. The application cannot be committed.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.DeploymentManager.WaitForAssertApplicationRequirements()
at System.Deployment.Application.DeploymentManager.SynchronizeCore(Boolean blocking)
at System.Deployment.Application.DeploymentManager.SynchronizeAsyncWorker()
COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.