Answer Questions
Martina23809 Business Object to WF Instance - How to associate?
Hi, This a pretty basic question that I'm almost too embarrassed to ask but here goes.... How do I associate a business object with a workflow instance I'm guessing I have a field on the Business Object to hold the WF InstanceId I understand the Persistance and Tracking, but I'm missing the link with how a running application with an object in memeory is going to know which WF Instance to ask for. Sorry if I've mi ...Show All
Danielsan Ichiban Power button and Shutdown both force Restart
I've installed Vista 5270 on a Dell Dimension 5150. Works fine except when I click the Power button to turn off, or click the arrow next to Lock and select Shut Down. In each case, the system closes down then immediately reboots. And on restart, I get the Windows recovery menu, with Normal Startup selected, as if there'd been an abnormal termination. Does anyone have a similar problem Mike... I created a Shutdown sho ...Show All
Justin Robbins Various Issues with installing WinSDK (December release)
Hi there, I hope you can be of some help. I try to install WinFX RTC 3.0 Beta 2 and WinSDK (December) on a WinXP Pro SP2 machine. The WinFX RTC installer in the first third of the installation process throws an error: An unhandled exception ('System.ComponentModel.Win32Exception') occured in Xws_reg.exe [3728]. but continues and completes stating that setup was completely successful. If I try to install WinSDK the installer after ...Show All
Siggy2006 Parent / Child workflows
I'm working on an order/order-item scenario where there is an order workflow and an order item workflow. What I want is for the order item workflow to be able to signal the parent order workflow via events that an order item was fullfilled, allowing the parent order to detect if the whole order is ready to ship. This is all done through state machine workflows. Here's my issue: I am using InvokeWorkflow activity to launch the child workflo ...Show All
tsoft Font manager and viewer solution in Vista?
I still havnt seen the font manager + viewer in Vista what will it be like in Vista any screenshots will there be an application for fonts like Font Book in Mac OS X for example.. Please remember that this is a software development forum. Questions about the Windows Vista feature set are out of place here. ...Show All
nobodyman CoCreateInstance Fails When i create a custom Null sink filter
Hi I have created my own Null sink filter which works on a sample application. But when i do CoCreateInstance on this NUll sink filter in my application it fails. My application is for smart phones win mobile 2005 pocket PC sdk. I call this co createinstance from another DLL. Please help Regards Adil Saleem Do you have a call to CoInitializeEx somewhere for the thread i get a E_OUTOFMEMORY, but in the null sink fil ...Show All
ABinBoston Clarification about Scheduler services and Workflow Hosts
Hi there... I have some questions about the scheduler services and workflow hosts. I'm building a WF application using a State Machine workflow and ASP.NET. I' ve read few times that is better use the ManualWorkflowSchedulerService than the DefaultWorkflowScheduler service. I know the differences between them, the first one donate a thread where the workflows instance will be run, this means the workflow instance is synchronous with th ...Show All
Bob Drury WWF in asp.net and beta 2.2
Hi! I need examples of apps running in asp.net 2.0 using WWF (state machine WF) and the beta 2.2 At least I need some insigths about how to build this app, because all the examples that I found, use a class called WorkflowWebRequestContext that is not present in the beta 2.2 framework My questions (apart from examples are) 1) How should I create the runtime 2) How can I use the instance from a page ... There will be 5 or more pages . ...Show All
rutu At Last Got it !! [The Book Presenting Windows Workflow Foundation, Beta Edition in .chm ]
Hi to all group members At last i finally got the Presenting Windows Workflow Foundation, Beta Edition in chm . This is a result of constant struggle to find that book and finally i got it . So any of you who wants it just leave a Messge Here. WWF Rocks! Can you please tell me where the book is or send it to me Hi Paul, The book is still under Beta 1 vers ...Show All
BrandonP Keybord Shortcuts - Big XP Bug
There is a major bug in Win XP Explorer. WIth a folder highlighted on the left pane [folder list] try Alt-F, to pull down the File Menu or Alt-E to pull down the Edit Menu. The pull-down appears for a fraction of a second and the the highlighted folder is moved down the list and the pull-down disappears. This makes XP a real pain. I often used use Alt-F R to get file properties or Alt-F W to make a new folder.&n ...Show All
Megakemp Comprehending contexts
The following code is result of some experimentation I'm doing with contexts. I would appreciate advice on how I am supposed to set the ConsoleWriteLineActivity's Message property from the SetPropertyActivity's execute method. The following technique does not work... Many thanks! using System; using System.Workflow.Activities; using System.Workflow.Runtime; using System.Workflow.ComponentModel; public class MyProgram { static void Ma ...Show All
Raymundo Chapa94595 Vista ListView Header Sort Arrow
explorer shows in the header control of the listview an 'arrow' in the middle of the sorted column. (the smaller line is broken in the middle). How can I do this too I can sort the items, but which flag controls how the header control should display the column header Steffen TNX! Will check Same way you do it on Windows XP: HDF_SORTUP / HDF_SORTDOWN. Make sure you have a v6 manifest. In Vista 5219: ...Show All
Donal Lafferty how to load all persistent workflow instance in SQL Server?
when I load one, I can do it like below: Guid workflowInstanceId = new Guid("cf97092f-1d75-498a-a590-7468aba7f281"); WorkflowInstance workflowInstance = workflowRuntime.GetWorkflow(workflowInstanceId); workflowInstance.Load(); ---------------- Now I want to know ,how to load all persistent workflow instance thanks!! OK! The problem is solved! Thanks, SonaliC ! if you are us ...Show All
Lexnn Understanding the Windows Workflow Foundation WF: From a Business User's Perspective
Hi to all The following article explains Microsoft Workflow Strategy from Business users prospective, it also provide overview of how WF seamlessly integrate with Microsoft Office Products And made it easy to design and implement workflows. http://www.codeproject.com/dotnet/UnderstandWWF.asp Hi! I've made a comment in your article. I'm pretty sure SPS 2003 and WF can’t be used together. yup it is ! ...Show All
ostrich Vista 5308
Disabling services on Msconfig made this version a DuD, Basically no commands would respond the start menu would not open. would allow one to change the properties of start menu but thats all Ctrl-Alt-del launch the task bar. and open new task CMD type in Msconfig and response is Access denied ... so u can not recover using this option...... boot choose last good config will not restore this system. safe mode. this allows one to run msc ...Show All
