ASP.NET 2.0 Debugging: “Ambiguous match found”
Posted on January 3, 2007 - Filed Under ASP.NET 2.0
I got the error “ambiguous match found” when trying to migrate an ASP.NET 1.1 Web app to ASP.NET 2.0. The app would built, but the error would be displayed at runtime.
The is bizarre and is due to the naming of controls. I found, through trial and error (block commenting out of code!) that there were two variables named CarCollectionDateMonthList2 and carCollectionDateMonthList2 the only difference being case, which the ASP.NET runtime will have a fit over.
So, a fine tooth comb through your control names is in order.
Social Bookmarking
Comments
Leave a Reply
You must be logged in to post a comment.