We are running this on Windows Server 2008 R2 Standard, with SQL Server 2005.
From the 'Projects At-A-Glance' page, if I expand a project section and then click on a value under either the 'My Open' or 'My Unresolved' columns, I get the following error:
This was produced when running IE8 on the server itself, but it happens on client machines in other browsers too.Server Error in '/VaultPro' Application.
--------------------------------------------------------------------------------
Unable to cast object of type 'System.Int32' to type 'System.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.InvalidCastException: Unable to cast object of type 'System.Int32' to type 'System.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:
[InvalidCastException: Unable to cast object of type 'System.Int32' to type 'System.String'.]
Mantis.AtAGlanceGrid.GridView1_RowCommand(Object sender, GridViewCommandEventArgs e) +1087
System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) +173
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +52
System.Web.UI.WebControls.GridViewRow.OnBubbleEvent(Object source, EventArgs e) +123
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +52
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3554
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
If I navigate into a project and then click on the "My Open" option from the menu bar at the top of the page, the list of open items displays correctly.
Any ideas?
Cheers,
Simon