|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
Server.Transfer not working in Final Release
Originally posted by : Nick Riggs (nick.riggs@smi-al.com)Yesterday I uninstalled RC1 and installed the Final Release of the .NET Framework and Visual Studio.NET. Everything in the asp.net app I was building still seems to work expect for one thing. I can’t use: Server.Transfer(“page.aspx”, True) to transfer a form that was posted to the page to another aspx page. This worked fine in the last version, now I get the following error:The View State is invalid for this page and might be corrupted.I have already created a simple test case:A textbox and a button on one page. When, I press the button I try to transfer the form to another page. No luck, same error even of that simple of a form. Any Ideas? -Nick Riggs
|
|
#2
|
|||
|
|||
|
Originally posted by : steve (steve@aspfree.com)did you try recompiling your app sounds like its inside VS.NET. can you show us the code?------------Nick Riggs at 1/22/2002 9:58:41 AMYesterday I uninstalled RC1 and installed the Final Release of the .NET Framework and Visual Studio.NET. Everything in the asp.net app I was building still seems to work expect for one thing. I can’t use: Server.Transfer(“page.aspx”, True) to transfer a form that was posted to the page to another aspx page. This worked fine in the last version, now I get the following error:The View State is invalid for this page and might be corrupted.I have already created a simple test case:A textbox and a button on one page. When, I press the button I try to transfer the form to another page. No luck, same error even of that simple of a form. Any Ideas? -Nick Riggs
|
|
#3
|
|||
|
|||
|
Originally posted by : Nick Riggs (nick.riggs@smi-al.com)This is what I received from Microsoft yesterday:“MS has acknowledged that this is a bug in the Final. They have stated that they are working on it. A lot of people are seeing this problem, and it is breaking a lot of apps. (not to mention rendering one of the more useful navigation enablers useless).”Guess it won’t be to long before SP1.Thanks,-Nick Riggs------------steve at 1/22/2002 5:27:38 PMdid you try recompiling your app sounds like its inside VS.NET. can you show us the code?------------Nick Riggs at 1/22/2002 9:58:41 AMYesterday I uninstalled RC1 and installed the Final Release of the .NET Framework and Visual Studio.NET. Everything in the asp.net app I was building still seems to work expect for one thing. I can’t use: Server.Transfer(“page.aspx”, True) to transfer a form that was posted to the page to another aspx page. This worked fine in the last version, now I get the following error:The View State is invalid for this page and might be corrupted.I have already created a simple test case:A textbox and a button on one page. When, I press the button I try to transfer the form to another page. No luck, same error even of that simple of a form. Any Ideas? -Nick Riggs
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Server.Transfer not working in Final Release |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|