Crosswords2 mins ago
Not accessing beta ab
Every time I try, I get an error message.
Could someone tell me, if it their site, or my computer please.
Thanks.
Server Error in '/' Application.
--------------------------------------------------------------------------------
Value was either too large or too small for an Int32.
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.OverflowException: Value was either too large or too small for an Int32.
Source Error:
Line 77: if (Convert.ToString(randomNoCookie).Contains(Convert.ToString(userIDCookie)))
Line 78: {
Line 79: return Convert.ToInt32(Convert.ToString(randomNoCookie).Replace(Convert.ToString(userIDCookie), ""));
Line 80: }
Line 81: else { return 0; }
Could someone tell me, if it their site, or my computer please.
Thanks.
Server Error in '/' Application.
--------------------------------------------------------------------------------
Value was either too large or too small for an Int32.
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.OverflowException: Value was either too large or too small for an Int32.
Source Error:
Line 77: if (Convert.ToString(randomNoCookie).Contains(Convert.ToString(userIDCookie)))
Line 78: {
Line 79: return Convert.ToInt32(Convert.ToString(randomNoCookie).Replace(Convert.ToString(userIDCookie), ""));
Line 80: }
Line 81: else { return 0; }
Answers
Best Answer
No best answer has yet been selected by Lonnie. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.It's probably a problem at AB's end. Any 'beta' application is likely to throw up problems and AB-beta certainly has. See the editor's blog:
http://www.theanswerbank.co.uk/AB-Editors-Blog /
Chris
http://www.theanswerbank.co.uk/AB-Editors-Blog /
Chris
-- answer removed --