Re: Kentor http module not working

Martin Thwaites <[email protected]> Wed, 7 Jun 2017 13:05:35 +0100
Newsgroups gmane.comp.gnome.mono.devel
Message-ID <CAH07y4Ryd729NQrrKC8oY4QQtmwo_+dFF-h56Hj5qauYsRNXeg@mail.gmail.com>
Kentor usas identity a lot internally, and the token serialization.  There
is a real chance there is a type that has not been implemented in mono.

On 6 Jun 2017 01:04, "APS" <[email protected]> wrote:

Hi,

I'm trying to use Kentor.AuthServices https://github.com/KentorIT/au
thservices with Mono 4.8, it's plain C# so I can't figure out why it
doesn't work.

In my installation is basically an httpmodule contained in an assembly that
reference another assembly.

During module initialization I obtain

Exception while initOnce: System.Reflection.TargetInvocationException:
Exception has been thrown by the target of an invocation. --->
System.TypeInitializationException: The type initializer for
'Kentor.AuthServices.HttpModule.Saml2AuthenticationModule' threw an
exception. ---> System.TypeLoadException: Could not load type
'Kentor.AuthServices.Configuration.KentorAuthServicesSection' from assembly
'Kentor.AuthServices, Version=0.19.0.0, Culture=neutral,
PublicKeyToken=null'.

The strange thing is that the error occurs inside an object that is already
part of Kentor.AuthServices so the assembly is loaded and running.
KentorAuthServicesSection is a class that inherit
System.Configuration.ConfigurationSection so it's pretty standard and all
the web.config configuration came from a running Windows installation so
I'm pretty sure is correct.

I checked Mono assembly loading log and there are no error there...dunno
where to look, some hint? Thanks in advance.

_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.dot.net/mailman/listinfo/mono-devel-list

_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.dot.net/mailman/listinfo/mono-devel-list