Hey all,
I'm making a series of wcf service calls to populate a number of comboboxes
and have noticed that quite often a number of them don't seem to be getting
called. It seems fairly random. I'm making 9 calls and using fiddler I can
see that all the services that are called are being returned. I've put some
debug.writeln's into the Reference.cs file to make sure they are being hit
and as far as I can tell its all working.

Any ideas how I can further figure out what's going on here?

For example, the code below from my Reference.cs;
base.InvokeAsync(this.onBeginGetExerciseEquipmentDelegate, new object[] {
                        session}, this.onEndGetExerciseEquipmentDelegate,
this.onGetExerciseEquipmentCompletedDelegate, userState);
Debug.WriteLine("Internal Call of Get Equipment hit");

I'm seeing the debug message appear in the output but sometimes fiddler
doesn't see the response (or the request). Its as if the call is being lost
before sending it. It seems fairly random which service call is missed, and
it happens on my machine, and when I pull it down from the beta server.

cheers,
Stephen
--------------------------------------------------------------------------------
Support procedure: https://www.codify.com/lists/support
List address: [email protected]
Subscribe: [email protected]
Unsubscribe: [email protected]
List FAQ: http://www.codify.com/lists/ozsilverlight
Other lists you might want to join: http://www.codify.com/lists

Reply via email to