Answer Questions
Yhert XP Home Updation?
Hello sir, I have XP Home OS. It will always automatic update going on. now i decided to format my HDD, but before formating process goes on, i want to save updated OS on a specific location. Other wise after install XP, when OS goes to automatic update that time it will start from again begining. I want to avoid start to begining. Can it possible to save specific location. Kindly Help me. Thanks Read about slipstreaming that is ...Show All
Aris Jake TimeoutActivity
I want to write a TimoutActivity, that behaves and looks the same as the SequenceActivty, but has in addition a TimeoutProperty, which allows me to define a TimeSpan after which the activity is closed. So my TimeoutActivity gets closed when the child activities of the sequence have finished their work OR when the TimoutPeriod has elapsed. The first idea was this: My TimeoutActivity has to be sort of a discriminator activty that is similar to ...Show All
dnhxx Roles and WWF
I've read the articles that Microsoft have published about the new WWF. I saw only in the article by David Chappel a few words about this issue. In People 2 People Workflows one of the major concernes is how flexible is Role resolution and Role assignment works. Where can i get more info about how WWF is going to address this issue Good questions! I will answer your questions by categorizing them: Extensibility/Management of Roles The R ...Show All
Caspelling Retrieving current state
I am running an ASP.NET site using WWF, I've chosen to implement a StateMachineWorkflow. In several samples I've seen, navigation between pages is done by Repsonse.Redirect(). In stead of using this mechanism (which seems to me hard to maintain), I would like to ask my current workflow its current state and then navigate to the corresponding page. How can I get a reference to the instance of the workflow I started an is currently running I tr ...Show All
Weidong Ding Where is msxml.dll in Vista?
If I try and complile the following on Vista it complains that it can't find msxml.dll. #include <windows.h> #import <msxml.dll> int main(int, char*[]) { return 0; } Has msxml.dll been deprecated in Vista and should we now use msxml3.dll as our lowest common denominator Cheers, tom Hi, Please look in the older versions of SDK.You will really find one. Hi yes, thanks for that. I could just u ...Show All
Larry P Cannot get symbols for ntdll.dll and question.
Using windbg with http://msdl.microsoft.com/download/symbols and I see a lot of symbols loaded for build 5720 but I am missing ntdll.dll. So questions - 1. Should I be getting all the symbols available from this MS symbol server 2. Should ntdll.dll be included 3. Regardless of 1 or 2 where can I download all the symbols for build 5720 Thanks, Dave ...Show All
Malika Senaratna Bug? Removing UI type editors on parameters
It seems that if you select a UI type editor on a property of a custom activity, there's no way to remove it later on. If you go into the Property definition window, and just clear the UI Type Editor field and save the changes, the type editor is not removed from code (though if you change it to another type it works). The only way to remove it seems to go into the code and manually remove the appropriate attribute out of the property definitio ...Show All
slavalit Invoking one workflow from another
I want to invoke one workflow from another and get some back some return values from the second workflow. I tried the InvokeWorkflow activity but have some issues with that. 1. If I use a workflow in the same project for the InvokeWorkflow activity then I get the following error "You cannot invoke a workflow compiled in the same project as the invoking workflow." Why is this not allowed 2. I invoked a workflow from a different project but that ...Show All
A B Normal BUILD 5308 Bluescreens after 2minutes regardless of user input
I just installed Vista beta 2 (32bit) at build 5308 on a brand new Optiplex GX620. It boots then, no matter what I do including if I do nothing at all, about two minutes into my user session the menu bar sort of jumps up a bit and I get the blue screen-o-death. When I recover the windows crash console assures me that "this bug will be fixed in a future release" but other than a criptic set of "bcodes" (1000007e) it gives me n ...Show All
DrTrueline Multiple workflow/more complex examples.
Hi, I gone through the labs, examples etc for WWF and whilst they all demonstrate different aspects of WWF, they are all rather simplistic, implementing only a single workflow. What happens where there is more than one For example, in ASP.NET there can only be one instance of the workflow engine per app domain. On page1.aspx, I need to execute some workflow and take action based on the result so I add an event handler, eg: workflowRunt ...Show All
Pinei Sound Card - December CTP
I've been trying to get my sound card working on the December CTP, but I can seem to do it. It installed it automatically but that wasn't working. Then I tried to install it with the driver from Dell.com, but that didn't work either. It also worked fine on previous builds (October CTP, for example). Any ideas Yes, it says there are no updates available. The soundcard is the integrated one that comes wit ...Show All
Dave Yasko Iterate through Activities
How can iterate through all the activies for a workflow for list them Thanks YOu can do the following inside the workflow foreach ( Activity act in this .ExecutableActivities) { } Thanks, Vihang With the type of the workflow i do this: System.Workflow.ComponentModel. CompositeActivity lActivityRoot = (System.Workflow.ComponentModel. CompositeActivity )pRunTime.GetWorkflowDefinition( typeof ...Show All
adamcalderon Windows Worlflow Foundation Beta 2.2
i m not able to see the Parameters property of sequential worlfolw in the property window and i have installed beta 2.2 of Windows WF Parameters property are not exist in the property window any more you have to write your properties in the workflow's code behind The VB equivalent is the following: Public Property InpuData() As Object Get ' ...Show All
Brent K ASP.Net, SQL Persistence Issues.
Hi, I have several questions / issues so I'll attempt to put them in order. First off I'm using Feb CTP and SQL 2005, VS 2005 I have a need to create several (very) long running workflows, so I set out creating my host. Initially I used a console app for testing etc... and the test workflows that I created persisted, dehydrated and rehydrated fine. BUT, the workflows need to accessed from inside a web app. So I started using the WorkflowWebReque ...Show All
dagnar MSDN Vista key fails
Hi I have just downloaded the December CTP 5270 build from my MSDN subscription but the Product key provided on MSDN doesn't work, I have read that I need a new code for this build does any one know when this will be published on MSDN Regards Steve Two Keys are working! This problem would appear to be Virtual PC related issue as the CTP key works fine ...Show All
