Answer Questions
TigerMan90 Example Web.Config
Could someone post a example web.config with all the sql services (persistance, tracking, etc). For some reason the following config items in web.config (in there respective places). < add type ="System.Workflow.Runtime.Hosting.WorkflowPersistenceService , System.Workflow.Runtime, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" ConnectionString ="Initial Catalog=WorkflowStore;Data Source=.\S ...Show All
Priyank C Workflow Foundation in Framework 1.1
Hi, I'm a newbe 2 WFM so just enjoy my ignorance. We are still using Studio 2003 for our Web Applications - is there any way to use WMF with Framework 1.1 From all info I'm getting now, it seems like WMF is something for framework 2.2, no examples for vs2003. Thanks in advance. GotIt PS Have I posed this question in wrong forum Please correct me. Thanks Marcos. We'll speedup the upgrade then ...Show All
Bruno Silva PageFlow WPF Example
I am working on a WPF application and am thinking about using WF State Workflow to contol the page flow. Are there any examples available of using WF for Page Flow in a WPF application Also are there any other example which show how to integrate WPF and WF Zia Khan Moderator of the Largest WinFX Discussion Group with 1,000+ members: http://groups.yahoo.com/group/mywinfx/ The only Page Flow example I h ...Show All
Victoria W Windows Worflow Designer
Where can I get documentation and examples of using the cancelActivity (located on the second tab of the workflow designer - on the bottom). The first tab is the workflow, second tab is the cancelActivity (for which I cannot find examples and detailed info), the third tab contains the FaultHandler activity. I would like to learn how the cancelActivity is used and whether or not it releases all resources prior to cancelling a workflow during e ...Show All
mendraz release-candidate?
Are there a date for release-candidate and release version Does the release version to be slow like Windows Vista We have plans for at least one more release before the RTM of Windows Workflow Foundation. Dates for have not been annouced yet. Windows Workflow Foundation ships as part of the WinFX API's in Windows Vista. The business availability of Windows Vista was recently announced in this release as ...Show All
Bill Schulz Workflow with asp.net 2.2
Hello, To make sure that i have one instance of the workflow i've 2 choice To create the object on the Application_Start under the global or to cache it because it's one global object which one is better or both are the same i guess Thanks, Tamer So which one is better, between creating WorkflowRuntime in Global.asax or just create instance WorkflowRuntime in page that I want to run the WF o ...Show All
tracker Couple questions about indigo/acrylic/sparkle etc..
I guess this is the right place. I just wanted to get some basics straight in my head. I read a couple articles 1. A big thing is this new WinFX and having a application run inside a browser like flash right So are there any examples on the web yet I could see I assume I just need the latest CTPs and I could view a example of a WinFX app embedded in a web page 2. So Acrylic is like photoshop. Sparkle is like Flash. And I start to g ...Show All
wessen windows workflow - supend activity
Had few queries in windows workflow foundation 1) how do I pend or suspend an activity inthe workflow 2) Is it possible to supend the activity in the workflow until an external data is recieved. If yes how can this be done 3) how do I set the data source for the activity in the workflow. thank you My requirement in a workflow is to stop at a process in the flow. then after an external action or after few days c ...Show All
techstud IsThemeActive call (uxtheme.dll) not working properly in 5270
Hi there, the IsThemeActive call of uxtheme.dll always returns 'False' in build 5270, no matter whether themes are active, or not. Hope this is the right forum to post this, since I did not find any 'Report bugs' forum ... :) Thanks, Steve OK, I found something very interesting related to the compiler of VB6 and the ' IsThemeActive ' function : When my testproject to check whethe ...Show All
larryfran Raising events for an application
I would like to raise standard events for an application (e.g. mouse click, where I can declare the position, etc.). Can I do it using WinFx (I know it is possible to record events, and sign up for events, but I need to raise the event of the OS.) I would use it for automated UI testing. Thanks in advance. Hello Mark can you go into more details about the scenario How would you use the position withi ...Show All
SamLowry IMemberCreationService missing
I created a new Windows Application project today, added all references to the Workflow assemblies and then added a Sequential Workflow (code) to my project. Every time I open the designer I get: The service 'System.Workflow.ComponentModel.Design.IMemberCreationService' must be installed for this operation to succeed. Ensure that this service is available. at System.Workflow.ComponentModel.Design.NamePropertyDescriptor.SetValue(Object com ...Show All
cj7wilson linker errors in VS 2005 (C++)
I fixed the "cant find windows.h" problem and now I am getting linker erros like those below, after using the Windows App wizard to create code and compile it with no changes, can anyone help Linking... test4.obj : error LNK2019: unresolved external symbol __imp__DispatchMessageW@4 referenced in function _wWinMain@16 test4.obj : error LNK2019: unresolved external symbol __imp__TranslateMessage@4 referenced in function _wWinMain@16 test4.obj ...Show All
ongsw How to iterate over the states in a WWF state-transition diagram and dump out the positions of the activities?
How can someone programmatically iterate over the states in a WWF state-transition diagram and dump out the positions of the activities (relative to the top-level of the designer, for example) Is some sample code available that illustrates this ping. 1. Site is a public property on DependencyObject from which Activity inherits from; please check in object browser and you will see the public property. 2. Site returns int ...Show All
BrettJ SqlPersistenceService.sql
stupid question..but where can i get hold of the scripts to create the db side of things eg SqlPersistenceService...I thought it might have been in the sdk... Kiwi, Stephen, Use the scripts in the WinFX directory if you are running Lab03 against Beta 2.2. Changing the reference to SharedConnectionWorkflowTransactionService to SharedConnectionWorkflowCommitWorkBatchService is not enough; the example did not work for me until I used the ...Show All
Darshan Jog Is WF 2.2 Beta compatible with WinFX Feb CTP?
Hello, I am kind of confused right now. This one says its not compatible: http://www.microsoft.com/downloads/details.aspx FamilyId=5C080096-F3A0-4CE4-8830-1489D0215877&displaylang=en Stand alone installation is not compatible with Office "12" (Beta 1), Office "12" (Beta 1 Technical Refresh) or the WinFXR Runtime Components - Februar y (or prior) Community Technology Preview (CTP) While this one says it is c ...Show All
