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

Software Development Network >> Windows Vista

Windows Vista

New Question

ListView sorted column background color
GetSystemFirmwareTable() - Does this work?
Using infocard without installing certificates on the client?
Is QueueUserWorkItem required for Manual Scheduler?
Using .NET to get data from another process/window
Another question about state machine and handleexternalevent
vista 64
Media Center
Why use WWF?
Using word as a merge engine for form generation

Top Answerers

jessielu
Kannan C. Iyer
SAlekseev
efonsecab
Jignasha
Rajanish Trivedi
Paul Baudouin
ttl
puwa
g.flossmann
The Problem with Programming
Only Title

Answer Questions

  • maklouf Tracking workflows dynamically loaded from xoml files

    Is it possible to track a workflow which is dynamically loaded from an xoml file I tried to use the sample "Workflow Monitor" from SDK to track such a workflow, but it always gave me an error:      " Object reference not set to an instance of an object. " Here are my workflow files: <WFHelloWorld.xoml.cs>     public partial class WFHelloWorld : SequenceActivity     {    &nbs ...Show All

  • Sadegh WWF Designer Hosting

    i want to host WWF foundation on web application, so can plz guid me you can rehost a usercontrol that contains a WorkflowView control ( and associated DesignSurface, and WorkflowLoader) ( as in Designer rehosting sample in the SDK). and then embedd that user control into a webpage,(host the assembly containing the control in a webserver too). This also means you need to have Windows Workflow Foundation ...Show All

  • Taurkon Help with instantiating activity class object...

    I created an workflow activity library project (say Project1) in a solution (S1) and created a new custom activity. Then created another activity library project (Project2) within the same solution. Project2 defines another custom activity that uses/includes the custom activity in project P1. I have a WF composition project, a class library, in same solution which constructs workflows programmatically using the custom activities defined in proj ...Show All

  • David K Allen Error: EventDeliveryFailedException ?

    I have got a dual WinForms/ASP.NET workflow application working, except for raising events to workflow from ASP.NET. The events work ok if raised under WinForms app, with DefaultWorkflowScheduler. Under ASP.NET I raise the same event (same code in same DLL) I get the error below. The ASP.NET code raising the event is this: ASP.NET Code: '...Get the GUID of the task Dim ID As String = Me.GridView1.SelectedRow.Cells(4).Text Dim ins ...Show All

  • Saeed Tabrizi 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 am also seeing the same issue's. I burned the ISO file with Nero and also tried to mount the file to a Virtual drive and still am only seeing the Readme file. I figured I'd burn the ISO file to a DVD and do some reasearch at work but was prompted by nero that the disc ...Show All

  • imate_bluetooth Workflow Runtime froze when turning on tracking service

    I'm playing with the WF tracking service but couldn't get it to work even for the simplest use case. I created the tracking database and tried to run the "SimpleTrackingSample" solution is the SDK. The workflow runs ok but never terminates. Any help will be appreciated One thing to check is to make sure that your Workflow host handles all of the runtime events like WorkflowCompleted, W ...Show All

  • jadelise Enable/disable activities based on worfklow parameters

    Hi! Is it possible to set the Enable value of an activity based on workflow parameters I have an eventhandler with a delayactivity (let's say "timeout"), but I would like to decide if the "timeout" is enabled by passing an appropriate value as parameter of the workflow. Is it possible Thanks in advance Thanks The Enabled property is a metadata pro ...Show All

  • Oleg V. Shastitko Message Delivery Exception in Windows Service Host Application

    I have following architecture: - Host application: Windows Service (+ Interface for communication between Workflows and Host application) - Consuming application: ASP.NET Web Application (+ Interface for communication between ASP.NET web application and Host application using Remoting) First the windows service is started. It creates the Workflow Runtime. Then a web application starts a Order state machine workflow using the remotin ...Show All

  • IdahoErick Designers built to access fields only?

    Designers for activities like InvokeMemberActivity and EventSinkActivity show only fields (member variables) in the drop-down list of available choices for parameters. These lists do not include public properties. Why It's always been our practice to make member variables private and control access to them through public properties. I can manually type in the property name, but the designer tries to add a field to the XOML file (which clashes w ...Show All

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

  • Dan H. Black screen after boot with ATI Grpahic card.

    Hi, finally I got the new build and installed it. Like the past november build I get the black screen. I could fix it in the previuos by booting in VGA mode and installing the ati beta drivers. In this new build however, even if I boot in VGA mode i still get the black screen. When running in safe mode and installing the drivers it works fine but after reboot I get the same black screen again. I'm running a Dell Dimensin 8400 with RadeonR ...Show All

  • Kevin Mulvihill How to prevent an Workflowinstance from terminating

    Hi there I'm currently working on a (runtime-)service that should start a workflow for errorhandling if an instance faults. The service works fine as long as I trigger it by the instance's terminate event (Runtime -> WorkflowTerminated), but I want to prevent  the instance from terminating and instead suspend it so it could be resumed and starts at the State that caused an error previously. Is anyone there who could give me a ...Show All

  • Albert C Getting Vista File Open dialog with .NET application

    Our application is written in C# 2.0 and using standard file open/save dialogs. In XP, these are pretty basic dialogs, but on Vista they remain the xp-style dialogs and not the Vista-specific open dialog. I've noticed with MFC based applications, if you use the common dialog you can get the Vista specific open dialog when running the same app on Vista. Any idea how we can get the OS-specific open dialog in C# ... if not possible withou ...Show All

  • MARViN2003 Major compiler Error

    Hi, I am getting the following compiler error, Error 2 The "CompileWorkflowTask" task failed unexpectedly. System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Documents and Settings\jacog\Local Settings\Temp\rsnifrbx.tmp'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, File ...Show All

  • Math23 Using InvokeWorkFlow Activity

    Hello - We have a program hosted by the Console that consists of two workflows. The first waits in a while loop for text files to appear in a folder; when one does, this workflow uses InvokeWorkFlow to kick off the second workflow which will write the file name into another file. The problem is that when the second workflow is finished, the first workflow gets terminated. Why is that I've understood from the documentation that this should not h ...Show All

727374757677787980818283848586878889

©2008 Software Development Network

powered by phorum