failed-to-load-viewstate Questions
6
Solved
I have the following in my BasePage class which all my ASPX pages derive from:
protected override void OnInit(EventArgs e)
{
base.OnInit(e);
ViewStateUserKey = Session.SessionID;
}
I also have...
Stratfordonavon asked 13/9, 2009 at 17:4
3
Solved
Just installed the latest version of Rider EAP (163.12057) and tried to create a new solution.
In my Solution Explorer its shows my Solution and (load failed).
In the Event Log window I get the er...
Ramekin asked 18/1, 2017 at 15:17
4
We have a system which dynamically creates the controls of a page every post back and handles back using the browser history and such.
The problem is that on the production server (2 nodes on NLB)...
Broeder asked 4/7, 2011 at 13:35
1
© 2022 - 2024 — McMap. All rights reserved.