Answer Questions
JohnDale Breakpoints not working
I'm running the February CTP on WinXP SP2 and Visual Studio Pro. I'm running my development environment inside of a Virtual PC VM. The problem that I'm having is that I can create workflows fine, but breakpoints set up on a workflow activity do not work. I see the hollow circle with the warning when running in debug mode. Breakpoints set on the code beside code such as a CodeActivity handler work. I've looked at the other posts on the foru ...Show All
Andy Ho Request for Sample
removed It is not clear what sample this is about. Please clarify. Thanks. ...Show All
TechAvenues state initialization activity is not being executed in a state.
I kept one state initialization activity and other event driven activities in one state. The state initialization activity has child activities. As i understood the state initialization will be executed immediatly after the state is activated. I started the workflow and it went to initialization state , but the stateInitialization activity is not being executed. Can any body expalin why it is not being exected. Thanks. Hi Vihang, ...Show All
paritosh nothing works since installing Feb CTP
Over the past couple days I have uninstalled the January CTP and reinstalled the February CTP of the runtime, SDK, "Orcas" tools, and Expression Interative Designer (March CTP). Subsequently the designers (Cider, EID) report errors like "Type 'Application' could not be found. Are you missing an assembly reference ", and nothing will build. Trying to boil this down to the simplest possible case, I tried to build one of the ...Show All
DaddyShortLegs WlanSetProfile() returns "Element Not Found"
I am working with the Vista 802.11 Auto Configuration APIs for my UI. (Vista Beta 2, Build 5308) When I call WlanSetProfile() with the parameter, bOverWrite = TRUE, and my XML profile is as following, the API returns 1168, Element not Found. But the Reason Code output by the API is "The operation succeeds". And, when I call this API with bOverWrite=FALSE, the API returns 87, ERROR_INVALID_PARAMETER. Is my XML profile format incorre ...Show All
RJHarris0 Upgrade Window Mobile 2003 to 2005?
How can I upgrade my POCKET PC Window Mobile 2003 to the 2005 version. I currently have the Dell Axim x30. Thanks An Axim X30 won't be capable to run under wm5 because the hardware is not designed to handle it. If you want to use wm5 your best option is to upgrade to an axim X51v or to pocket PC 2003 SE. Rick, Thanks for your post. This forum is patrolled by folks who are experts in developing apps ...Show All
Theekshana Alpha-Blended DirectX Overlay
Hi, I would like to create an overlay with a surface that overlays another surface. The specific application is to take the video rendered from a AX control drawing using DX, then create an menu overlay with another DX surface and have the menu alpha-blended over the video surface. So far I have tried a transparent dialog box, but the video underneith flickers as the region is invalidated. The overlay box fades in and out perfectly, b ...Show All
Shady9399 Compact Framework
Well, I think I already know the answer to this question, but I'm going to ask anyway: Are there any plans now or in the future to support workflow on the Compact Framework As I'm sure the team is already aware, CF support would be highly valuable for process automation in refineries, pharmaceuticals, power generation and several other vertical markets. WF on handheld/compact devices would be very ...Show All
wargammer2005 Multiple input pin renderer filter
Hi, Does anyone have any recommendations, guidelines or general advice for writing a multiple input pin renderer filter The CSource class abstracts the pins very neatly, but the CBaseRenderer class does not. I was wondering whether I should modify the CBaseRenderer class or just start from scratch (a slightly worrying prospect!). Thanks, Ivan. The Video Mixing Renderer have multiple inpu ...Show All
Drew Marsh State Machine Dependency Properties
I have a state machine setup with a custom activity that executes a ruleset. The ruleset is a property of the activity. I'm trying to change the ruleset at runtime. When I change the property the value only changes for the next instance of the state machine. The current instance continues without seeing the updated value. It works in a sequential workflow, just not state workflows. Any idea how I can do this Example: MyActivity.RuleSetP ...Show All
Tamama Missing parameters property
Hi I have created a workflow console application and have added some parameters to the CreateWorkflow call. I then went to add the parameters to the workflow itself as described on page 33 of the Presenting WWF book and found that I didn't have the parameters collection property available. The only parameters I have are base class, description, enabled, dynamic update condition, completed and initialized handlers. How can I get the workflow p ...Show All
psot LoadDesignerLayout problem
trying to use LoadDesignerLayout to better present the layout of a statemashine workflow in the Workflow monitor sample. using ( StringWriter stringWriter = new StringWriter ()) { using ( XmlWriter layoutwriter = XmlWriter .Create(stringWriter)) { IList errors = null ; this .SaveDesignerLayout(layoutwriter, rootdesigner, out errors); string s = stringWriter.ToString(); XmlTextReader layoutReader = ...Show All
vijayan n Release date of next working WinFX SDK CTP?
Since the current Jan CTP was not installable on my machine due to known errors ( see http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=220146&SiteID=1 ) I still have no access to beta2 of WF. So can you please tell me when the next (hopefully installable) version of WinFX SDK will be available for unrestricted public download Thank you. You can have access to WF Beta 2 without insta ...Show All
Mayank Prajapati Conditions with runtime changed values
Hello, I have a problem with conditions and runtime changed values. I have some custom activities with runtime changed dependency Properties (eg. filled by a "CallExternalMethod" with the return value). My workflow: ----------------------------------------------------------------------------------- PressAButton (MessageBox with the PressedButton Property with the value of the pressed Button, changed at runtime) | | StringBuild ...Show All
Christian S WorkflowRuntime.CreateWorkflow overloads
I have not been able to find any information about two CreateWorkflow overloads in the WorkflowRuntime class: CreateWorkflow(XmlReader workflowDefinitionReader, XmlReader rulesReader, Dictionary<string, object> namedArgumentValues) and CreateWorkflow(XmlReader workflowDefinitionReader, XmlReader rulesReader, Dictionary<string, object> namedArgumentValues, System.Guid instanceId) I have two questions: 1. Given that there a ...Show All
