Top "Ambiguous-call" questions

Ambiguous call is a situation, when compiler cannot deduce from the passed parameter types, which version of function or method shall it use.

Avoiding an ambiguous match exception

I am invoking a static method Parse on a type via reflection because I do not know the type of …

c# reflection ambiguous-call
How do I fix an "ambiguous" function call?

I'm working on a C++ program for class, and my compiler is complaining about an "ambiguous" function call. I suspect …

c++ ambiguous-call
SpringBoot @RestController, Ambiguous mapping found

Hi I have a simple RestController in my Sample: @RestController public class PersonController { @RequestMapping(name = "/getName", method = GET) public String …

spring rest controller spring-boot ambiguous-call
Query error with 2 ambiguous column names in SQL

I've been working with this Query for bit now and I'm having a hard time. I'm new to SQL and …

sql sql-server inner-join ambiguous ambiguous-call
Java ambiguous type for method?

EDIT: This turned out not be a problem with the code at all, but with a bug in the Groovy …

java eclipse ambiguous ambiguous-call
Ambiguous invocation caused by picking up two versions of System.Linq

I have the following code, which shows a squiggly red line under the lambda expression after .Any( because of an "…

linq reference orchardcms method-invocation ambiguous-call