Re: Tracing deployed app

2012-04-22 Thread Chris Anderson
If you look at the event handler for the UnhandledException of the Application object in your App.xaml.cs file, you'll see why. By default, unhandled exceptions are handled differently when a debugger is attached. private void Application_UnhandledException(object sender,

Issue with RIA services and 302 redirects

2012-04-22 Thread David Burela
Long story short, I am using ADFS + WIF in my silverlight app. But after an hour the token expires, the silverlight framework automatically requests a new token from the ADFS server. So far so good, BUT the responses are now 302 redirects to the new URL. From what I can research, it looks like