user2871311
user2871311

Reputation: 1

silverlight4 exception ( debugging resource strings are not available............. )

I am getting these error message while we logout from application or when we click on logout buuton

Someone can help me regarding this issue because I m new to silver light technology also I m not to find this issue why it happening and on internet I m not find any relevant article on it

Description of error: System.argument null exception:[argumentnull_generic ] Arguments: Debugging resource strings are not available .often the key and argument provided sufficient information to diagnose the problem.see............,...,......

Upvotes: 0

Views: 632

Answers (1)

Zafar
Zafar

Reputation: 147

These Errors are generic. This may be as a result of some un-handled exceptions in your silverlight application. I would suggest to put Try-Catch block on vulnerable code and debug. Surely this will help you.

Upvotes: 1

Related Questions