View State problem in pages
-
Hi, I am getting the below exception when i am trying to sort my webpage or select nextpage in my application.Here is the error details.Need help urgently. The state information is invalid for this page and might be corrupted. 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.Web.HttpException: The state information is invalid for this page and might be corrupted. Source Error: [No relevant source lines] Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\va.admin\ae19a4a9\2ea09e75\App_Web_jb2ohxsj.10.cs Line: 0 Stack Trace: [SerializationException: The constructor to deserialize an object of type 'Ext.Javascript.JSObject' was not found.] System.Runtime.Serialization.ObjectManager.GetConstructor(Type t, Type[] ctorParams) +2320401 System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context) +99 [SerializationException: The constructor to deserialize an object of type 'Ext.Javascript.JSObject' was not found.] System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context) +239 System.Runtime.Serialization.ObjectManager.FixupSpecialObject(ObjectHolder holder) +44 System.Runtime.Serialization.ObjectManager.DoFixups() +167 System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) +203 System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) +190 System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream) +12 System.Web.UI.ObjectStateFormatter.DeserializeValue(SerializerBinaryReader reader) +1713 System.Web.UI.ObjectStateFormatter.DeserializeValue(SerializerBinaryReader reader) +384 System.Web.UI.ObjectStateFormatter.DeserializeValue(SerializerBinaryReader reader) +198 System.Web.UI.ObjectStateFormatter.DeserializeValue(SerializerBinaryReader reader) +384 Srikanth Pothineni
-
Hi, I am getting the below exception when i am trying to sort my webpage or select nextpage in my application.Here is the error details.Need help urgently. The state information is invalid for this page and might be corrupted. 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.Web.HttpException: The state information is invalid for this page and might be corrupted. Source Error: [No relevant source lines] Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\va.admin\ae19a4a9\2ea09e75\App_Web_jb2ohxsj.10.cs Line: 0 Stack Trace: [SerializationException: The constructor to deserialize an object of type 'Ext.Javascript.JSObject' was not found.] System.Runtime.Serialization.ObjectManager.GetConstructor(Type t, Type[] ctorParams) +2320401 System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context) +99 [SerializationException: The constructor to deserialize an object of type 'Ext.Javascript.JSObject' was not found.] System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context) +239 System.Runtime.Serialization.ObjectManager.FixupSpecialObject(ObjectHolder holder) +44 System.Runtime.Serialization.ObjectManager.DoFixups() +167 System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) +203 System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) +190 System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream) +12 System.Web.UI.ObjectStateFormatter.DeserializeValue(SerializerBinaryReader reader) +1713 System.Web.UI.ObjectStateFormatter.DeserializeValue(SerializerBinaryReader reader) +384 System.Web.UI.ObjectStateFormatter.DeserializeValue(SerializerBinaryReader reader) +198 System.Web.UI.ObjectStateFormatter.DeserializeValue(SerializerBinaryReader reader) +384 Srikanth Pothineni
SZrikanth Please check the following site for more information http://support.microsoft.com/default.aspx?scid=kb;EN-US;323744[^] Thanks Rakheesh