This is the situation :
When I put a telerik report without any DataSource (just a blank report), my Silverlight application work fine.
When I use a telerik report with a SqlDataSource or EntityDataSource (both using stored procedure) after few minutes all my DomainService (decorated with [RequiresAuthentication]) on the server side become denied (message like Load operation failded for query .... Access to operation ... was denied).
More on the server side, lines like System.Web.HttpContext.Current.Profile.GetPropertyValue are no longer working.
But client side, WebContext.Current.User.IsAuthenticated seem still true.
Any suggestion will be very appreaciate. I'm working on this case sine 2 weeks!!!
When I put a telerik report without any DataSource (just a blank report), my Silverlight application work fine.
When I use a telerik report with a SqlDataSource or EntityDataSource (both using stored procedure) after few minutes all my DomainService (decorated with [RequiresAuthentication]) on the server side become denied (message like Load operation failded for query .... Access to operation ... was denied).
More on the server side, lines like System.Web.HttpContext.Current.Profile.GetPropertyValue are no longer working.
But client side, WebContext.Current.User.IsAuthenticated seem still true.
Any suggestion will be very appreaciate. I'm working on this case sine 2 weeks!!!