Yep, and they all print out, even when the service is not called.
I put a debug writeln in the methods called onBegin, and onEnd methods. The
begin prints and the end doesn't. (when it doesn't call it. when it does, it
all prints out as expected) That's as close as I can get to the framework
without debugging into the framework code. (I've read you can do that but
haven't set it up before. Not sure if you can debug the Silverlight
framework like you can the .net framework?)

On Wed, Mar 4, 2009 at 2:04 PM, Jonathan Parker <
[email protected]> wrote:

> The only thing I can think of is that subsequent calls are canceling
> the previous calls.
> Have you tried putting print statements before/after each service call
> in the client?
>
> On Wed, Mar 4, 2009 at 2:04 PM, Stephen Price <[email protected]>
> wrote:
> > 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
>
> --------------------------------------------------------------------------------
> 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
>
>
--------------------------------------------------------------------------------
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