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

Software Development Network >> Windows Vista

Windows Vista

New Question

Changing DependencyProperty at Runtime
Invoked event handler is not called in programmatically generated workflow with EventSinkActivity.
TransactionscopeActivity
Workflow Foundation and Windows SharePoint Services 2003
Unable to write to reg key
Programs
WM_PRINTCLIENT trouble with IVMRWindowlessControl9::RepaintVideo
Object reference not set to an instance of an object
Invoking a HandleExternalEventActivity from an Asp.Net Host
Audio renderer: GetPosition returns incorrect value

Top Answerers

LozD
Mikee21
David Regan
tirengarfio
jimwill
RonO
UmaMohan
Computer Guy69146
phlics.live
Craig Reder
Russell Computer Services
Only Title

Answer Questions

  • Hipolito Lopez Passing data between activities and erroring out

    Hi Sorry for this really newbie question, but I have a workflow where the first activity opens up the connection to my database. I then want to pass this SqlConnection object to subsequent (sibling) activities for them to use. First of all is this a valid thing to do If so, how do I do it Secondly, if the connection fails, how do I error out of an activity which requires this connection object and it hasn't been set. My workflow is pretty co ...Show All

  • RichardB2 Error debugging a workflow

    Hi, I have the RTM version of VS 2005 installed with the 2.0 framework and the November CTP of WinFX and specifically the WWF VS integration. Everything seems to work fine except I get an error when trying to debug a workflow: "Error occurred while Loading Workflow An error occurred while loading the workflow. Please correct the following error and try reloading the document to view the Workflow. Attribute 'Class' not found on the root activity ...Show All

  • Fantacity SQL Persistence, Loading Workflows and Workflow Properties

    I have a workflow that has a bunch of properties on it. One of those properties is the name of the user that initiated the workflow (it is passed into the workflow via the Dictionary<string, object> class. I have SQL persistence working just fine (well, I can't figure out how to 'auto persist', so I am manually calling 'Unload' when the workflow idles), and I run through the list of workflow IDs persisted when my application starts up. ...Show All

  • kielbasa Need XAML only State Workflow code samples (WWF Beta 2)

    Can anyone provide working code examples of XOML/XAML only State workflows that load xoml and rules files and are able to successfully raise events from an ASP.NET client (event Lab 4 conversion to XOML only workflow with the ability to raise events would be good enought starting point) I cannot locate any XOML State workflow samples where events can be raised successfully. Thanks in advance, John Portnov Tom, Thanks for the ...Show All

  • Bran Is there any Comprehensive guide for Windows Workflow Foundation?

    Hi All, I've just started working on Windows Workflow Foundation. I need a detail guide of How to on the subject. May be something like chm files. msdn does'nt help me in the cause. If anyone has a resource as such please let me know. Check out this free comprehensive guide to workflow foundation - http://wfguide.blogspot.com/ Thanks Andy n rcarun, I'm going through the articles. Thanks agai ...Show All

  • Kelby Speech Languages

    With the Final release of Vista, how will the speech recognition languages be supported. In other words if I purchase an English operating System, will the operating System recognize a Spanish word or will I be able to download a Spanish recognition pack Thanks Or the other way around: If I buy a german version of windows vista, will I be able to download an english recognition engine ...Show All

  • JCtfs dynamicly use of Invoke Workflow activity

    In my Workflow , i want to invoke a number of instances of an other Workflow . The problem is that number is unknown ( it's in a database ) . so i have to invoke the workflow dynamicly. How can i do that should I use the Invoke Workflow activity , or am i obliged to use a code activity in which I embend a foreach statement I thank every helper . The solution above with InvokeWorkflow and Replicator will not work with the out- ...Show All

  • Mike Schetterer -- MSFT When designing WF by xoml-only file, we can have a VS-generated code-beside.

    Hi, I just made a workflow console app project (using Beta2.0) and deleted default .cs files and add a single .xoml file (just add a text file and change its extension to .xoml). So, assume this is a xoml-only (test.xoml) and I just simply added a code activity to the workflow by coding xoml like this. <SequentialWorkflowActivity x:Class="test.Workflow1" x:Name="Workflow1" xmlns:x=" http://schemas.microsoft.com/ ...Show All

  • kqjf Problem: Install Vista 5308 on Virtual PC?

    I need to install Vista on a Virtual PC to test installation and running of some current apps I've developed. When I try to install Vista, it boots from the DVD I provide but when I "Install Now (->)", I get an error dialog box: comsolver: Are you using Nero when your burning the ISO to DVD I was receiving the exact same error after burning the ISO with Nero and I resolved the problem after updating my Nero software, once Ne ...Show All

  • MikeT333 Add Graphic User Interface to custom Activities

    Is possible to create a custom activity and include some GUI, so when that custom activity is used in a workflow the user would be able to double click the custom activity and set properties If so, where can I read some documentation about it. I think that, maybe, I need to override some method but I can't figure it out what method. Thanks in advance. Ready. Now its working, I needed to overide Initialize metho ...Show All

  • MSJ InvokeWebService vs InvokeWorkflow

    I would like to know what the overhead is when calling a workflow nativly from a another workflow compared to call it as an exposed web service. This would be valuable information when modelling workflows. InvokeWebService is going to end up going out on the network - or at least through sockets (if the workflow happened to be in the ASP.NET process). I wouldn't recommend that approach for speed - InvokeWork ...Show All

  • DLilga Dynamic update with xoml

    Hi guys, I've already ask for that, but I will now make a separate thread for this. I don't think I'm the only facing this problem. Here is the post and the questions that I ask: I want to know does anyone try to implement dynamic update to the workflow through workflow designer. I mean that i take the definition of a running instance then displayed in the designer then some modifications, then bam I have to merge the running definition and ...Show All

  • m_hussein WorkflowRuntime.CreateWorkflow overloads

    I have not been able to find any information about two CreateWorkflow overloads in the WorkflowRuntime class: CreateWorkflow(XmlReader workflowDefinitionReader, XmlReader rulesReader, Dictionary<string, object> namedArgumentValues) and CreateWorkflow(XmlReader workflowDefinitionReader, XmlReader rulesReader, Dictionary<string, object> namedArgumentValues, System.Guid instanceId) I have two questions: 1. Given that there a ...Show All

  • Srinivasalu XPS output for SQL Reporting Services

    Does anyone know if SQL Reporting Services will be updated to support output to XPS format directly as a native rendering format Nothing has been announced yet. We're definitely discussing with that team, however. ...Show All

  • stefanh Dynamic Update to a Workflow Created from a XOML

    Hi I have seen the dynamic updating of a workflow by adding/removing the activities in terms of class objects. Now i am creating a workflow from a XOML and i will have a new XOML with the changes in the workflow. HOw can i update the existing workflow with the modifications from the new XOML. this is how i am instantiating a workflow from xoml. string [] xomlFiles = { @"Workflow2.xoml" }; WorkflowCompilerResults ...Show All

717273747576777879808182838485868788

©2008 Software Development Network

powered by phorum