Donate SIGN UP

Not accessing beta ab

Avatar Image
Lonnie | 20:11 Wed 19th Dec 2007 | Computers
4 Answers
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; }
Gravatar

Answers

1 to 4 of 4rss feed

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
-- answer removed --
Yeah it's the beta site. It doesn't work for me either.
Question Author
Thanks Chris,
that answers it.

legend,
I get the error message instead of the homepage, I can't get on it to post.

1 to 4 of 4rss feed

Do you know the answer?

Not accessing beta ab

Answer Question >>

Related Questions