Click here to Skip to main content
16,012,116 members

1 solution

The error message is pretty clear. You're trying to execute a method called "GetDelayedDeliveryDays" that doesn't exist on the object of type "RemoteObjects.RemoteApplication".

Check your code to see what class you really defined "GetDelayedDeliveryDays" in.
 
Share this answer
 
Comments
vidkaat 15-Feb-13 9:38am    
I have the same method in the same class. I dont understand y there is a conflict.
Dave Kreskowiak 15-Feb-13 10:02am    
There is no "conflict". It's telling you that RemoteObjects.RemoteApplication doesn't implement a visible (i.e.: Public) GetDelayedDeliveryDays method.
vidkaat 15-Feb-13 10:19am    
No there was an issue with the config i solved it.Thanks.

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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