We are experiencing the following error and have not been able to resolve it. Previous references to this in the forum was applied but it till have not resolved the issue. Not sure what to look at next to isolate the issue
Notably, then extension methods are running in async mode; versions 24.1.64.0 of the extension methods and 24.1.706.2 of the VAF are used;
The VaultApplicationBase is included with : MFiles.VAF.Extensions.ConfigurableVaultApplicationBase<Configuration>, ICustomLogger/* VaultApplicationWithSecureConfigurationBase<Configuration>*/
would appreciate some support to get past this.
System.ArgumentException: Cannot bind to the target method because its signature or security transparency is not compatible with that of the delegate type.
at System.Delegate.CreateDelegate(Type type, Object firstArgument, MethodInfo method, Boolean throwOnBindFailure)
at System.Delegate.CreateDelegate(Type type, Object firstArgument, MethodInfo method)
at MFiles.VAF.VaultExtensionMethodInfo..ctor(MethodInfo methodInfo, Object instance, MFVaultAccess requiredVaultAccess, Boolean hasSeparateEventHandlerProxy, EventHandlerVaultUserIdentity vaultUserIdentity, MFEventHandlerType eventHandlerType) in K:\GRB\HHaVvdJo\0\libraries\vaf\src\MFiles.VAF\Core\MethodInfo.cs:line 381
at MFiles.VAF.VaultApplicationBase.CreateVaultExtensionMethodInfo(MethodInfo methodInfo, Object instance, VaultExtensionMethodAttribute attribute) in K:\GRB\HHaVvdJo\0\libraries\vaf\src\MFiles.VAF\Core\VaultApplicationBase.cs:line 3270
at MFiles.VAF.VaultApplicationBase.RegisterVaultExtensionMethodHandler(MethodInfo method, Object instance, Vault vault) in K:\GRB\HHaVvdJo\0\libraries\vaf\src\MFiles.VAF\Core\VaultApplicationBase.cs:line 2882
at MFiles.VAF.VaultApplicationBase.RegisterHandlers[T](IMethodSource source, Action`3 registerAction, Vault vault) in K:\GRB\HHaVvdJo\0\libraries\vaf\src\MFiles.VAF\Core\VaultApplicationBase.cs:line 2998
at MFiles.VAF.VaultApplicationBase.RegisterMethodsFromSource(IMethodSource source, Vault vault) in K:\GRB\HHaVvdJo\0\libraries\vaf\src\MFiles.VAF\Core\VaultApplicationBase.cs:line 2803
at MFiles.VAF.VaultApplicationBase.LoadHandlerMethods(Vault vault) in K:\GRB\HHaVvdJo\0\libraries\vaf\src\MFiles.VAF\Core\VaultApplicationBase.cs:line 2737
at MFiles.VAF.Extensions.ConfigurableVaultApplicationBase`1.LoadHandlerMethods(Vault vault)
at MFiles.VAF.VaultApplicationBase.InitializeImpl(Vault vault) in K:\GRB\HHaVvdJo\0\libraries\vaf\src\MFiles.VAF\Core\VaultApplicationBase.cs:line 1823
at MFiles.VAF.VaultApplicationBase.Initialize(Vault vaultSrc) in K:\GRB\HHaVvdJo\0\libraries\vaf\src\MFiles.VAF\Core\VaultApplicationBase.cs:line 1346