Tagged Questions
6
votes
3answers
835 views
Question about ambiguous calls in C#
I have a question that's not really a problem, but something that made me a little curious.
I have a class with two methods in it. One is a static method and the other one is an instance method. The ...
4
votes
2answers
348 views
How to resolve ambigiously named extension method?
I have a DataTable that I'm trying to enumerate over with the AsEnumerable extension method on System.Linq.Enumerable. The problem is that there is an identically named extension method on ...
1
vote
1answer
1k views
Ambiguous reference error in VS2010
We have a type called Action in our library. We support VS2005, 2008 and now trying to support VS2010 too. When I include the namespace containing our 'Action' type and also 'System' together in a ...
0
votes
1answer
209 views
Why am I getting an “Ambiguous Match” error here?
The page that I'm currently working on searches for various entities based on what portfolio they are in. In order to apply the other search criteria (besides for Portfolio) the page first gets the ...