Silverlight Execution failure Debugging resources strings are unavailable

Asked By 80 points N/A Posted on -
qa-featured

Hi friends,

I am getting this error message recently in Visual studio Development. While I try to deploy an application-using package, I stuck up with this weird error message. The error says Execution failed and debugging resource strings are unavailable. How do I fix it? Please help. Thanks. 

Ececution Failed1:[Arg_SecurityException]

Arguments:

Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See

http://www.microsoft.com/getsilverlight/DllResourceIDs/Default

 

SHARE
Answered By points N/A #186768

Silverlight Execution failure Debugging resources strings are unavailable

qa-featured

Hello,

In order to solve this issue, you have to get “Silverlight for Developers” to get debugging information on the Silverlight program. Most definitely, the coding of the program was incorrect and causing malfunction and needed to be fixed. So, debugging tool is required.

Download Silverlight for Developers. Install it and then run the application. This will generate the error will more details that will help you find out what you’ve messed with your code.

Happy coding!

Related Questions