-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.ArgumentException: 'The path is not of a legal form.' #19
Comments
Why is this happening? And what's the fix? |
Btw I'm using .NET WinForms, is that the issue? |
I also tried this: var loginHandler = JELoginHandlerBuilder.BuildDefault();
//var session = await loginHandler.Authenticate();
var session = await loginHandler.AuthenticateInteractively();
Console.WriteLine("Logged in successfully with account " + session.Username + "."); But I still get the same issue. |
So I found the solution, and the issue. Issue: WebView2 & Fody.Costura packages Solution: All you have to do is literally just update the packages that come with CmLib's packages (including WebView2, Fody.Costura). It's been fixed in the new versions so that's great. I recommend you pin this issue just in case anyone has the same one. |
I also suffered this issue with WebView2 and Fody before. thank you for reporting |
Code:
The text was updated successfully, but these errors were encountered: