Answer Questions
Kirk Quinbar (Statemachine) Determine end state
Hi all, We have build a web application which hosts a statemachine workflow. In our application the host 'asks' the workflow it's current state and which page to show. We ran into a problem when the state machine is in its end state. We can access the instance of the running workflow, is there a way to determine whether the instance is in its endstate Thanks in advance. Ronald Hi Arjun, W ...Show All
c0d3r Parallel Activity issue in Sequence Workflow
Hi To All, I am using WinFX December CTP and released version of VS 2005. In Sequential workflow, when i tried to use parallel activity with two code activities inside them. The code activities do not seem to be executed parallel manner. Actually, i put the thread into sleep in first code activities for a specific amount of time. The result is always, first code is getting executed prior to second code. Is it a bug or is this way the ...Show All
ro4ub Expense Reporting Sample using Webservices
The Expense Reporting Sample given in Labs(beta2) is based on remoting. what are the changes that we need to do in the same sample if we want to use WebService instead Remoting. I believe the updated expense reporting application from www.windowsworfklow.net uses WCF instead of remoting. That should get you started. It also shows the issues if you need to use ASMX web services. You have to manage routing th ...Show All
vkh75 Workflow Runtime and Pooling
I'm building an application that will be used by an ASP.NET application running on a different server. I'd like to expose the workflow using remoting hosted in IIS on a seperate machine. I'm concerned about the ASP.Net application creating a new instance of the engine everytime a postback occurs. I figure I can store the proxy to the workflow instance in session, but when this application scales larger, I'd much rather expose a pool of workflow ...Show All
Alejo Mejia how can i get the windows vista 5308?
hi, i'm trying to get windows vista 5308..........so.... hao can i do PLS Sign In on msdn ! ...Show All
OakRaven DirectShow question of Sound
I want to do a DirectShow filter that will produce a Wave output Basically I want to create a DirectSound object, then mix sound at appropriate time and produce a Wave for the output pin If this sound Crazy it's because it is :-) Maybe I'll buy myself a sound mixer but I want to create the mixing of sound at precise timing, I want to mix automaticly not manually Can I produce a Wave file that would be the result of a DirectSound output Bas ...Show All
A Chapman Events and DataExchangeServices
I have written an application where workflows are calling external methods using a DataExchangeService. Some of these methods raises questions to the user. I have two questions related to this: How can I make sure the workflow has a waiting handler for the event in the "DataExchangeService" before I invoke the event that contains the answer to the question. I need to do this, because sometimes the question is sent via email or S ...Show All
badri_neo Using ManualWorkflowSchedulerService
We are writing asp.net application with workflow (state machine exposed as web service). We would like to ask few questions. This is a fragment of our web.config <WorkflowRuntime Name="WorkflowServiceContainer"> <Services> <add type="System.Workflow.Runtime.Hosting. ManualWorkflowSchedulerService , System.Workflow.Runtime, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> < ...Show All
Xeon_boy Changing the color property of an activity
I have created an activity in a designer and hosted it in our application, we want the colour of the activity to be some color during runtime and the colour of that activity should be changed after its execution.How to do that.Kindly revert back as soon as possible. Regards Ashok Kumar Ashok, If you've created a custom activity and designer, then you can use tracking information to decide how you want the activity to be rendered ...Show All
AMG44 WWF and ASP.Net
Any news on how WWF will integrate with ASP.Net I am hoping that it will provide a way to graphically manage the workflow of an ASP.Net application. It always bothers me having to bury navigation instructions in your code - if WWF can improve on that then please let me know!! Thanks a lot for the link to the documentation. However I only see infomation on calling a workflow as web service and calling a web serv ...Show All
nesma PROBLEM with HttpContext.Current
we are creating as ASP.NET application using WWF in which we are using http handlers as like the following the example. http://www.devx.com/dotnet/Article/29992#codeitemarea . When an event is fired from WF, the event handler has to be executed which was written in HttpHandler . This event hanlder has the following code. HtttpContext.Current.Response.Redirect(" ~/testpage.aspx", false) Here, HttpContext.Current v ...Show All
Dadis GUID and ID for menu group in the Workflow designer
Hi! I want to insert my custom menu item in the menu group that appears upon right clicking a selection in the workflow foundation. I am guessing the menu group that contains "Generate Handlers" and "Promote Bindable Properties" will serve this purpose. Although I can see that this is part of the Sys.WF.CM. dll, I need the GUID and ID of this menu group to add to my ctc file of my VS package . Could any of the team member ...Show All
Henning Pohl AV's cause access failures.
Programs like Avast Av won't allow IE to access web pages. If you turn off the On Access control then you are fine. Don't know about other AV programs yet. TTFN. I'm not denying that there's a problem. I'm just pointing out that it's off-topic for this forum and consequently messes up the accounting. In this case the statement does not require either questions or answers as it is designed to assist those ...Show All
DGardner Problem when install Vista 5308 under WinXP
I am running WinXP and want to install Vista 5308 in another partition to make a dual-boot. I have 4 IDE harddisks, IDE0:0 C(20G) D(120G) IDE0:1 E(60G) IDE1:0 F(20G) G(120G) IDE1:1 H(40G) All are primary partitions, all are NTFS partitions. WinXP I running is in C:, and I want to install Vista in F:. When I came to the screen to choose a partition to install, the "next" button is active when I click on C:/D:/E:/H: partitions, but grey ...Show All
Reinout Waelput Using word as a merge engine for form generation
Hi, We are looking at the possibility of using Word to merge XML (or database based) data into predefined form templates. These templates have static header and footer sections and multiple "flow" sections that would have varying amounts of content that would need to be mapped to the appropriate section. Each content element needs to be to affect it's style and formatting (font characteristics, justification, etc..) based o ...Show All
