Answer Questions
MDBD Wake Up Microsoft
Each time this happens.... we your PAYING customer for MSDN get the shaft. How come Vista Feb CTP is available but not yet on MSDN Why does Connect users have it, but not people how pay you hundreds, if not thousands for MSDN where you'd expect to be able to get it first HELLOOO Just want to add that MS release Visual Studio 2005 with thousands of bugs and we - paying customers - helping them to test ...Show All
Byron118766 SQL Server Database Activity
Hi. I'm looking for help using the SQL Server Database Activity . Here's what I would like to do (using the refered activity): 1. Do a SELECT * to a database table. 2. Show the result on a console window (or in a form). 3. Do something (can be a Code Activity) based on the SELECT result. I am looking for a simple example that includes the above steps. Any help is welcome. Txs. John ...Show All
Jup How to obtain Parent Activity , reading from a XOML
Hi , I have an XOML file representing a workflow with two activites. <SequentialWorkflowActivity xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/workflow " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " xmlns:otc=" http://schemas.OdeToCode.com/WinWF/Activities " x:Class="MyWorkflow" > <otc:WriteLineActivity Message="Hello, babu here !"/> <DelayAc ...Show All
Jesse Hersch Problem displaying state machine wf in the workflow monitor
The Activity layout is a mess when diplaying a state machine workflows in the workflow monitor sample (sdk). Is there a solution What do you mean All I do is enabling tracking, and copy the workflow assembly file to the same folder as the monitor. Sequential workflow looks fine but activities in state machine workflows seams to loose its positions. Mikael Haknasson Anyone knows a solution to this issue I also use ...Show All
JSR workflow monitor beta 2.0
Hi, Is there a workflow monitor example using the wwf beta 2.0 Thanks, Matias Check out the SDK. Samples -> Application Samples. There is even a new API for SqlTrackingService ...Show All
Jim Katsos How to add arrows(flow) between States
How do I add the arrows that show the flow in a State Machine Workflow I have different State's and I need to show what State will be triggered when a condition in one State is satisfied. Hi, Once the state machine workflow starts, you are in the initial state ( which you can set using the InitialStateName property on the workflow). You need to drop an eventdriven into the state. This is a composite activi ...Show All
Dr Frankenstein Looking for a good working winforms workflow example in beta 2
I'm just diving into WF for the first time and most of of the sample code I have is in the previous version. I have the book presenting Windows Workflow Foundation which is a very good book and has lots of good examples, but they dont work in beta 2. any resources would be great. Thanks. Hi Again, Look in that directory. Locate Samples.ZIP. Unzip it. Presto!! Cheers, Paul Actually, I didnt fin ...Show All
Pat_Metheny Avalon.NET - WWF Runtime and AppDomains
Hi, I'm working on a highly customizable Workflow platform codename "Avalon.NET" built on the Windows Workflow framework. I provide my own authoring tools through Visual Studio 2005 (for Developers) and Office 2003 Outlook (for Business Analysts) - since the Windows Workflow Designer is too technical, less user friendly and the design canvas or the process flow concept is too rigid (just like BizTalk). Because I'm providing custom a ...Show All
J. Dev Statemachine not Stable !!!!
I checked in several constellations. Rasing Events works between 1 - 20 times than I get by random Event can not be deliverd. By seeing the unanswerd request here in the Forum I think it's not working. If yes some good Ideas are always well come. Wolfram thanks Adrei, waitForIdle = True I set before was not giving me any reliefe. how can I check out if the state is active , ...Show All
GanitMandir Workflow projects in VB Express: any make to make them appear?
Hello everybody, I've installed VB Express and Visual Studio 2005 Extensions for Windows Workflow Foundation Beta 2 on Windows Vista, and new Workflow projects appear. I installed equally on Windows XP (two machines), but there are new Workflow project in "Create" link of VB Express Start Page. Any way to make them appear Hi, Workflow projects are not supported on express edition of Visua ...Show All
The Goblin Dynamic update with xoml
Hi guys, I've already ask for that, but I will now make a separate thread for this. I don't think I'm the only facing this problem. Here is the post and the questions that I ask: I want to know does anyone try to implement dynamic update to the workflow through workflow designer. I mean that i take the definition of a running instance then displayed in the designer then some modifications, then bam I have to merge the running definition and ...Show All
PrabhatNigam Error when trying to see the designer of a Workflow!
Hi all! Does any one here had the error message: COULD NOT LOAD FILE OR ASSEMBLY 'Microsoft.VisualStudio.Designer.Interfaces, Version=2.0.0.0, culture=Neutral, PublicToken=b03f5f7f11d500a3a' or one of its dependencies. The system could not find the specified file. And then, I can not start design Workflows... Any idea See ya!@! Chila, In order to help need an answer to following questions: 1. Can you open designer for a Windows Form 2. Wh ...Show All
Tom Moore RunWorkflow from *.xoml ,*.rules?
Question: 1 ) This Workflow have base workflow and CustomActivity in Project Workflow.Base public partial class BaseWorkflow : SequentialWorkflowActivity { private bool _Result; public bool Result { ...Show All
Dianna117030 Problem in sending mail through web instead of localhost(Drop)
I have done HOL 02 of wwf successfully. I want to send mail through web instead of sending it to the Drop folder of Inetpub in the local machine. So I have changed Smtpclient from "localhost" to SMTP Server name as shown in the below code. Then I am getting the following error. " An exception of type 'System.Net.Mail.SmtpException' occurred in System.dll but was not handled in user code Additional information: The SMTP ...Show All
Ares01 hi james ,about your asp.net web apps
i download your asp.net workflow example ,and follow your readme.mht,but it's wrong ,can you tell why ,thanks. -------------------------------------------------------------------------- Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Description: An unhandled exception occurred during the execution of the current web request. Please rev ...Show All
