I get this error when i try to go to the "workspace: Process overview":
Cast from type 'DBNull' to type 'Integer' is not valid.
with the stack trace:
Microsoft.VisualBasic.CompilerServices.IntegerType.FromObject(Object Value) +819
Workspace.Net.ActStatisticsList.Page_Load(Object sender, EventArgs e) +5506
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
This error occur after i try to start a workflow when the connection to the K2 server was temporaly down (workspace is located on anothrr computer).
FYI:
K2 SP2a
Server is on .NET framework 2.0 (with workspace web site configured as .Net 1.1)
Sql 2005
Could anyone help me?
thanks