Rank: Newbie Groups: Member
Joined: 2/26/2010 Posts: 2 Points: 6
|
I got this error while trying to log into the administrator account for the first time. It's version 1.6.0 since I could not get the 2.0 Alpha to install correctly. I'm on a windows 200 server running MSSQL 2005.
============================================== Server Error in '/Cuyahoga' Application. Input string was not in a correct format. 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: Input string was not in a correct format.
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: Input string was not in a correct format.] System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +7467783 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119 Cuyahoga.Web.HttpModules.AuthenticationModule.Context_AuthenticateRequest(Object sender, EventArgs e) +195 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3053
|
 Rank: Administration Groups: Administration
, Member
Joined: 12/30/2004 Posts: 1,674 Points: 1,824 Location: Wageningen (NL)
|
Very strange. What happens if you reset IIS and try to login again?
|
Rank: Newbie Groups: Member
Joined: 2/26/2010 Posts: 2 Points: 6
|
The same error comes up. I have to assume it's a database column type error, but I have no idea where to look.
|
 Rank: Administration Groups: Administration
, Member
Joined: 12/30/2004 Posts: 1,674 Points: 1,824 Location: Wageningen (NL)
|
There is a problem parsing the user id from the forms authentication ticket. Could you try clearing your cookies?
|