G
Grande
Hi all,
I recently changed a webservice to take in a third parameter, and it
hasn't been working since.
I get the following error at runtime:
"Server was unable to process request. ---> Method not found:
'SCR.Domain.Users.User
SCR.Service.Users.UserService.ChangePassword(Int32, System.String,
System.DateTime)'."
I should specify that Intellisense picks up the changes (It prompts me
for the third parameter), and it compiles without problems.
I've tried updating the Web Refrence, deleting then re-adding the
refrence, and even adding it with a new name, and it still keeps saying
that it doesn't find the method.
After some googling, I've come up with no new suggestions, so perhaps
you can help me out.
Thanks,
- Matt.
I recently changed a webservice to take in a third parameter, and it
hasn't been working since.
I get the following error at runtime:
"Server was unable to process request. ---> Method not found:
'SCR.Domain.Users.User
SCR.Service.Users.UserService.ChangePassword(Int32, System.String,
System.DateTime)'."
I should specify that Intellisense picks up the changes (It prompts me
for the third parameter), and it compiles without problems.
I've tried updating the Web Refrence, deleting then re-adding the
refrence, and even adding it with a new name, and it still keeps saying
that it doesn't find the method.
After some googling, I've come up with no new suggestions, so perhaps
you can help me out.
Thanks,
- Matt.