Sustainsys.Saml2 и Sustainsys.Saml2.HttpModule создают проблему в веб-форме .NET 4.5 после развертывания - PullRequest
0 голосов
/ 02 мая 2019

Я использую веб-сайт ASP.NET, целевой платформой которого является .NET 4.5. Я пытался установить последнюю версию Sustainsys.Saml2.HttpModule (2.2.0) /Sustainsys.Saml2 (2.2.0), но при установке таргетинга на фреймворк .NET 4.5 обнаруживалась ошибка. После этого я установил Sustainsys.Saml2.HttpModule (1.0.0) и Sustainsys.Saml2 (1.0.0) с помощью слепка. Он работает правильно локально, но после развертывания на сервере показывает исключение. Здесь прилагается ошибка.

Sequence contains no matching element 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.InvalidOperationException: Sequence contains no matching element

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace: 


[InvalidOperationException: Sequence contains no matching element]
   System.Linq.Enumerable.Single(IEnumerable`1 source, Func`2 predicate) +4014366
   Sustainsys.Saml2.IdentityProvider..ctor(IdentityProviderElement config, SPOptions spOptions) +601
   Sustainsys.Saml2.Configuration.IdentityProviderCollection.RegisterIdentityProviders(IOptions options) +151
   Sustainsys.Saml2.Configuration.Options.LoadOptionsFromConfiguration() +286
   System.Lazy`1.CreateValue() +14337348
   System.Lazy`1.LazyInitValue() +524
   Sustainsys.Saml2.Configuration.Options.get_FromConfiguration() +114
   Sustainsys.Saml2.HttpModule.Saml2AuthenticationModule..cctor() +9

[TypeInitializationException: The type initializer for 'Sustainsys.Saml2.HttpModule.Saml2AuthenticationModule' threw an exception.]
   Sustainsys.Saml2.HttpModule.Saml2AuthenticationModule.OnAuthenticateRequest(Object sender, EventArgs e) +188
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +165



--------------------------------------------------------------------------------
...