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

Software Development Network >> Windows Vista

Windows Vista

New Question

Major compiler Error
As consumers of applications
About custom container activity's shown behavior
GetSystemFirmwareTable() - Does this work?
Single Frame Animation
Querying workflow event
Designer problem, VS extensions
Visual Studio 2005 Extension in German Studio?
WorkflowQueuingService
What exactly is the point --

Top Answerers

ggunn
stants
Jon Watte
danclarke_2000
ErikM
Prashobh
robbieh101
Kevin Buchan
salafa
Chris Kuck
TiBA Solutions
Only Title

Answer Questions

  • twostepted Beta 2.2 hosted State Machine Workflow - runtime keeps disappearing

    I have a state machine workflow hosted in ASP.NET 2.0. I start the runtime in global.asax, as follows: string trackingConnectionString = ConfigurationManager .ConnectionStrings[ "TrackingConnectionString" ].ConnectionString; System.Workflow.Runtime. WorkflowRuntime workflowRuntime = new System.Workflow.Runtime. WorkflowRuntime (); workflowRuntime.AddService( new System.Workflow.Runtime.Tracking. SqlTrackingService (trac ...Show All

  • Squirrel 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

  • Beauzak CoCreateInstance Fails When i create a custom Null sink filter

    Hi I have created my own Null sink filter which works on a sample application. But when i do CoCreateInstance on this NUll sink filter in my application it fails. My application is for smart phones win mobile 2005 pocket PC sdk. I call this co createinstance from another DLL. Please help Regards Adil Saleem i get a E_OUTOFMEMORY, but in the null sink filter that i have created we set the error code to E_OUTOFMEMORY when ...Show All

  • Keith Roe 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

  • soul_blight 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

  • Dave Breuer using a DelayActivity

    How can I use a Delay Activity in Listen Branche without interupt the others Handler Event driven in the rest of branches(i.e let them in listenning mode) the sweety sootion, is to use a asychron mode, but how thanks. thanks, but if I am not forced to wait this delay to terminate. so, the idea is to generate an alert each time the delay is elapsed,but stop the delay Activity whenever a event h ...Show All

  • Change2 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 used Alcohol 120 . Click on image making wizard,point it werever you saved it burn it. Only took about 10 minutes to burn. After I ejected disc ,re-inserted it and it boot right up to Vista installation How did you burn Vista on to a ...Show All

  • Asen Asenov workflow and web apps

    How do you go about utilizing WWF in a web application I'm currently looking into building a workflow system for publishing web pages in a cms. I've got a basic workflow built and have been testing it using a console application. I need to port this workflow to the web application where users would interact with it using webforms instead of a console app. I'm a little confused on how this would be done in a stateless environment. The workflow ...Show All

  • JasonReis How to convert .dll back to .xoml?

    I'm creating a new Workflow Library Project name WorkflowLibrary1 with a workflow Workflow1.xoml. After buidling Project successfully, it produced WorkflowLibrary1.dll. Can i then convert WorkflowLibrary1.dll back to .xoml (Same to Workflow1.xoml at the beginning) If it can, then can you show me a sample code Thanks! The short answer is no. The long answer - You can serialize a workflow activity into markup using this snippet: ...Show All

  • Johannes Hartmann Console Workflows Hangs

    After the past several months of installing and removing monthly software CTPs of Visual Studio, ORCAS, SQL 2005, and WF I can no longer run a Console Hosted Workflow on one of my machines. The process never comes back (nor does it time out) when executing the following statement: WorkflowInstance instance = workflowRuntime.CreateWorkflow( typeof (WorkflowConsoleApplication11. Workflow1 )); Sample applications as well as new console appli ...Show All

  • Digital Realm Society CEO Problem running MFC app in Win2k sp4 Japanese

    Hi All, I'm having a MFC application which is working fine with Windows XP Japanese version but fails in Windows 2000 SP4. With Windows XP Japanese 1.If I install Japanese Version of my application - works fine. 2.If I install English version of my application - works fine. With Windows 2000 SP4 Japanese. 1.If I install Japanese version of my application - Label texts are not visible. 2.If I install English version of my application - English la ...Show All

  • DavidT1361 WorkflowInstance.GetWorkflowDefinition and running instance

    Hello, As it was mentionen in earlier posts in this forum, WorkflowInstance.GetWorkflowDefinition returns meta data information of the worklfow. That is to say workflow property values updated during runtime would not be included in the returned Activity instance. I would like to ask you how would it be possible to get the exact copy of a running workflow instance from the host application (including values set to activity properties at ru ...Show All

  • Jonh workflow designer

    Hi All, I wonder whether it is possible to host the workflow designer in my app.  I thought it would be cool if I can have the workflow designer as my app's GUI. Thanks, DK Hi Mark, I've been using the Workflow Monitor, but for some reason my workflows only show up in the monitor after my entire workflow has completed. The monitor doesn't show anything while the workflow is running. I'm selecting " ...Show All

  • Roop Custom Activity Approach

    I am working on a custom activity that will provide the following functionality: 1) Allow user to enter a usercontrolurl as a property 2) Allow user to enter a resource/roll as a property 3) Execute invoke method and pass the above parameters 4) Execute event sink to wait for the user to complete the page I have finished 1-3, I am stuck on 4. How could I make my eventsink trigger based on a identifer that was sent to the host in step 3 ...Show All

  • Sudheer_sgk External Workflow Viewing Capabilities

    I understand that there are a couple ways to monitor a running workflow, but I havn't seen any that provide a graphical representation of the workflow and it's current state. I would like to enable users to see the state of the workflow while it is in process. For example, which activities have completed, which have not, which activities are waiting or running. I havn't actually ran through a working instance of WWF, just read about it so far ...Show All

424344454647484950515253545556575859

©2008 Software Development Network

powered by phorum