2
Error   1335    The call is ambiguous between the following methods or properties: 
'Wedding.Helpers.ModelStateExtensions.GetFirstErrorMessage(System.Web.Mvc.ModelStateDictionary)' and 
'Wedding.Helpers.ModelStateExtensions.GetFirstErrorMessage(System.Web.Mvc.ModelStateDictionary)'    
C:\Documents and Settings\Administrator\scratch\Archant\WebSites\Weding\Areas\AddressBook\Controllers\Partner\HomeController.cs 
31  69  Wedding

it's pointing to the exact same method on the conflict!!

Why oh why?!

1 Answers1

1

Where are you creating the Helper class?

If it's in the App_Code folder..that's probably the issue. Here's a previous answer with more details:

The call is ambiguous between the following methods or properties (bug??)

Community
  • 1
  • 1
Ed B
  • 6,028
  • 3
  • 26
  • 35