Answer Questions
Frederic Feytons Error when saving the workflow in MS Office Sharepoint designer 12
Hi, I am trying to design a simple workflow in MS Office SharePoint Designer(frontpage) 12 that will send a mail to user B on completion of the task by user A. But I am getting an error saying " Errors were found when compiling the workflow.The workflow files were saved but cannot be run ." In the detailed description of the error it says " Unexpected error on server associating the workflow" . I am not able to ...Show All
Lisa Smith CreateWorkflow and WorkflowMarkupSerializer do not accept the same xoml file?
I have an xoml file from which I create workflow instances by WorkflowRuntime.CreateWorkflow. It looks like this: <ns0:WFHelloWorld x:Name="HelloWorldWorkflow" xmlns:ns0="clr-namespace:CSCL;Assembly=CSCL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/workflow "> <CodeActivity x:Name="SayHelloWorld" ...Show All
Chris Hampton Multiple conditions for a signle rule
I'm working with the External Ruleset Example (great sample!) and the Ruleset Editor. The Ruleset sample executes rules I create using the Ruleset Editor except when a rule has multiple conditions. For example, I have a rule that's something like this: Condition: this.Color.isGreen && this.Shape.isRound && this.is3DObject Action: this.Helper.AddItem("This is a green ball") The problem is that the action fires when any of th ...Show All
Dimmy Gone Mad Changing DependencyProperty at Runtime
There have been a few threads that have been dedicated to design time issues with changing DependencyProperty values. We have come upon a runtime problem with persisting a DependecyProperty. We are working with StateMachine workflows and we have one workflow invoking another by use of an activity. In the Execute method of the activity, we start the other workflow and store the Guid in a DependencyProperty. The PersistenceService does its t ...Show All
Ray Cochrane Problems in invoking one workflow web service from another
Hi, I am using Beta2 of the workflow. Workflow A has been published using a web service named SendConfirmation_WebService. The workflow has WebServiceInput, a CodeActivity & a WebServiceOutput activities. Workflow B has also been published as a web service named ReceivePurchaseOrderConfirmation_WebService. It only has WebServiceInput & WebServiceOutput activities From Code Activity of Workflow A, I am trying to invoke the w ...Show All
Andrew English vista 5231
Help!!! Please.. I've just got build 5231, and installed it onto my box. Some weird and horrible reason it's not allowing my network card to install correctly. I have a SIS 900 integrated network card, that according to device manager, it has installed but requests me to re-install the drivers. When I go through the motions it has my drivers listed in the drivers list. But always reports that an error has occured whilst installing. I've download ...Show All
Prabhjeet Singh 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
Guatvao LoadLibrary (regsvr32) fails without Visual Studio 2005
I've just upgraded from Visual Studio 6 to Visual Studio 2005. I've got the latest DirectShow stuff (in the platform SDK) and am using it. Everything builds and runs fine on my development machine (which has Visual Studio 2005 installed) but when I try: "regsvr32 "myfilter.ax" on a different machine (without Visual Studio 2005, both machines are WinXP Pro and up to date AFAIK), I get the error: LoadLibrary ("myfilter.ax") failed - ...Show All
ebferro D3DERR_INVALIDCALL on SetRenderTarget
I am trying to play a video in Direct3d device. I followed the sample "VMR9Allocator" of SDK to render VMR9 movie on D3D device, while using its interop in C#. i had to set render target of device to the initial one, at begining of every render loop device.SetRenderTarget(0,m_renderTarget); device.Clear(ClearFlags.Target, System.Drawing.Color.Black, 1.0f, 0); .... Draw sprites (including texture from movie frame)..... device.Pres ...Show All
internettalk How to create a workflow programmatically?
Are there any samples that would show how to create and/or modify a workflow programmatically, i.e. from a program, not from VS.NET IDE or a hosted designer For example, the program would create a new workflow, add a couple of activities to it, and save the serialized workflow definition (in a file or database). I can find examples explaining how to modify a workflow instance at run time, but I need to create ...Show All
Hamed_1983 Vista UI lacks of Transitions, Fades and some other things
I like Windows Vista very much, but when i compare the current December CTP [of which I am beta tester] with a Mac OS X Tiger video found on the apple homepage, Vista falls behind in some areas. What I find so pleasing in Mac OS X are the cool but not annoying transitions in various parts of the user interface. In Vista, except of the window minimize to taskbar, maximize from taskbar, window open and window close effects, there are none noticabl ...Show All
Poprocks83 WST decoder for Turkish character?
Hi! Does anybody know about Turkish character display of Microsoft WST decorder I wrote a program, it seems to work fine in English Windows but can not decode O.K. in Turkish Windows. Reading the docs on the WST Decoder I see: "Only Western European languages are supported at this time" They don't specify which languages those include, but given that you say it doesn't work, it seems ...Show All
C Johnson C4819 Warning, help me, urgent!
---------After upgrading from VS 2003 to VS 2005 and rebuild a my COM/ATL project, I got following messages. What I concerned is how to prevent VS 2005 from generating idl file in CP936. It dose not take effect to set VS options. Thanks. .......... Linking... Creating library Release/LTModel.lib and object Release/LTModel.exp Microsoft (R) 32b/64b MIDL Compiler Version 6.00.0366 Copyright (c) Microsoft Corporation 1991-2002. All rights re ...Show All
rvn Compile error C2146 & C4430 when compiling directshow base classes
Hello kind people I tried to compile the directshow base classes by using visual studio 2005 and got the error 2146 and 4430 as following. 1>Note: including file: c:\DXSDK\include\basetsd.h 1>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include\winnt.h(222) : error C2146: syntax error : missing ';' before identifier 'PVOID64' 1>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include\winnt ...Show All
k333 Multiple workflow/more complex examples.
Hi, I gone through the labs, examples etc for WWF and whilst they all demonstrate different aspects of WWF, they are all rather simplistic, implementing only a single workflow. What happens where there is more than one For example, in ASP.NET there can only be one instance of the workflow engine per app domain. On page1.aspx, I need to execute some workflow and take action based on the result so I add an event handler, eg: workflowRunt ...Show All
