Answer Questions
Arild Fines Custom Service and long running Workflow
I built a custom Service to listen to MessageQueue Messages: using System.Workflow.Runtime.Messaging; using System.Workflow.ComponentModel; using System; using System.Messaging; using Microsoft.SharePoint; using Microsoft.SharePoint.WebControls; using Microsoft.SharePoint.WebPartPages; namespace connvision.Sharepoint... { public class AskSharepointService : IAskSharepoint { string _SharepointSite; System.Collections.Generic. ...Show All
jaslegume GdiPlusEffects.h missing in February 2006 SDK
I downloaded the new Feb CTP Windows SDK and the compiler complains about missing GdiPlusEffects.h. This file is included conditionaly when GDI+ version at least 1.1 is detected. Where can this file be found The workaround is to edit GdiPlus.h and change the GDIPVER from 0x0110 to 0x0100: // Define the Current GDIPlus Version #ifndef GDIPVER #define GDIPVER 0x0100 #endif Can I please also get a copy of th ...Show All
Aaron_Liu Prerequisites in developing Windows Vista appls
I want to try out developing WPF, WCF, etc. applications on Windows Vista using Visual Studio. Can anybody help me on what I need to do to start the ball rolling What do I need to install How do I install them You should check out http://msdn.microsoft.com/windowsvista/building/ which contains information on Developing Applications for Windows Vista. For download links for the Windows SDK and extentions for Visual Studio 2005 see thi ...Show All
rmann7 Memory leaks in 32 bit beta 5308?
Are there known memory leaks in the 32 bit vista beta 5308 and has a newer version of the client been released because I thought they just released one for server ...Show All
almightylinuxgod Wait for user manipulation
I want to create a Workflow that have automatic way and a user way. The autimatic way is, for example, for some values (expense values) and the user way is for greater submited values. how can I wait for User intervention, with a listen activity or with other how can I aply the information to the running Workflow tkx in advance Paulo Aboim Pinto Odivelas - Portugal Hey Paulo, I accept your apology and happy to help ...Show All
Eric Kim 5342 install problem
I keep getting an blue screen after first reboot when trying to install 5342. I have a asus k8v se deluze motherboard with latest bios. amd 64 3000+, geforce 6800gt, 1 gig ddr. Everytime it goes to reboot after intial installing screen it goes to windows setup boot screen then crashes. I installed 5342 using same iso on another machine with much less hardware and installed fine. Anybody have any ideas I tried insta ...Show All
Austin Ledbetter Is the WorkflowRuntime thread safe?
Is the following scenario safe or does one explicitly need to synchronize access using std thread sync methods (so only thread is accessing it at any given time): One thread instantiates the WorkflowRuntime object and other threads use that object like querying it for running workflows, starting workflows, etc.. TIA Jay Hi Jay, MSDN Docs answers this question for most (if not all) types. ...Show All
SKumar_Rsk the WorkFlow project wizard is gone!where she be?
hello all. i installed VS2005RTM special language version (pagecode is 2052), but WFF beta installed 1033 dir.so on the new projects wizard dialog, WFF project was disappeared,. now ,what can i do makes WFF project item recur thanks. Hi Devinder i did remove English VS before installing Chinese VS :) you said that is a bug which to WFF beta and, can i rename all dir relate to WFF from "1033"   ...Show All
b1zaphod Files locked by unknown programs or services
Sometimes when you run a program in XP (seemed like less of a problem in Win2K) certain files just get locked, and cannot be modified or deleted. There seems to be a difference in the time it takes the system to determine the locked state, depending on whether the user tries to rename or delete the file. When trying to rename a locked Word file, XP immediately tells you its locked. When trying to delete a locked file however, it can take up t ...Show All
Lukasz Magdziarz How to show text on the preview video
I can preview the video on the screen through a capture device. But now, I want to show some text on the video, for example: show the current time. How can I do this Thanks a lot. Use VMR (Video Mixing Renderer) and add the text. There is a sample for this in the Platform SDK. Thank you, Douglas Jordan. your answer is very helpful for me. The VMRPlayer sample prints to a bitmap and mixes it with the video: \Program Fi ...Show All
Paul B M set .Rules file from host
i have created one SequentialWorkflow project and placed IfActivity and put one codeActivity1 in elsebranch1 and CodeActivity2 in elsebranch2 when i set Rule condition it automatically creates one .rules file. but from host i need to apply new .rules file i have given following code workflowInstance1 = workflowRuntime.CreateWorkflow(type, parameters); ChangeRules(workflowInstance1); workflowInstance1.Start(); waitHandle.W ...Show All
Mayil Dynamically seting state in statemachine workflow
Also is there any way to set a state dynamically I tried SetState ss = new SetState("StateName") ss.TargetState = "ExistingStateName" but it doesnot work. Isn't there a way I can change a state of a workflow programmatically I would assume so, becuase using the SetStateActivity isn't anything else. I would like to change the state of a state machine workflow from StateA to StateB with ...Show All
MS Ellen Welcome to the Windows Workflow Foundation forum!
Welcome the Windows Workflow Foundation (WWF) discussion forum . Windows Workflow Foundation is the programming model, engine and tools for quickly building workflow enabled applications on Windows. It consists of a WinFX namespace ( System.Workflow ), an in-process workflow engine, and designers for Visual Studio 2005. My name is James Conard and I am an Architect Evangelist in Microsoft’s corporate Developer & Platform Eva ...Show All
cdolphin88 ASP.NET And a State Machine Workflow
I recently read the MSDN magazine article, Windows Workflow Foundation, Part 2 (http://msdn.microsoft.com/msdnmag/issues/06/04/CuttingEdge/), where Dino Esposito demonstrates how to work with workflows in ASP.NET. Dinos' demonstration provides a helpful solution to working with Sequential workflows; however, it left me a little confused with how to work with a State Machine workflow. In the article, Dino demonstrates how to pass parame ...Show All
LosManos Activity's Property Does Not Appear In The Properties Window
Hi, I developed an activity in 2 phases. After 1st phase I used the activity in the Sequential Workflow and everything was OK: all the properties of the activity were exposed in the properties grid in studio. In phase 2, I added one more property to the activity class, compiled and expected to see it in the property grid, but it didn't appear. Any ideas Not exactly. Newly added prope ...Show All
