Answer Questions
tbcarver JRTPLIB in DirectShow filter
Hello Fellow Developers, I have a simple query Trying to send data over the network using jRtplib in the directshow filter. Sender side: Source>>rtp source filter>>>null renderer rtp source filter is a transform filter, in the transform function i send the packet and all the network connectivity is done in the constructor. reciver side: rtp Client filter>>video renderer rtp client filter is a source f ...Show All
Jim Jiang ASP.net and workflowaborted
Hi, I have a state machine which works fine until it reaches the Completed State. At this point, it doesn't complete, but the runtime raises the workflowaborted event after a long period. Where's the problem I use SqlPersistenceService for persistence. Thanks So should it be an exception thrown by my statemachine Should I run debugger in the workflow project or in the website Thanks very muc ...Show All
vivek kakkar RTM
Is there a release date for WWF yet Will there be a cost Will it work on Windows XP Pro/W2K3 Thanks As you already stated, the supported OS's for the SDK are Windows Vista, Windows Server 2003 or Windows XP. Do you know what other OS's will be supported for the runtime I've successfully run a sample console application on Windows 2000 Server which has Framework 2.0 Beta 2 ins ...Show All
Isuru Defining Bitmap of custom activity
Hi, I want to define a bitmap with a custom activity. I already set the ThemeAttribute in the ActivityDesigner and the ToolboxBitmapAttribute with the Activity but I cannot see the bitmap ... Any help appreciated! Thanks Andreas You must set the build action of your bitmap to Embedded Resource (right click on the picture). Hi Matt: Ok. I tried what you wrote with the SqlDatabase Cust ...Show All
AWAL quartz.dll SP2 debug
Just wondering, last time I looked (when DirectShow was included with the DirectX SDK) the quartz debug dll was pre SP2, now in the Platform SDK it does not seem to exist at all. (I have the Windows Server 2003 SP1 SDK). Does a quartz debug dll exist in a later Platform SDK If not, is there going to be one Earlier I really liked the debug dll since I would get information about interfaces that was not released and everything like that. And now ...Show All
Ikhan WWF Rules Engine vs ILOG Rules Engine
We are just about to purchase the ILOG Rules Engine for .net. I have been looking at the WWF rules engine and want to know if anyone can give us some additional advice between the two. Can a rule policy be invoked outside of a workflow Is the business rules engine that ships coupled with biztalk or is it possible to just use the business rules framework on its own If it is possible to use on its own what are ...Show All
SeanC 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
SvetlanaCT Reinitializing a correlation token
I have a workflow that contains a while loop that uses a CallExternalMethodActivity to raise an event. The method called in the ExternalDataExchange interface initializes a correlation token. The second time round the loop the runtime fails telling me that the correlation token is already initialized. Is there a way to programmatically reinitialize the correction token (say in the method invoking handler) so that each invocation uses a new ...Show All
VICAllen Problems with state persistence and timer services
Hi, I've experimented with adding the SQL state, timer and tracking services to the Lab1 sample step 4 (the expense report approval workflow). The tracking service works fine, but it seems that the state and timer services get the engine stuck on the ListenForManagerApproval activity. If I disable the state and timer services the workflow unfolds as expected. I use the (really cool) Workflow Monitor sample to view the results, and the progress ...Show All
Martin.S PersistOnCloseAttribute seems to unload the workflow (Beta 2)
Hello, what I'm trying to do is to create a custom activity telling a (sequential) workflow to save its state so it will be able to restore later its work at the point (e.g. when the user wants to continue later in another session). In other words I'm creating the activity class PersistencePoint having a class attribute PersistOnClose and doing nothing in its OnExecute (I'm not even overloading it). The workflow persists itself ...Show All
Edvin capture a frame
Hello! My program captures avi file from TV-tuner for further processing. I need to get every frame during capturing and to know when the frame start and stops. Thanks a lots. You can use the sample grabber filter. This sits in the graph and calls back to a method in your app for every sample. Or you could write your own in-place transform filter that picked out the start/stop times from the IMediaSam ...Show All
千堆栈 Custom/Preconfigured StateActivity
DI am trying to create a custom StateActivity. This activity should have a default StateInitializationActivity and three predefined EventDrivenActivities. (The state represents a page in a workflow driven wizard-like dialogue. The EventActivites are BackButtonClicked, NextButtonClicked and CancelClicked. I realy do not want the user to have to assemble all nessesary activities for each page on its own. Especially if only few properties of the st ...Show All
Shadokin navigate page/forms?
Can I use workflow to navigate the order of forms(winform) or pages(web) Some code are apprecated. Tx I cannot found any suitable documentation. Here is my proplem: -Create 2 aspx pages -page 1: get some data from user and start the workflow and redirect to page 2 -page 2: get information from above workflow, display in and finish the workflow Can I build this workflow Tx PS. I use activity Delay for testing bu ...Show All
Russell Christopher - msft 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
Jeffory workflow designer
Hi All, I wonder whether it is possible to host the workflow designer in my app. I thought it would be cool if I can have the workflow designer as my app's GUI. Thanks, DK Yes you can. I just saw a video with Scott Woodgate & team demonstrating the designer hosted in a winforms application DKNam, Yes you can. Take a look at the Workflow Monitor sample in the document ...Show All
