MissingMethodException - GetUsersAsync - Windows Form Application
See original GitHub issueWhen attempting to make:
_client = new DiscordSocketClient();
On C# Windows Form Application I get an error:
System.MissingMethodException: 'Method not found: 'System.Collections.Generic.IAsyncEnumerable
1<System.Collections.Generic.IReadOnlyCollection1<Discord.IUser>> Discord.IChannel.GetUsersAsync(Discord.CacheMode, Discord.RequestOptions)'.'
If I try the same on an console application it works just fine. I tried using VS 2017 and 2019.
Is there an incompatibility between Discord.net and Windows Form Application ?
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (4 by maintainers)
Top Results From Across the Web
c# - Winforms User Control MissingMethodException
So essentially, I have a custom user control called ExcelDisplay. I try to drag it over in visual studio from the toolbox into...
Read more >MissingMethodException Class (System)
MissingMethodException is thrown when code in a dependent assembly attempts to access a missing method in an assembly that was modified. MissingMethodException ......
Read more >What's new in Windows Forms in .NET 6.0
Read about the new features that are in Windows Forms in .NET 6.0.
Read more >System.MissingMethodException - Method not found in C#
To fix the Method not found error in C#, ensure that the latest assemblies are deployed and no duplicate or older assemblies are...
Read more >Create a Windows Forms app with C# - Visual Studio ...
Learn how to create a Windows Forms app in Visual Studio with C#, step-by-step.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please use the latest nightly build via the MyGet feed in the README. This issue has been fixed for a while.
I’m Having the Same Issue…Tried everything that has been done so far, but no luck on any of it.