Unable to serialize the session state because of Microsoft.Web.Services3.StateManager? Unable to serialize the session state because of Microsoft.Web.Services3.StateManager? asp.net asp.net

Unable to serialize the session state because of Microsoft.Web.Services3.StateManager?


If you are serializing a custom object make sure to decorate the class with the attribute. Without this on any object that you put into the session state the serializer will fail. You probably need to isolate the item you are storing and check it's properties and that it itself has that attribute.