I've got a custom Authentication module put together for two of our partner sites Error CS0121 The call is ambiguous between the following methods or properties: 'Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(System.IServiceProvider)' and 'Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(System.IServiceProvider)' Smithbucklin.Modules.AuthenticationRhythm D:\Dev\smithbucklin.DNNAuth\source-code\Modules\Authentication_Partner\Login.ascx.cs
that's preventing my module from building.
I know it's tied to a library that just isn't right and was looking for where to hunt to resolve this issue.
It's happeninng here in my base code which is part of DNN base code.
private static readonly ILog Logger = LoggerSource.Instance.GetLogger(typeof(Login)); private readonly INavigationManager _navigationManager;
public Login() { this._navigationManager = this.DependencyProvider.GetRequiredService(); }
thanks you sir,
appreciate it
Posted By Joshua Rose on 3/26/2024 6:13 AM thanks you sir, appreciate it
Always my pleasure... Have a great day! :)
Posted By Will Strohl on 3/25/2024 4:24 PM Did you name your authentication provider "DNN"? If yes, change it to anything else.
Haha - great catch there Mr. Strohl!
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.