Hi, I'm new to Silverlight & Devforce. I try to figure out how ASP Authentication works. I use the sample 080_Security: ASPNET Membership with Registration. If I enter some random login name/password then I first get the popup message that the credentials are invalid which is right, but then I get an unhandled exception:
Run with Ctrl-F5:
Error: Unhandled Error in Silverlight 3 Application The login credentials supplied are invalid. at IdeaBlade.EntityModel.AsyncProcessor`1.<>c__DisplayClass2.<.ctor>b__0(TArgs args)
at IdeaBlade.EntityModel.AsyncProcessor`1.Signal()
at IdeaBlade.EntityModel.AsyncProcessor`1.<Execute>b__5(Object x)
- How and where can I handle this exception?
- Why is it saying Silverlight 3 in the message and not 4?
I'm using DevForce Version 6.0.6.1 - VS2010
thanks for your help