Or leave us a private message
An item with the same key has already been added.
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at Infragistics.Collections.CollectionBase`1.AddItemSilently(Int32 index, T item)
at Infragistics.Collections.BindableItemCollection`1.AddBoundItem(Int32 index, T item)
at Infragistics.Collections.BindableItemCollection`1.GetItem(Int32 index)
at Infragistics.Collections.CollectionBase`1.get_Item(Int32 index)
at Infragistics.Controls.Menus.NodesManager.ResolveNodeForIndex(Int32 index)
at Infragistics.Controls.Menus.InternalNodesCollection.GetNodeForIndex(Int32 index, NodesManager currentManager, Int32 currentOffset, Int32 additionalOffset)
at Infragistics.Controls.Menus.InternalNodesCollection.GetNodeForIndex(Int32 index, NodesManager currentManager, Int32 currentOffset, Int32 additionalOffset)
at Infragistics.Controls.Menus.InternalNodesCollection.GetItem(Int32 index)
at Infragistics.Collections.CollectionBase`1.get_Item(Int32 index)
at Infragistics.Controls.Menus.Primitives.NodesPanel.MeasureOverride(Size availableSize)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.ContextLayoutManager.UpdateLayout()
at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Object reference not set to an instance of an object.
at Infragistics.Controls.Menus.Primitives.NodesPanel.MeasureOverride(Size availableSize)
at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
at System.Windows.UIElement.Measure(Size availableSize)
at System.Windows.ContextLayoutManager.UpdateLayout()
at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
SignalR Connector
Hi!
In order to monitor this variable value, do I need to put this variable within a loop?
Thanks.
Hi victor
Make the call to the URL of the service (Look above the workflow for this). Something like this:
In this example I have a folder called Examples with a workflow called Handler in it which is the workflow you can see on the design surface. In the Variables list on the right, I have set the two variables I want to use as Input so they can be accepted by the workflow. After that, I just use them, as in the decision.
Hope that helps.
Run .exe with CMD line
Hello!! I'm trying to run a .exe file, but i can't see the screen! I know that the file is open, the work flow is fine, but i can't see the screen!! where is it??
Thank you very much for you time!
Hi,
So a solution for you given your process will be for you to start the other windows form application after the workflow completes.
So in your process would become:
1. A Windows form in c#, have a textbox to validate a email.
2. The submit button executes the workflow
3. The workflow do all the process and create a file with the result.
4. C# application from step 1 will start the next C# application after the workflow completes
Does this solution work for you? We will discuss your idea for the CMD line tools and possibly add it as an option.
Thanks
Xpath expression support for xml with namespace prefix
Hi Team,
Bala
VB DLLs and Objects
Connecting Studio to Server
I have downloaded the source code and currently have the server and studio running in visual studio. The problem I am having is that the studio can't find the server and throws an error. Do you have any advise to over come this issue.
Regards
Wayde
Client Connector
>Garrett
Recursive Evaluation
From the technical documentation page:
"i.e. [[hello[[world]]]] would be recursively evaluated as [[hellobob]] where [[world]] had the value of “bob” and then [[hellobob]] as “my name is bob” where [[hellobob]] had the value “my name is bob” stored in it.
I decided to test this out myself. I created a variable [[hellobob]] and assigned the string "my name is bob" Then I created a variable [[world]] and assigned "bob". Finally I created a variable [[result]] and assigned [[hello[[world]]]]. To my disappointment I received a parse error.
I went back and added the variable [[hello]] and assigned "hello"
And then changed my assignment of [[result]] to [[[[hello]][[world]]]]
This produced the expected result. In the debug window it read my assignment as Variable [[result]] = New Value [[hellobob]] with the string "my name is bob" as its value.
I don't know if this is technically a bug since it did behave in a recursive manner when I tried the second time, but perhaps the documentation is wrong. When I set [[result]] to [[hello [[world]]]] It returned [[hello bob]] an unassigned variable. But with no space there, [[hello[[world]]]] results in a parse error.
Служба підтримки клієнтів працює на UserEcho