Click here to Skip to main content
15,896,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!

I have added one BIGINT field in by database and now i want to update my edmx file.

But it generates following error.

C#
No overload for method QuotationSearch takes 15 arguments


While this method is correct. I have tried by deleting and updating single and all table also
Posted

1 solution

No overload for method QuotationSearch takes 15 arguments
Error simply means that the method(s) QuotationSearch defined does not take 15 parameters as argument.
Your parameter count passed to the method is not as per method declared.

Cross verify the parameters in the method and count the number of them you are passing to access it. They should match.
 
Share this answer
 
Comments
ravi sharma11 30-Aug-12 7:44am    
I have already checked it and count all 15 perameters. when i editedmx, This error is generated
Sandeep Mewara 30-Aug-12 8:26am    
Clear your temporary files, clean your solution, delete bin and obj folder. Rebuild solution and try.
ravi sharma11 31-Aug-12 0:28am    
my project is in vs2010 so here i have deleted reference and added again,i have tried cleaning web solution also....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900