A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/2706 below:

Bad WAM exception on unssuported OSes (Win 7, 8.1, server 2012) · Issue #2706 · AzureAD/microsoft-authentication-library-for-dotnet · GitHub

Documentation related to component

Requirements

Please check those that apply

Description of the issue

Windows Server 2012 is not supported due System.NotImplementedException
HResult=0x80004001
Message=The method or operation is not implemented.
Source=Microsoft.Identity.Client
StackTrace:
at Microsoft.Identity.Client.Internal.Broker.NullBroker.Microsoft.Identity.Client.Internal.Broker.IBroker.GetAccountsAsync

Windows 2012 is not Win10OrServerEquivalentInternal. See

public static bool IsWin10OrServerEquivalent()

private static bool IsWin10OrServerEquivalentInternal()
{
if (IsWindows())
{
string winVersion = GetWindowsVersionString();

            if (winVersion.Contains("Windows 10", StringComparison.OrdinalIgnoreCase) ||
                winVersion.Contains("Windows Server 2016", StringComparison.OrdinalIgnoreCase) ||
                winVersion.Contains("Windows Server 2019", StringComparison.OrdinalIgnoreCase))
            {
                return true;
            }
        }

        return false;

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4