Silverlight / WPF - Async Exception occured - Asked By gopal krish on 11-Jun-12 03:12 AM

hi..

i m having a pdf file contains 600-700 pages.

after hosting the site, now when i try to show that in my silverlight page using my wcf service it throws the below error
"[async_exceptionoccured]
Arguments:
debugging resource string are unavailable.often the key and arguments provide sufficient informationto diagonose the problem"


but where as 10 t0 20 pages pdf files are showing in silverlight page. but in order to show the large size file (pages) i got the above error.

how to handle this issue.

need ur suggetsions..

regards
gopal.s 
Vikram Singh Saini replied to gopal krish on 11-Jun-12 08:19 AM
Suggestions to try:

(1) It's not the true error message. Use Fiddler to Debug Error.

Download same fromhttp://www.fiddler2.com/fiddler2/

(2) Enable WPF tracing to trace details on error. Use http://msdn.microsoft.com/en-us/library/ms733025.aspx for tracing.

(3) This link http://tickett.wordpress.com/tag/async_exceptionoccurred/ explains making configuration in ClientConfig file for hosting silverlight applicaiton.