|
Rank: Member Groups: Member
Joined: 7/12/2007 Posts: 16
|
durring invoking a formview update i receive the following error :
Server Error in '/VSS_LIFESTAMPS_GGCM' Application.
Invalid character in a Base-64 string. 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.FormatException: Invalid character in a Base-64 string.
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:
[FormatException: Invalid character in a Base-64 string.] System.Convert.FromBase64String(String s) +0 EO.Web.Internal.aw.b(String A_0) +68 EO.Web.Internal.aw.a(String A_0, String A_1) +1107 EO.Web.Internal.aw.a(String A_0, String A_1, String A_2) +85 EO.Web.Internal.aw.b(String A_0, String A_1) +39 EO.Web.Internal.b9.ac() +423 EO.Web.WebControlBase.LoadViewState(Object savedState) +145 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +183 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +134 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +221 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +134 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +221 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +134 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +221 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +134 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +221 System.Web.UI.Page.LoadAllState() +312 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1661
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.4028
Pls Advice
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Please try to update to the latest build and see if it fixes the problem for you. We have fixed something similar so it might have already been fixed. The latest build should be free for you.
If the latest build still does not fix the problem, we will need you to isolate the problem into a test page and post the test page (along with steps). Once we have that we will run it here and see if we can reproduce the problem. Usually as soon as we can reproduce the problem, we will be able to resolve it.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 7/12/2007 Posts: 16
|
Many thanks for your promtly response ... Ok I'II try the latest edition and I response back to you. The case to reproduce the problem seem to be quite difficult, but may I redirect you in a URL in order to reproduce the problem.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You are very welcome. An Url probably won't be enough for us for this case since this is a server side error, thus we need to debug the server side code. In any case, please let us know if the new version fixes the problem for you.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 7/12/2007 Posts: 16
|
Using the New Version I notice the following Difs in the Stack Trace :
[FormatException: Invalid character in a Base-64 string.] System.Convert.FromBase64String(String s) +0 EO.Web.Internal.av.b(String A_0) +68 EO.Web.Internal.av.a(String A_0, String A_1) +1101 (**** previus run +1107 ) EO.Web.Internal.av.a(String A_0, String A_1, String A_2) +85 EO.Web.Internal.av.b(String A_0, String A_1) +39 EO.Web.Internal.cc.ac() +423 EO.Web.WebControlBase.LoadViewState(Object savedState) +145 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +183 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +134 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +221 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +134 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +221 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +134 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +221 System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) +134 System.Web.UI.Control.LoadViewStateRecursive(Object savedState) +221 System.Web.UI.Page.LoadAllState() +312 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1661
Please Advice !
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
As already mentioned in our previous reply, please create a test page to reproduce the problem. We will need such a page in order to investigate further.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 7/12/2007 Posts: 16
|
It is very hard to reproduce the problem in the proposed way !!! - I try to follow up the response life cycle and I notice that the only Diff is some unload proccess came up. The crash happens immediately after the page_unload end ... I keep trying to debug...
regards
|
|
Rank: Newbie Groups: Member
Joined: 7/22/2013 Posts: 1
|
hi,
i am facing same issues .. have you managed to solve the problem ..
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
No. We have not been able to reproduce the problem yet. Please try to isolate the problem into a test project. Usually as soon as we can reproduce it, we will be able to fix it or provide a workaround to you.
Thanks!
|
|