Software Development Network Logo
  • Visual Basic
  • Visual J#
  • Architecture
  • Smart Device
  • Windows Forms
  • VS Team System
  • SQL Server
  • VS Express Editions
  • Visual C#
  • Visual Studio
  • Windows Live
  • Windows Vista
  • Game Technologies
  • Visual C++
  • Microsoft ISV

Software Development Network >> Windows Vista

Windows Vista

New Question

Missing WorkFlow Project Templete!!!
Unable to add Custom properties to Activity
ICredentialProvider
Peculiar Problems after Successful WINFX SDK installation
DependentUpon missing in VS2K5 Extensions beta 2
Adding a workflow (xoml) to a project
DTCGetTransactionManagerEx error
vista 5231
Horizontal flashes while drawing texture
Missing Condition Error

Top Answerers

Swarnima
Phil_
kjm2dba
JavaBoy
Gladys27216
Doubt_in_sql
BradVoy
Nilton Pinheiro
D.G.
Adeel Arshad
MojoCommerce LLC
Only Title

Answer Questions

  • Buckley2232 How to access a published webservice in hosing web application

    Hi, I am new to WinWF, I have done a Sequential Workflow in Beta 2.2 with WebServiceInput, InvokeWebService and WebServiceOutput Activities and published that as a webservice. Now any body can help me how to access that webservice by making a WebReference to that in a webapplication and where the Interface needs to be implemented which is specified in InterfaceType property of WebServiceInput Activity. Can anyone please help me in this. ...Show All

  • Sam N. loading workflow from xoml file

    i save workflow in xoml file now when i load it back its loads fine but i had to cast it into prope type can any body give me better way of doing it ..... XmlReader xmlReader = XmlReader .Create( "seq.xoml" ); WorkflowMarkupSerializer serializer = new WorkflowMarkupSerializer (); seq. Workflow1 wf1 = (seq. Workflow1 )serializer.Deserialize(xmlReader); WorkflowInstance wfInstance = wfRuntime.CreateWorkflow(xmlRead ...Show All

  • Leon Katsnelson Files locked by unknown programs or services

    Sometimes when you run a program in XP (seemed like less of a problem in Win2K) certain files just get locked, and cannot be modified or deleted. There seems to be a difference in the time it takes the system to determine the locked state, depending on whether the user tries to rename or delete the file. When trying to rename a locked Word file, XP immediately tells you its locked. When trying to delete a locked file however, it can take up t ...Show All

  • JamWen Request for FreeformActivityDesigner sample

    As promised in http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=162495&SiteID=1 , I would love to see some examples of the FreeformActivityDesigner by Ramrajprabu, or anyone else. Thanks, Notre here is a sample that I posted recently http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=279092&SiteID=1 Thanks for the sample Ramrajprabu! I'm excited to see you chose to use a flowcha ...Show All

  • WantaBe Problems defragmenting

    I have tried on numberous times to defragment my computer. I have been able to do this in the past but in the last few weeks it will not defragment past 3%. I have closed programs done and let it run over night and the next day it is still trying to defragment. Any suggestions on what to do so I can defragment. Coffeenmorn - This is the Windows Workflow Foundation discussion forum.  You might have be ...Show All

  • jagilbert How to go 'backwards' in a sequential workflow?

    Hello I am planning on using a sequential workflow to drive a wizard-style form interface with [next] and [previous] buttons. Most (all ) examples of sequential workflows I've seen show the flow proceeding from the start to the finish. My requirements are that the user is able to click the [previous] button at any time and be moved to the previous activity in his/her workflow. E.g. Say I have a flow like this: A / \ B ...Show All

  • Chris Jewell HandleExternalActivity not subscribing to event

    Hi, I have a state machine workflow with a state that uses the HandleExternalActivity activity. I have set it up to use an event in my custom interface. However, when the implementation of my interface raises the event I can see that there are no subscribers to the event. In other words, the HandleExternalActivity activity hasn't subscribed to the event. Any ideas what would cause this Thanks, Kent ...Show All

  • Jerry L. Winn Problem Using ifElseactivity in an Embedded workflow designer

    I'm trying to use a ifElse activity in an embedded workflow designer ( Workflow Designer Control Example   downloaded from here: http://www.windowsworkflow.net/Downloads/Examples/Workflow%20Designer%20Control%20-%202005-09-24.exe ) I added a IfElse activity and then select one of the branches. In the property window I select a System.Workflow.Activities.Rules.RuleConditionReference Condition and then when I try to edit the Name   prope ...Show All

  • ckzulueta new dshow libraries created from vs2005 hang application

    Hi, Sorry to post again so soon, but I really need to get this sorted out. I've recently upgraded to VS2005, and am trying to recompile my old code. I've downloaded DirectX SDK (Dec 2005), and the latest Platform SDK. I've managed to compile the DirectShow BaseClasses using the makefile, by selecting the VS2005 WinXP 32-bit Retail build environment and typing 'nmake /f makefile', after making the relevant changes as set out by: http://b ...Show All

  • Daphne.cheng Type resolution problem executing a workflow with rules

    Hello, in my workflow I have a condition rule defined as following: ((MyComponents.MAC)this.GetActivityByName("MAC1")).MACID = "ABCD" When I run the workflow I get the following error message: error 1368: Activity 'ifElseBranchActivity1' validation failed: Property "Condition" has invalid value. Condition expression is invalid. The type name specified ("MyComponents.MAC") can not be resolved. e ...Show All

  • ElCapitan workFlowcontext variables

    I am looking for a way to have a variable available across the entire workflowRuntime, and visible in all workflow instances. Much like a application hash is in asp.net that is available in all web pages. Any help would be appreciated. Thanks in advance, Mardo You could use a singleton but there isn't anything built into the framework for this. Mardo, have a look at this thread http://forums.microsoft.com/MSDN/ShowP ...Show All

  • jdk [Beta 2.2] Designer problem with dynamic components

    Hello, I have an application with a custom designer. The activity I am dropping on the designer is included into an assembly which is dynamically loaded (Assembly.LoadFile). I added the assembly to the type provider too. When I drop the activity on the designer the activity is added to the sequential workflow activity, but the new dropped activity isn't shown. The problem is only from the designer point of view. Any idea Thanks, Pierre ...Show All

  • Holden Caulfield 2 way Communication

    I am trying to build an application that uses workflow on a server and a client. I want to use WCF in the middle to handle messaging. I need to establish 2 way communication between the client and the server. I used the Expense Report sample as a bases but when I try to hook to an event on the service using remoting I get an error. Saying that the application is not flagged as serialized. Can any one help ...Show All

  • j.cran Beta2 Installation problems

    I am trying to install WWF Beta2 (in fact i have been since last Friday). Anyway i manage to load all the components until i attempt to install WWF beta 2 it fails with the message : " the following platform components failed to install and will need to be manually installed before setup can proceed: Windows Workflow Foundation: The installation source for the product is not available. Verify that the source exists and that you can acces ...Show All

  • rmills1 VB wf designer problem with rules and withevents

    Hi, I'm experiencing the compile time error WF1368: Activity 'ifElseBranchActivity1' validation failed: Property "Condition" has invalid value. Condition expression is invalid. The field "delayActivity1" on type "wwfcon.Workflow1" does not exist or is not accessible. if using the vb workflow designer and some simple rules. I've tracked it down that the property can be found if the Activity (delayActivity ...Show All

151617181920212223242526272829303132

©2008 Software Development Network

powered by phorum