M
MW
Hello,
I have a following situation I have a web service, which is called from DLL,
which is used by Pocket. To ilustrate this:
WEB
SERVICE --------------> DLL -----------------------> Pocket client
The reason for doing this that way is, I also have WebClient, so, this also
aplies:
WEB
SERVICE --------------> DLL -----------------------> Web client
While everything works great on Web Client, any call to the DLL from Pocket
client results in LoadException, that says:
Additional information: Cannot load type System.Web.Services.Protocols.SoapHttpClientProtocol
from set System.Web.Services, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A.
What's wrong? Have I made some fundamental error?
I greatly appreciate any help on this, as I have no idea what to do next.
Thank you in advance,
MW
I have a following situation I have a web service, which is called from DLL,
which is used by Pocket. To ilustrate this:
WEB
SERVICE --------------> DLL -----------------------> Pocket client
The reason for doing this that way is, I also have WebClient, so, this also
aplies:
WEB
SERVICE --------------> DLL -----------------------> Web client
While everything works great on Web Client, any call to the DLL from Pocket
client results in LoadException, that says:
Additional information: Cannot load type System.Web.Services.Protocols.SoapHttpClientProtocol
from set System.Web.Services, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A.
What's wrong? Have I made some fundamental error?
I greatly appreciate any help on this, as I have no idea what to do next.
Thank you in advance,
MW