CmlLib / CmlLib.Core.Auth.Microsoft

Minecraft Login with Microsoft Xbox account
MIT License
22 stars 4 forks source link

method not found error #8

Closed Angel36912 closed 2 years ago

Angel36912 commented 2 years ago

I compiled the winform example of authentication with all packages needed but i received an error "Method not found"

adjunt screenshots image

AlphaBs commented 2 years ago

remove nuget package:

CmlLib.Core.Auth.Microsoft.UI.WinForm
CmlLib.Core.Auth.Microsoft.UI.Wpf
CmlLib.Core.Auth.Microsoft
XboxAuthNet
Microsoft.Web.WebView2

and reinstall only CmlLib.Core.Auth.Microsoft.UI.WinForm package

example project will be updated soon

Angel36912 commented 2 years ago

remove nuget package:

CmlLib.Core.Auth.Microsoft.UI.WinForm
CmlLib.Core.Auth.Microsoft.UI.Wpf
CmlLib.Core.Auth.Microsoft
XboxAuthNet
Microsoft.Web.WebView2

and reinstall only CmlLib.Core.Auth.Microsoft.UI.WinForm package

example project will be updated soon

tnx the form is working now