Answer Questions
Moed Parameters access
Hi! My workflow creates an object and I'd like to monitor its status during workflow runtime. It will be available as Output parameter, but how can I access it before workflow is completed Thanks Please take a look at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=230145&SiteID=1 Thanks very much You then want to look at Workflow Tracking. With ...Show All
Dennis Tap SPS 2.0 on .NET 2.0
Hi, How can I run SharePoint 2.0 on .NET 2.0. Right now SharePoint 2.0 will run only on .NET 1.x. Is there any possible to run SharePoint 2.0 on .NET 2.0. Thanks in advance Chandru. This forum is for questions about Windows Workflow Foundation, not Sharepoint. Try http://msdn.microsoft.com/office/community/newsgroups/default.aspx . Hi Tom, Thanks for your advice. I will post this query in ...Show All
Gabriel Kevorkian How to load conditions from a .rules file in a designer hosting application?
I want to let my designer hosting application be able to read conditions from a .rules file after it reads a workflow from a .xoml file. What can I do For example, I create Condition1 in my workflow and save the workflow to MyWF.xoml and MyWF.rules. Then I restart my designer and load the workflow from MyWF.xoml. Then the Rules dialog tells me that Condition1 cannot be found. ...Show All
vbnvbn Exchanging parameter enter the state machine workflow and the host application (web)
Hello, I want to pass paremeters to the different states in the state machine workflow with event driven . Can I do it with the raising event method... if it's possible, how Or should I utlize the custom read/write activity,knowing that this activity is compatible with the Beta 1 version and I am working with the beta 2 version. Thanks in advance Thank you,I don't understand well your code.. but the thing that ...Show All
Taliska ASP.Net and SQL Persistance?
I am creating workflows in a ASP.Net Form with the Workflow and Persistance declared in the Web.config. This was functioning fine in Beta1. After making what I believe the new declarations to be, I seem to be unable to persist in this new version. Anyone else have similar problems Please look at this post and see if it solves your problem: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=253277&Sit ...Show All
RoccoSmit Customizing work flow
Hi, I have a requirement where I should be able to define a workflow for approval process (ASP.NET). However, it should be possible to configure the workflow for different client needs. For example, my workflow has 10 steps. First client might go through all 10 steps of the workflow but the second client might not require a couple of steps inside that workflow. Is it possible to configure the workflow like that In that case, what kind of ...Show All
alkaline LoadLibrary (regsvr32) fails without Visual Studio 2005
I've just upgraded from Visual Studio 6 to Visual Studio 2005. I've got the latest DirectShow stuff (in the platform SDK) and am using it. Everything builds and runs fine on my development machine (which has Visual Studio 2005 installed) but when I try: "regsvr32 "myfilter.ax" on a different machine (without Visual Studio 2005, both machines are WinXP Pro and up to date AFAIK), I get the error: LoadLibrary ("myfilter.ax") failed - ...Show All
Jarvism How to load conditions from a .rules file in a designer hosting application?
I want to let my designer hosting application be able to read conditions from a .rules file after it reads a workflow from a .xoml file. What can I do Yes, I am using your code. But it seems doesn't work. :( Here is my code. Maybe you can find something wrong. public override TextReader GetFileReader( string filePath) { String string_rules = this ._temp_rules_stream.ToString(); if (! Str ...Show All
dopecoder Hey Microsoft - do you want to have your cake and eat it too?
Here is a way to get Vista deployed quick, fast and in a hurry for little or no cost. Distribute a single media kit for all versions of Windows Vista and market it as AOL did with the CD's in a tin via US Mail. Make it flashy and advertise right on the container that it will solve most spyware and play the newest games -etc. During the setup process, make sure to have a good backup/uninstall method and allow the user to choose their versio ...Show All
DimD So where are we Indigo (WCF) and Workflow (WWF) integration ?
Since we are at Beta 2 I was hoping for a tighter degree of integration between WWF and WCF by now, Indigo( WCF) has been out for more than a Year now, and yet we still seem to be stuck with ASMX based Activities. Maybe I come back in another 6 months to check if there has been any progress on WCF integration. Paul, What is the code, title and name of the presenter of the TechEd USA 2006 session you refer to Can you p ...Show All
Rid Preventing UI Automation access to an application
Hi Congratulations of the new forum, it should be a great thing to have. I just wanted to know - is there a way of preventing or limitting UI Automation access to an application Hi. There is a method that you could use to prevent programmatic access through UI Automation, but it can be a lot of work, especially for applications that consist of more than a few controls. UI Automation works on ...Show All
Deicide Where is the visual layout state for the state transition root activity stored (and why is it being lost)?
When you open the completed sample for Exercise 2 of WWF Lab 4 (the State Transitition workflow sample) for the first time, the layout for the 4 activities is lost. By this I mean all of the 4 acitivities appear one on top of the other in the top-left corner of the design surface. Q1. Why is the visual layout of the 4 activities being lost If I rearrange the activities and save them, close the solution and re-open it, the layout is preser ...Show All
PeeJayGee DecCTP_5270_32bit_Main_DVD Installation Problem
Hi!!! I downloaded the latest beta2 (DecCTP_5270_32bit_Main_DVD) but when I tried to install it on my laptop (TOSHIBA Satellite M45-S265 after the 1st step when restarting and trying to boot again it stops on the Longhorn progress bar screen and no thing happen I tried to boot in safe mode but the same loop I cant get to the next installation step, any idea I have been trying to get around t ...Show All
Dave_R InvokeWorkflow Dependecy .
Hi there, I have a question about the dependency of the invoke workflow activity, how can I make the child workflow is dependent with the parent workflow, i mean that the parent template will stop processing until the child template is finished. Thanks WWF team. Anyone got a Beta2 version of Ariel's InvokeWorkflowSync Activity they can share BaselN, The Invoke ...Show All
FredF666 Statemashine workflow - Set State
Is it possible for a state mashine workflow to have multiple states at the same time Hey Jon, I'm doing exactly this - with Cancel/OnHold/Pause etc. as being Events part of the parent state. From my understanding and what I've noticed is that in the State machine, there is only one 'Active State' - you can enumerate up the 'control tree' to find 'outer states' When the WF is sitting there waiting for an Event, we would like to k ...Show All
