Answer Questions
talitore Workflow VB Snippet Error on Build
We recently upgraded to the Feb WinFX CTP and have been encountering the following VB workflow snippet errors during the builds: "C:\Program Files\Microsoft Visual Studio 8\VB\Snippets\1033\Workflow\DependencyProperty - EventHandler.snippet: Missing or invalid Code tag" The Error List Window header shows 0 Errors, 0 Warnings, and 0 Messages. However, the above error is displayed in the Output Window. All projects in the solution ...Show All
MikeC23 Workflow Serialization Problem
Hi to all, I have been using beta 2 bits for a couple of days and trying to upgrade my project with the new stuff. I've change a lot of things ( as you guys did in beta 2 :), but one problem still cannot be solved. I'm using the workflow designer control to change workflow definition. I have also a state machine workflow. If I load the workflow from file (xoml) no problem. But if I want to get a workflow definition from running workflow the seri ...Show All
hamed babai Help Desk Support Sample APp does not compile
Error 1 Could not find type 'SimpleReadWriteActivities.SendData'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built. 0 0 Error 2 The variable 'sendData1' is either undeclared or was never assigned. C:\Windows Workflow Foundation\Examples\SimpleReadWriteActivi ...Show All
Chris Kurz Activity Property values not available at runtime
I am currently experimenting with a custom activity. We have a number of business rule objects which implement various, relatively complex data validation rules. The custom activity allows these business rule objects to be assigned to the activity and for parameters to be assigned as part of a workflow that links together a number of these business rule classes into a sequential [potentially brancing] workflow. So I basically have: BRActivity ...Show All
nkojuharov How to determine state of state workflow?
Hey guys, I'm developing a state workflow. As it is good practice I'm writing unit tests to test the correct behavior of the workflow. The problem is that so far I couldn't find out how to get information about the current state of a workflow, whether it's waiting for an event, etc. I have the runtime object and a workflow instance, but none of these objects exposes properties or so to get this information. Also, I'd like to pause the u ...Show All
Sanjeev Menon Workflow Runtime Accepts HandleExternalEventActivity Events Out of Sequence
I am new to WWF and trying to model a simple call tracking application with a sequencial workflow. The first activity of the workflow is to wait for user input concerning the nature of the call (e.g. customer name). The second activity waits for the closure of the call. I have modelled this as a sequetial workflow with two activities. The first activity is a HandleExternalEventActivity activity and handles the receipt of the customer information ...Show All
Tyagi CredentialProvider idl and header mismatch
Has anyone else spotted that credentialprovider.h is inconsistent with credentialprovider.idl in the January 2005 CTP Also, I'd like to know how it should be fixed - I ignore the header and have pasted the idl into my idl. Philip Yes, I spotted it too :-) But your choice was not lucky - the idl content is much older than the header and it is not consistent with the actual implementation. Ignore the idl and use the header or you ...Show All
AEC-JD How2UseSqlserverPersistenceService
hi I'am a new bird in wwf-dev .Recently,I got a Project about OA using wwf-dev. let's talk about this . The Architecture what I thought is that : the hosting process is a windows service in backgroud. the Asp.net use for Employeer in working processes business-logic. so ,I need the bridge to connect this two application ----- ws and asp.net . But ,I can't find any thing about sqlpersistense service . who use it in dev ...Show All
FrankGibbs The workflow failed validation
Does anyone know why the below would occur if I simpily moved it to a different assembly Thanks in advance, Mardo -- Server Error in '/Mimi' Application. error 1342: Activity 'WhileWaitingForFile' validation failed: Can not find the condition "Condition1". I checked and all the conditions are setup. The .rules file is set to embed into the assembely. I saw a post about not having any classess above the shared class of the workf ...Show All
Sephlock Can't connect to the internet through Windows Vista Build 5270
Title says it all. I successfully installed Windows Vista, took a look around, and realised I wasn't even connected to the internet. I fiddled with the network, my router, but it never even detects my Ethernet port. I'm just glad I have another computer, help is appreciated. I'm using an ASUS K8N-E DELUXE motherboard. I'll try what you suggeste ...Show All
Mr. Lane Question about delay activity
Hi, i have a parallelActivity1 in my project and under it i have delay activity which will be fired every 10 minute and event listener the problem here that when even A happend everything is ok and i should close it but the problem that the delay execute even after event A happend is that because it's a parallel process and is there's any way to make a condition on the delay activity itself to stop it if event a or b happen other wise it s ...Show All
Helder Santos How can I start instalation a Windows Vista os
How can i start instalation of Windows Vista OS. I burn a DVD image, but i can not open it. I can read only a README file. What shall I do I am also seeing the same issue's. I burned the ISO file with Nero and also tried to mount the file to a Virtual drive and still am only seeing the Readme file. I figured I'd burn the ISO file to a DVD and do some reasearch at work but was prompted by nero that the disc ...Show All
Tomas R Taskbar Thumbnail API
Our app currently does not display properly in the taskbar live thumbnail in build 5384. It seems to not display any popup windows in the thumbnail. Is there an API that allows us to construct our own thumbnail for this (or can we turn it off) Thanks. Deleted this article We've made several improvements in how applications appear in the Flip3D view and in thumb ...Show All
avishay_y Programming for Windows Texts: Pref's
I would like to ask about the preferences/opinions of which is a better text for understanding Win API (or MS Windows programming, in general). The titles are (1) Windows System Programming, 3rd Edition. By Hart, J. M. Oct 2004 (2) Programming Windows, 5th Ed. By Petzold, Charles. Nov 1998 Book (1) appears to be most recent, whereas (2) a little bit older, although (2) has been mentioned in some earlier thread, and it was recommended. Which ...Show All
Kamran Amin DVD Subtitles
Hi, Does anyone know how to configure the MPEG-2 demux to enable subtitles to be displayed from a ripped VOB file (we have a legitimate reason for this). I have spent a long time on this and it's driving me nuts! The graph is pushed from a network receiver filter which configures the Demux in CompleteConnect(). I am using pMPEG2StreamIdMap->MapStreamId(0xBD,MPEG2_PROGRAM_ELEMENTARY_STREAM , 0x20, 0x04); And tried vario ...Show All
