| | | Supreme Being
       
Group: Forum Members Last Login: Friday, September 05, 2008 Posts: 11, Visits: 89 |
| | Thanks RSimon for the answer in my last topic problem (WorkFlow ListPanel Error ), But I put as you tell me to: ListControl1.RepositoryName = "Repo Name"; but returns this error: Server Error in '/' Application.
Value cannot be null. Parameter name: key 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.ArgumentNullException: Value cannot be null. Parameter name: key
Source Error:
Line 21: Line 22: ListControl1.RepositoryName = ConfigurationManager.AppSettings("Repo Name")Line 23: ListControl1.ListName = "WorkFlow"Line 24: Line 25: End Sub |
Source File: C:\InfodocX\frm_skeltaworkflowlist.aspx.vb Line: 23
Stack Trace:
[ArgumentNullException: Value cannot be null.Parameter name: key] System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument) +41 System.Collections.Generic.Dictionary`2.FindEntry(TKey key) +2667593 Skelta.Core.DS.SkeltaDataSetCollectionBaseWithName`1.Contains(String name) +26 Workflow.NET.Config.x5ce02f9335ac15e5(String xb4c20196cca6b7fb, String x1cf809fba6a08057, Boolean x82dce0a1f680dc94) +1592 Workflow.NET.Config.x650982ad5afb0f23(String xb4c20196cca6b7fb, String x1cf809fba6a08057, Boolean x82dce0a1f680dc94) +217 Workflow.NET.Config.x4cd1a2dd2810341d(String xb4c20196cca6b7fb, String x1cf809fba6a08057) +109 Workflow.NET.Config..ctor(String Application, String WorkflowName) +1032 Workflow.NET.Config.x69f7431ec7a43674(String x0f428d255515ea15, String x77bd0e662e0277e8) +203 Skelta.Core.DS.SingleTableObject.get_Configuration() +44 Skelta.Core.DS.SingleTableObject.x3ca5acd7ade415a8() +139 Skelta.Core.DS.SingleTableObject..ctor(ApplicationObject application, String tableName, String identifierColumn, Boolean tableContainsApplicationColumn) +226 Skelta.Repository.List.ListDefinition..ctor(ApplicationObject application, String name) +43 Skelta.Repository.Web.ListControl.set_ListName(String value) +62 infodocX.frm_skeltaworkflowlist.Page_Load(Object sender, EventArgs e) in C:\InfodocX\frm_skeltaworkflowlist.aspx.vb:23 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436 |
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 What is ListControl1.ListName = "WorkFlow"; Thanks Hugo Marinho |
| | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, March 12, 2009 Posts: 166, Visits: 707 |
| Hi Hugo Marinho, We are following list architecture in Skelta Enterprise Console and you can find different lists like Users, WorkFlow, NavigationDetails etc. So while using ListControl we need to specify what type of list is it using “ListName” property and the following are the possible values it. · Event Associations · Event Providers · Impersonation Users · NavigationDetails · Users · Workflow
Regards, Bineesh |
| | | | Supreme Being
       
Group: Forum Members Last Login: Wednesday, January 04, 2012 Posts: 15, Visits: 25 |
| Hi,
using Skelta BPM.NET 2009, can you tell me wich keyword i shall use so I can display the Skelta Form Initiator treview list, instead of Workflow list.
Regards, Mario. |
| | | | Supreme Being
       
Group: Forum Members Last Login: Wednesday, January 04, 2012 Posts: 15, Visits: 25 |
| Ok, I got it.
It is documented within BPM.NET 2009 Developer Guide at FormList WebPart Control.
Regards, Mario. |
| |
|
|