0
Naprawione

An item with the same key has already been added.

Anonim 9 lat temu w Studio Ostatnio zmodyfikowane przez Gandalf 9 lat temu 2
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
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)
0
Naprawione

An item with the same key has already been added.

Anonim 9 lat temu w Studio Ostatnio zmodyfikowane przez Nathi 9 lat temu 4
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
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)
0
Naprawione

Object reference not set to an instance of an object.

Anonim 9 lat temu w Studio Ostatnio zmodyfikowane przez anonymous 9 lat temu 13
at Infragistics.Controls.Menus.Primitives.NodesPanel.RenderNode(XamDataTreeNode node, Double availableWidth)
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)
0
Z odpowiedzią

My task is not running

Anonim 9 lat temu w Studio Ostatnio zmodyfikowane przez Gandalf 9 lat temu 4

My task is not running

Rodolpho

0
Z odpowiedzią

SignalR Connector

Anonim 9 lat temu w Studio / Variables Ostatnio zmodyfikowane przez Gandalf 9 lat temu 6

Hi!

I have a SignalR hub with some data that I want to set into warewolf variables and then use this variable value either to store or call other services/web api as a trigger.
Do I need to create a connector to accomplish this behavior?

In order to monitor this variable value, do I need to put this variable within a loop?


Thanks.

tool variables
Odpowiedź
Gandalf 9 lat temu

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.

+1
W trakcie analizy

Run .exe with CMD line

Anonim 9 lat temu w Studio / Toolbox Ostatnio zmodyfikowane przez anonymous 9 lat temu 3

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??


Image 242



Thank you very much for you time!


tool
Odpowiedź
anonymous 9 lat temu

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

+1
Z odpowiedzią

Xpath expression support for xml with namespace prefix

Anonim 9 lat temu w Studio / Toolbox Ostatnio zmodyfikowane przez Samurai Jack 9 lat temu 11

Hi Team,

We are evaluating the different open source ESBs, as we started with Warewolf.
Please let us know, if you have namespace support on xpath utility you have in control/tool box.
We have xml content that uses, namespace as prefix with xml node/element name.
Please help us to construct Xpath expression for the same.
thanks.
regards

Bala

designer
0
Z odpowiedzią

VB DLLs and Objects

Justin Blaauw 10 lat temu w Studio / Sources Ostatnio zmodyfikowane przez Gandalf 9 lat temu 2
I am fairly new to the Microsoft experience, but was wondering if the DLLs have to be C# or can they be VB to use in Warewolf? Can I create objects in the DLL and access them from Warewolf ?
source
+1
Z odpowiedzią

Connecting Studio to Server

Anonim 10 lat temu w Studio Ostatnio zmodyfikowane przez anonymous 10 lat temu 9
Hi,

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

studio server
0
Ukończony

Client Connector

Anonim 10 lat temu w Studio / Toolbox Ostatnio zmodyfikowane przez Gandalf 9 lat temu 4
I read that you use SignalR for communication between the server and studio. Are there any plans on using SignalR to create a Client Connector+Source Tool so that we can push content to or message connected client apps?

>Garrett
tool studio