0
Solucionado

An item with the same key has already been added.

Anónimo hace 9 años en Studio actualizado por Nathi hace 8 años 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
Solucionado

Object reference not set to an instance of an object.

Anónimo hace 9 años en Studio actualizado por anonymous hace 9 años 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
Respuestas

My task is not running

Anónimo hace 9 años en Studio actualizado por Gandalf hace 9 años 4

My task is not running

Rodolpho

0
Respuestas

SignalR Connector

Anónimo hace 9 años en Studio / Variables actualizado por Gandalf hace 8 años 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
Respuesta
Gandalf hace 8 años

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
En revisión

Run .exe with CMD line

Anónimo hace 9 años en Studio / Toolbox actualizado por anonymous hace 8 años 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
Respuesta
anonymous hace 8 años

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
Respuestas

Xpath expression support for xml with namespace prefix

Anónimo hace 9 años en Studio / Toolbox actualizado por Samurai Jack hace 9 años 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
Respuestas

VB DLLs and Objects

Justin Blaauw hace 9 años en Studio / Sources actualizado por Gandalf hace 9 años 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
Respuestas

Connecting Studio to Server

Anónimo hace 9 años en Studio actualizado por anonymous hace 9 años 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
COMPLETADO

Client Connector

Anónimo hace 9 años en Studio / Toolbox actualizado por Gandalf hace 9 años 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
+2
No es un bug

Recursive Evaluation

Anónimo hace 9 años en Studio / Variables actualizado por Gandalf hace 8 años 5
After reading about how the Datalist caters to recursive evaluation I thought this was interesting and wanted to try it out.
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.