Method not found : Azure.Messaging.ServiceBus

cnk 1 Reputation point
2021-10-26T09:09:04.743+00:00

platform : In azure functions portal, .net core, 64bit

for a couple for months, calling SendMessageAsync and SendMessagesAsync work without fail. Today I was wondering why messages are not being sent to queue. I get this error

Method not found: 'System.Threading.Tasks.Task`1

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,313 questions
{count} votes

1 answer

Sort by: Most helpful
  1. sadomovalex 3,626 Reputation points
    2021-10-26T15:13:15.217+00:00

    some time ago we faced with similar looking error (Method not found: 'System.Threading.Tasks.Task`1<...>) but with different actual types: Method not found error in UnifiedGroupsUtility.ListUnifiedGroups() when use PnP.Framework 1.6.0 with newer version of Microsoft.Graph. In our case it was caused by dependency update - details are described in blog post. Not sure will it help in your case but may be also related with dependencies update.

    1 person found this answer helpful.
    0 comments No comments