Answer Questions
Stefano Triulzi Ignored breakpoints in the designer
Hi there I've got the same problem as already discussed here , but without an answer for me, because my workflow is within the application an not in a class library. I created a "Windows Workflow Console" application with a sequential workflow with code separation and added a code activity which prints "Hello World!" to the console (Lesson 1 in the Hands on Labs). I set a breakpoint on the code activity in the designer, ...Show All
Ron A. Buckton make a simple ASP.Net workflow
I am new at WWF and I want to build a simple ASP.Net workflow application where the first user creat the instance process and the second user recieves it in his Inbox (his Task list) , the he edit just one field of the datafield for the data that entered by the first user . Can WWF do that as simple as other products ... I wish if there is an example or good article about this Idea b/c I searched and I found nothing ... Regards . ...Show All
Ken Robertson InkCanvas (WPF) and StylusPlugIns
I have created my own StylusPlugIn that I am using in conjunction with the System.Input.Controls.InkCanvas. I have placed my plug in before the DynamicRenderer in the PlugIns collection. When I create strokes with my pen (Tera M4) I get the expected behavior where my plugin is applied to both dynamically rendered Ink and created strokes. When I create a stroke using the mouse my plugin is applied to the dynamic rendering but not to the create ...Show All
emily13739 Workflow Host Events not triggered
My Events don't seem to get triggerd.. When I have for example public void RaiseOrderCreatedEvent( string orderId, Guid instanceId) { if (OrderCreated != null ) OrderCreated( null , new OrderEventArgs (instanceId, orderId)); } OrderCreated is always null so my event does not get triggered.. Does anyone know the cause of that Are you using the ExternalDataExchangeService to register your local service wit ...Show All
TravisGaffney Workflow Designer on ASP.NET app
Everybody know if Workflow Designer can be embebed in ASP.NET applications James, unmark your reply as an "Answer". It is not an answer to the question that was posted. It turns out that it is not/never possible to host the WWF designer control in an ASP.NET page using Beta 1. Checkout http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=146431&SiteID=1 . Michael Herman Parallelspa ...Show All
Samiha Esha just a Simple question about CorrelationInitializer method
I always see this kind of correlation method. [CorrelationInitializer] void InitializerMethod(string foo); Is it possible to make a return from this method and catch the value into the CallExternalMethodActivity Like : [CorrelationInitializer] int InitializerMethod(string foo); thx for answers. If the method to which you bind your CallExternalMethod activity has a return value, ...Show All
eugen_safronov Modifying instance members from the host
Hello, I want to know is there is any way to access the instance properties or members of a evaluated workflow What I want to do is to change a value from a instance public variable for example... Regards, M Markus, The short answer is no. I just posted in another thread a more detailed explanation why. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=135539&SiteID=1 Marcelo Ok, I readed ...Show All
Denham Few Questions
To IT Professionals. I have a few questions. So please if u have enough time to answer me I'll be very grateful. 1- Why does Microsoft do all these impressing user interfaces while they just can improve the XP`s user interface to fit the in Vista like what the did in Windows 98 and ME 2- Did Microsoft have problems in dealing with Vista developing phase when it was "Longhorn" and why did the name changed &nbs ...Show All
URLmon WorkflowPersistence simple question
Hi there, I'm writing my own workflow persistence service to support another database. I have following two save methods to override in my service: SaveCompletedContextActivity(Activity root) SaveWorkflowInstanceState(Activity root, bool unlock) The question is quite simple, how do I find in these two methods when I need to INSERT workflow record in database and when I need to UPDATE workflow record in database I can't find any b ...Show All
doodlemania eventsink activity??
i am new to windows workflow foundation ... i was trying to explore all the base class activities i couldnt really understand the eventsink activity like .. what i understand is that it is like a subcriber to the event and recieve the data as the event is fired .... via the parameters defined am i right with my understanding pardon me if the question is tooo naive ... i m a newbie Muhammad, You' ...Show All
SGrieco help me please..
how i can get an activation key for win Vista Longhorn Beta 1 Moved here from Visual Studio Team System Foundation Setup and Install. Hello Aihm - perhaps the forum http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=120&SiteID=1 would yield the right answers. ...Show All
AlexanderPovalyaev Trouble with WebService and Persistence
Hello all, I'm newer to the workflow world and I have a few questions : First, a little background: I've currently got a very simple sequential workflow wraped in WebServiceInput and WebServiceOutput and all interfaces and everything are setup correctly. I use the publish as web service option and all is well. I then try to execute the web service using t ...Show All
Decima Workflow becomes idle after CallExternalMethodActivity.
I have a workflow executed from an .aspx page. The workflow looks like this: handleExternalEventActivity1 callExternalMethodActivity1 codeActivity1 (never invoked) handleExternalEventActivity2 I would expect the first three activities to be executed, before the workflow instance become idle on the fourth activity (eventSink). However, the callMethod activity is triggered and it invokes the service method as expected, ...Show All
Michou Prévost Programming vs. Designing Workflows
Hi there, I had a more or less quick look at WF. I'm a little bit suprised that it seems programming is required for authoring workflows. I hoped that it would be possible to host the designer and to generate some kind of storable representation (e.g. XML) out of designer and to load and run workflows based on this file. The thing that we are currently examining WF as a means to allow customers to customize workflows and to create new workflow ...Show All
Duane Reno Vista
I have just become a member of Technet plus. I have installed Vista beta on my puter. I keep having this Windows Security pop-up everytime my anti-virus hiccups. Is there a way to stop this It is the pop-up to accept or deny permission for my anti-virus to run. What anti-virus software are you running Well active protection is better then running on the internet buck naki ...Show All
