Answer Questions
yaron nahari Error: EventDeliveryFailedException ?
I have got a dual WinForms/ASP.NET workflow application working, except for raising events to workflow from ASP.NET. The events work ok if raised under WinForms app, with DefaultWorkflowScheduler. Under ASP.NET I raise the same event (same code in same DLL) I get the error below. The ASP.NET code raising the event is this: ASP.NET Code: '...Get the GUID of the task Dim ID As String = Me.GridView1.SelectedRow.Cells(4).Text Dim ins ...Show All
JUSTFUN Questions in developing an *OA product* with StateMachine WF
Hi: I'm developing an *OA product* (web app) with StateMachine WF now. What I want to achieve is allow the customer to build their workflow by themself. In other words, what I'm developing is an *Workflow Builder* There r some questions: 1. About LocalSvc to provide / raise events for StateMachine WF: In the workflow, each state contains several HandleExternalEvent activities, also, each state could handle several diffe ...Show All
khkassem web service workflow
I've asked this before in one of my previous posts but it got buried under and can't get the answer. Here it goes again. 1. I've followed AddService using in the book. Seems to be clear. The problem I'm facing is that my next activity happens day later, unlike in AddService scenario where webservicereceive is followed by webservicerespond immediately. How does the host (iis ) brings in serialized workflow instance into the memory and what trigge ...Show All
gdillen If you have trouble installing the Windows SDK...
If you run into problems installing the SDK, there are a few common culprits. Click the Log button on the "Install Complete" screen and open the log. Or browse to your %temp% folder and open sdksetup.txt. Scroll all the way to the bottom, because that's where the error will appear. One frequent problem is with Microsoft Document Explorer 2005 in the log. For instance: 10:45:37 AM Tuesday, January 24, 2006: [SDKSetup:Info] Config_Products_I ...Show All
grysauto2002 Activities Tab in Choose Items for Toolbox
How do we get our activities to show up in this tab Is there a special directory or is it the same directory as the Add Reference dialog uses It seems that in February CTP autodection of Activities in current project/referenced assemblies stopped working ;-(. Maybe there's a workaround for this issue Its the same directory as the Add Reference dialog uses. So for adding a component from a sp ...Show All
Psilo VS2005 and directshow
Hi all Got some problem with the new visual studio 2005 and directshow baseclass project and warning coming from the compiler. I read in several ng on google that maybe the actual psdk (april 2005) could not be full compatible with vs 2005. Is there any date for an update version of the psdk Please reply as soon as possible... please Lorenzo Malaguti The VC2005 compiler is stricter about enforcing s ...Show All
Maddytk Rendering a stream
Hello everyone, I'm really new in directshow development, and I hope you will be able to help me. I need to play a wave (non PCM format) directly from the memory stream, because I can't create a file and thus I can't use the RenderFile method. Is there a similar RenderFile method that plays a wave using a stream data as input parameter Or is it necessary to use a filter to make this operation If is possible, please, send me a sample. Than ...Show All
Dedy Susanto Deriving Workflow classes...
Hello, if I want to derive a class from SequentialWorkflow and then define new workflows from this derived class. When I change the base class in the partial definitions of a code workflow to my derived class it works, but when I define it using xoml there is a problem with some partial definition of the new workflow. Is there any way to resolve this example: public partial class Workflow4 : MySequentialWorkflow erro ...Show All
0x00 Dual Display Suggestion
Hi, I use dual monitors for work every day, and the most annoying thing you can imagine is when I am several programs open and it seems like every time I open another window, it opens one the opposite screen that I want it to. Perhaps microsoft could come up with a way to right click a shortcut and press "open on screen 1, 2, etc." or maybe when you double click a program and move the curser to the screen you want it will automatically ope ...Show All
Samarth04 Workflow compiler error: "Attribute 'Class' not found on the root activity."
I have a console app that programmatically builds a workflow. It creates a sequential workflow object, adds activities (implemented in a separate DLL) to it, serializes the generated workflow definition to a XOML file, compiles the XOML definition to an assembly (DLL), and executes the workflow (we are building a prototype here, so at this point everything is done within one program). It seems to work, but there is one ...Show All
DevboyX SetState from Host
I developed a statemachine Workflow with 3 states - New, Ready1, Ready2 In New State- After HandleExternalEvent, i placed one externalcall Method and raising an event to host. In Host the following is the code... In Host take the Instance of LocalServiceCommunication like workflowRuntime.GetService< ServiceRequestDataExchangeService >().OnSetTargetState += new EventHandler < TargetStateEventArgs >(SRIntakeForm_OnSetTar ...Show All
miliu Activites in different process
In WWF, can the activities run in different process or different machine than the workflow run time Is there any web farms we can set up for scalability issues Thanks Pravin Hi Pravin, Yes. Use a common Persistence Service between the processes to achieve this. Thanks, Srikanth. ...Show All
Deepak Manchanda WF custom persistence once again
I don't want to save my workflows zipped in a blob field in one table like default SqlWorkflowPersistenceService does. It is not transparent and flexible approach, saved data contains class type information, making workflow evolution almost impossible. I would be a happy WF programmer, If someone explains me how to load/save workflow instances in different tables depending on the workflow class name, layout workflow properties in differe ...Show All
Chris O WINDOWS VISTA connection BUGS...
Vista "SUCKS" i can't connect to the internet... I reinstalled Vista 2ice and no dice... The fist time i downgraged windows back to media center and worked like a charm then Vista on top.. again... NO Dice dowgraded to windows pro and connection works like a charm again. back do vista then i entered all ips manually no luck... i didnt fell like reinstalling windows again so i went into linux in order to go on the internet and to find a solution. ...Show All
akks DependencyProperties backed by another properties?
Hi, I'm thinking about wrapping some legacy components as WF activities. Let's assume that I have a bunch of classes, each having a Run() method and a couple of properties. The usage pattern is very simple: set the properties and (assuming that IsConfigurationValid() returns true) call Run() which will do some operation: abstract class Worker { public virtual void Run(); public virtual bool IsConfigurationValid(); } class TestWorker : Worker ...Show All
