locked
System.Runtime.Serialization.SerializationException: Cannot get the member 'ValidateReportSecurity'. RRS feed

  • Question

  • we are getting following exception in web application  we are using load balancer and we are using reports .RDLC files

    Cannot get the member 'ValidateReportSecurity'.

    Description:
    An unhandled exception occurred during the execution of the current web
    request. Please review the stack trace for more information about the error and
    where it originated in the code.

    Exception Details:
    System.Runtime.Serialization.SerializationException: Cannot get the member
    'ValidateReportSecurity'.

    Source Error:
    An unhandled exception was generated during the execution of the
    current web request. Information regarding the origin and location of the
    exception can be identified using the exception stack trace below.

    Stack Trace:
    [SerializationException: Cannot get the member 'ValidateReportSecurity'.]
       System.Reflection.MemberInfoSerializationHolder.GetRealObject(StreamingContext context) +3854715
       System.Runtime.Serialization.ObjectManager.ResolveObjectReference(ObjectHolder holder) +147
       System.Runtime.Serialization.ObjectManager.DoFixups() +10109910
       System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) +583
       System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) +326
       System.Web.Util.AltSerialization.ReadValueFromStream(BinaryReader reader) +1107
       System.Web.SessionState.SessionStateItemCollection.ReadValueFromStreamWithAssert() +73
       System.Web.SessionState.SessionStateItemCollection.DeserializeItem(String name, Boolean check) +347
       System.Web.SessionState.SessionStateItemCollection.get_Item(String name) +27
       System.Web.SessionState.HttpSessionStateContainer.get_Item(String name) +23
       System.Web.SessionState.HttpSessionState.get_Item(String name) +23
       Microsoft.Reporting.WebForms.ReportDataOperation..ctor() +197
       Microsoft.Reporting.WebForms.HttpHandler.GetHandler(String operationType) +687
       Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext context) +57
       System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +599
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171
    

    can you guide us how resolve this


    rajesh





    Friday, September 20, 2013 7:00 AM

Answers

  • Hello,

    Thank you for your post.

    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System and Visual Studio Editor.

    Since you get issues during working with ASP.NET Web Application, I suggest that you can consult your issue on ASP.NET forum: http://forums.asp.net/  for better solution and support.

    Best regards,


    Amanda Zhu <THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
    Thanks
    MSDN Community Support

    Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.

    • Proposed as answer by Just Karl Friday, September 20, 2013 7:27 PM
    • Marked as answer by Just Karl Friday, September 27, 2013 3:49 PM
    Friday, September 20, 2013 9:44 AM