Re: CryptographicException WSE502

From: Tim_Mac (tim_at_mackey.ie)
Date: 03/27/05


Date: 27 Mar 2005 02:24:22 -0800

hi Sidd,
i wasn't aware you had contacted me?! perhaps you mean the original
poster of this problem, john o'neill?

in his case he was using the async methods. i'm calling the
synchronous methods on a worker thread. it is possible that the UI
thread can call operations on the same web service object. could there
be problems with this scenario?
i thought of doing a lock on the web service object during each call,
but this would mean i couldn't multi-task my application, unless i
created a new web service object for each thread. this would not be
ideal since there is a lot of setting up with the web service object,
and my application architecture is built around sharing a single web
service object.

any thoughts?
thanks
tim
p.s. i was running WSE2 RTM and now 've installed SP3, i'll watch it
over the next week and let you know if these problems continue.