I have a heavy traffic aspx page calling a web service upon every user`s request as follows.
string uri = \"Path.asmx\"; string soap = \"soap xml string\";
looking at your error message first of all I would suggest you to recompile your whole application, make sure all the required dlls are there in bin folder when you recompile it.