privacyIDEA-ADFSProvider Powershell Error

I installed PrivacyIdea And its work very well. My PrivacyIdea server joined to an Active directory Server and Fetched Users list too.

I found privacyIDEA-ADFSProvider in Github, So I installed MS CA and MS AD FS and linked this services together (than work well).
I build privacyIDEA-ADFSProvider project with VS 2015.

Signing Option in VS:

Sign the assemblt Checked
key name: privacyIDEA-ADFSProvider.snk

Assembly:

 indent preformatted text by 4 spaces using System.Reflection;
 using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 [assembly: AssemblyTitle("privacyIDEA-ADFSProvider")]
 [assembly: AssemblyDescription("")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("audius GmbH")]
 [assembly: AssemblyProduct("privacyIDEAADFSProvider")]
 [assembly: AssemblyCopyright("Copyright © audius GmbH 2017")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 [assembly: ComVisible(false)]

 [assembly: Guid("b95af7ea-408a-efd3-bb25-528812a6ae52")]
 [assembly: AssemblyVersion("1.0.*")]
 [assembly: AssemblyFileVersion("1.0.0.0")]

​( GUID was changed with String than provided by MS AD FS)

And I changed config.xml values with my PrivacyIdea server’s information. (IP/User/Pass/Realm)

and build the project and copy .dll file to correct location. I checked MS AD FS services then try to run Powershell script for installation but I found a problem!! :

error

What is the problem?? Should I change PublicKeyToken value too?? If yes, I should change it with what??
Or where I go wrong?

Please Help Me Dear Community.

Best Regards,
Milad

For completeness: https://github.com/sbidy/privacyIDEA-ADFSProvider/issues/1

I send direct in github to the developer and find my answer.

Thanks the Great Community!!!