I have a web service build with Net 4.5.1. I have upgrade my client application calling this service to 4.6.2. My client program is calling a method asynchronously using BeginCheckForLPResponse and EndCheckForLPResponse which no longer seems to be recognized
and thus won't build. the message is "AUEngine does not contain definition for 'BeginCheckForLPResponse' are you missing an assembly or reference" Thisworked in net 4.5.1 what am I missing?
Member
2 Points
23 Posts
Asynch web service call breaks when upgraded to net
Feb 06, 2017 02:46 PM|bulldog61|LINK
I have a web service build with Net 4.5.1. I have upgrade my client application calling this service to 4.6.2. My client program is calling a method asynchronously using BeginCheckForLPResponse and EndCheckForLPResponse which no longer seems to be recognized and thus won't build. the message is "AUEngine does not contain definition for 'BeginCheckForLPResponse' are you missing an assembly or reference" Thisworked in net 4.5.1 what am I missing?
Thanks!
Mike
All-Star
53781 Points
24076 Posts
Re: Asynch web service call breaks when upgraded to net
Feb 06, 2017 06:53 PM|mgebhard|LINK
BeginCheckForLPResponse does not exist in the proxy class. Have you tried recreating the service reference?