Skip to content

'Method 'DetermineServiceOperationEndpoint' in type 'Amazon.SQS.ExtendedClient.AmazonSQSExtendedClient' from assembly 'Amazon.SQS.ExtendedClient, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.' #40

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

Open
Arpan-Soni opened this issue Feb 26, 2024 · 7 comments

Comments

@Arpan-Soni
Copy link

Getting this error with .Net 7.0

'Method 'DetermineServiceOperationEndpoint' in type 'Amazon.SQS.ExtendedClient.AmazonSQSExtendedClient' from assembly 'Amazon.SQS.ExtendedClient, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.'

AWSSDK.Core, AWSSDK.S3 and AWSSDK.SQS all on latest nuget package.

@port120
Copy link

port120 commented Mar 6, 2024

hi - also having this error. thanks

@tri-bao
Copy link

tri-bao commented Mar 12, 2024

also got it on AWSSDK.SQS version 3.7.300.54 (latest at the time of writting)

@port120
Copy link

port120 commented Mar 12, 2024

hi - the solution is to remove the AWS SQS nuget package from your project - it's conflicting.

@MnichMateusz-pki
Copy link

Hi, after upgrading our solutions to .NET 8.0 we are also facing this issue. Any plans to fix that soon?

@port120
Copy link

port120 commented Jun 17, 2024

hi - check the solution i posted above

@MnichMateusz-pki
Copy link

Thanks for your suggestion but this is not a real solution.
In our case, SQS cannot be removed from the project, your fix is helping only in specific NuGet packages configuration (where only ExtendedClient is needed), not when SQS has to be used.
As the problem did not occur with older .NET versions (that btw will lose its support really soon), the fix should be provided by the library contributors, to make sure ExtendedClient is compatible with AWSSDK.SQS in NET 7 or .NET 8 projects.

@huytg1612
Copy link

hi - the solution is to remove the AWS SQS nuget package from your project - it's conflicting.

works for me. Tks you xD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants