-
Notifications
You must be signed in to change notification settings - Fork 252
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.MissingMethodException "Microsoft.Kiota.Http.HttpClientLibrary.KiotaClientFactory" .NET 4.8 #2694
Comments
Thanks for raising this @bfany365 I suspect the issue here is that that the Do you get a different result if you drop the |
I dropped the "Microsoft.Graph.Core" and "Microsoft.Graph" and did not work. I made a new .net 4.8 project from scratch and just added the required dependencies one by one and here is the list that worked for the new project: Azure.Core | 1.36.0.0 However, I need to figure out how to make it work in the old project and will let you know after trying. |
These are the packages that worked: Microsoft.Graph, 5.38.0 |
Thanks for confirming this @bfany365 At the end of the day, I believe, the As this library is not maintained by us, would you be willing to create an issue for this at this repo? https://github.com/microsoftgraph/microsoft-graph-comms-samples |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
Hi
I have already read similar questions but they did not help me:
#2520
#2533
dotnet/runtime#28826
The error:
Stack Trace:
Here is my cs project structure:
And the dependencies:
I use resharper to dig into to the referenced library and I can see the KiotaClientFactory exists:
The error happens when using trying to add event handler for incoming call:
The text was updated successfully, but these errors were encountered: