Web Service Woes: "Server was unable to process request. ---> Method not found"

  • Thread starter Thread starter Grande
  • Start date Start date
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.
 
No it didn't, but I discovered my problem. A secondary dll had been
deleted, and was therefore unable to be found.

Problem's fixed, all is well.

Thanks!
- Matt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top