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

Software Development Network >> Windows Vista

Windows Vista

New Question

This workflow,how can I present it using WWF?
IfElse Activity in a While Activity
bug? WorkflowParameterBindings + Persistence
Custom Activity - Probelm with EventSink Activity
SQL Persistence, Loading Workflows and Workflow Properties
WinFS Application Design Question
How to expose the workflow status
WinFX SDK download disappeared
Beta 1 Hands-On Lab
XOML and Parameters

Top Answerers

rajaram From Hyd
TotalNovice
Dpowers
Av_Steiner1
KoMas
Dennis.Vroegop
Thithi32
srinivas duddu
prabhat shrestha
Hugo Salazar
Lukasc
Only Title

Answer Questions

  • Apoorva roles don't match will terminate the workflow

    I use the state machine workflow and add a role in one state, when the not matching role handle the event , the workflow will throw a exception and terminate. Now I want the result is that showing a message box tell that the roles don't have right to handle this event , but not terminate the workflow,How can I do, thanks Ariel, You need to model this in your workflow. For example, put the event in a loop where you only break out of ...Show All

  • help_m_with_extern_linkage should VS2005 PRO install on Vista Build 5270

    Put CD in, say Permit, start screen comes up, click on install link then get a meesage saying Suit Integration Toolkit Stopped...... Should VS2005 Pro install ok   Try logging on with the local administrator account, this account isn't subject to the UAC restrictions.  By default this account is called "Administrator" and the password is blank. This could be a UAC refactoring bug.... &nbs ...Show All

  • Qing Question about performance overhead

    Hi All: I am researching feasibility of using the Windows Workflow Foundation for an internal requisition and procurement workflow application (ASP.NET frontend). This system will have up to 300 concurrent users across the enterprise. If I am to implement WWF for this project, does this imply up to 300 workflow instances loaded in memory If so, what are some of the performance implication I need to keep in mind Any input would be greatly h ...Show All

  • ReNgA Setting a static ListView background image

    I'm trying to get a static, non scrolling background image into a ListView in C# 2.0. I posted about it in the Windows Forms forum here: http://forums.microsoft.com/MSDN/showpost.aspx postid=163999&siteid=1 and was told to ask over here. If anyone has any ideas as to how I could do it, I would appreciate it. Not yet. The closest I have come is Roger Lipscombe's page about using CustomDraw in a ListView. I ...Show All

  • Vbeginer.net How does it compare to the ISV's like K2 & Captaris Teamplate??

    This weekend I'm planning to take a dive into WWF, very excited about the potential of this new platform. One of the first things I want to find out is how WWF compares to other workflow solutions. I've worked with both K2.net and Captaris Teamplate, from which I definitely prefer the first one. Of course the integration in MS products will be far better, but how does it perform, how do the BAM tools compare, does it bring easier user managemen ...Show All

  • MadDawg2020 FileWatchService and State Machine Workflows

    I have a question in regard to the FileWatcherService activity available for download and how to incorporate it with a statemachine workflow. I am developing a state machine that will react to files being dropped into a FTP store. Based on the file extension and name of the file, a new workflow instance will be started or a persisted one with be reloaded. In either event the appropriate state activity will run. The FileWatchService will need ...Show All

  • Mauro1971 Activity Binding

    hi all, i wonder, how it would be possible, to bind properties of type collection. i tried two ways: 1) i declared properties of type arraylist and tried to bind them in the designer, which leads me to the "Object Collection Editor", which is not right... 2) i used a typeconverter on the activity property: [TypeConverter(typeof(ActivityBindTypeConverter))] this would lead me to the correct binding dialog, but creat ...Show All

  • Yoky Does will work the WorkFlow Designer on VSTA IDE?

    Hi, Does will work the WorkFlow Designer on VSTA IDE Hi, The workflow designer is not part of the VSTA IDE, but if you have a host application that has implemented VSTA you may be able to use VSTS to create VSTA add-ins. Paul Stubbs Program Manager The WF extensions only work for non 'Express' based SKUs of Visual Studio 2005. I believe VSTA is based on an Express version of VS and thus WF won' ...Show All

  • Wislon32 Infopath to Sharepoint

    What is the simplest way to deploy Infopath forms as Sharepoint web parts, not simply as stored documents I would like to have the form appear when the page or web part opens, not requiring another click. I would like the data captured in the Infopath form written to SQL Server. None of this should require the Infopath client - think client only. Other than rewriting the form as a .NET user control I don't know how to do this. Can someone sugge ...Show All

  • Gokay WWF and ASP.Net

    Any news on how WWF will integrate with ASP.Net I am hoping that it will provide a way to graphically manage the workflow of an ASP.Net application. It always bothers me having to bury navigation instructions in your code - if WWF can improve on that then please let me know!! Thanks a lot for the link to the documentation. However I only see infomation on calling a workflow as web service and calling a web serv ...Show All

  • Bunk recursive workflow

    I have a workflow that consumes an Xml document and breaks it up into smaller pieces in a complex Activity, using various rules etc. The result of the activity above may be several xml documents that need to go through the same process, i.e. invoke the same workflow. If there were none then the workflow would complete. The initial workflow, and any subsequent workflows, must wait until their "child" workflows have completed. ( ...Show All

  • Duncan Jack Limitation for simultaneous executing workflows

    I tested with the Workflow Foundation Beta and tried to run as many Workflows as possible asynchronously runtime = new WorkflowRuntime(); runtime.AddService(new DefaultWorkflowSchedulerService(200)); The performance indicator did show a maximum of 25 even when I provided a higher maxSimultaneousWorkflows (e. g. 200). The default seems to be 5, because when I use the default constructor max is 5. When I use 2 the max in performance tool is 2. Is ...Show All

  • JaySuarez1959 Activity Properties

    hi all, i know that i can bind activity properties to workflow properties using the designer; but is it also possible to bind activity properties to properties of other activities and: is it possible to bind activity properties not to a certain activity but to the parent activity’s properties if you know something, please tell me. :-) thanks in advance, regards, .k Absolutely. That is t ...Show All

  • ShowMeTheMoney Seeking Suggestions on DirectX - A simple Measuring tool

      Hi there, You don't have any idea how much courage this requires.  I'm very experienced programmer. I'm not the least bit interested in games or shading most of the things that directX does so well (Although Gold wave uses directx in their displays and I think they are superlative and would love to know how to do that.) My needs are very simple and fairly easily stated. I'm updating a beloved Eyedropper program originall ...Show All

  • tadam - MSFT Roles and WWF

    I ll have additonal question about roles.   Does WWF do or will have role support on properties in activity or arguments of state transitions or start parameters   Can we do make pre and post validations to substitude destination states. This validation canbe role,requied,range ect.. Thanks.   maybe the question must  a property binding question. In a state based flow : 1.Can i descri ...Show All

5678910111213141516171819202122

©2008 Software Development Network

powered by phorum