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

Software Development Network >> Windows Vista

Windows Vista

New Question

Delay activity - 60 days timeout perid error
Workflow Designer Rules Support
tool generated Vs hand coded workflow
Question on SDK/Vista Developer content?
System.Workflow.ComponentModel.Compiler namespace?
Problem in installing latest WDK 5308
Remote Control Access of a PC
InvokeWebservice vs. code
A better FindExecutable()?
Vista Build 5342

Top Answerers

NF
Crilston
George Gombo?
overgaard
tsgomez
niceguy007
superstar
Greg.Thomas
kbpatki
Jeevann
ProSoft Online
Only Title

Answer Questions

  • _daz Infopath and WWF

    Hi, I was wondering if/how WWF can be used to manage the state of Infopath forms so that certain elements of the form can be hidden/shown depending on the state. From the tutorials that I've looked at, most of them use a Windows form to input the data rather than an Infopath form. I appreciate the help. Here is the InfoPath 2003 Toolkit for Visual Studio .  Windows Workflow Foundation Beta 1 is only comp ...Show All

  • LGS Parser Error Message: Configuration element key 'name' cannot be null.

    hi While trying the CardSpace Example InfoCardHelloWorld...i get this error Parser Error Message: Configuration element key 'name' cannot be null. below is the sample service config file Thnx DonRajah < xml version="1.0" > <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> <system.serviceModel> <services> <!-- Before deployment, you should remove the returnFaults beha ...Show All

  • Dinh Quang Son EventQueueName question

    Hello, I have the following questions: 1) the EventQueueName is only related to an activity of type HandleExternalEventActivity (for example in the collection returned by the method GetWorkflowQueueData of an instance). Is this afirmation correct 2) has the DelayActivity a queue item like the one mentioned before (something like DelayQueueName with delay activity data) Thanks, Markus ...Show All

  • VladK57579 Custom Correlation

    Please can anyone help I'm trying to raise an Event from a service I have implemented that has the ExternalDataExchange attribute. The RaiseEvent method is marked as the CorrelationInitializer, but as the raise event is being called in code (rather than from the CEMA route) it doesn't seem to pick up the correlation value. Basically I'm trying to raise an event which contains a property that identifies the button that was clicked. Then in the ...Show All

  • svn Killing Fast User Switching in Vista32

    I have security applications that will not function using FUS. In XP there was an Option in the control panel to kill FUS. How do you kill it in Vista32 I'm not sure there is a way to turn off FUS in Vista. I'm sure someone more familiar could verify that. That being said, turning off FUS might not fix your problem. We have an app that doesn't play nicely with FUS, so advise our users to turn it off in XP (fortunately most of them are ...Show All

  • ScottVault Problem running my first workflow enabled webform

    Dear All, I'm downloaded the asp.net example from http://www.windowsworkflow.net/default.aspx tabindex=4&tabid=41 section technology samples -> ASP.NET Workflow Example. when i try to run the sample on my machine i get the following error.. Compiler Error Message: CS0234: The type or namespace name 'Web' does not exist in the namespace 'System.Workflow.Runtime.Hosting' (are you missing an assembly reference ) Source Error: ...Show All

  • Igor Deck Beta 2 Changes

    Hi to all. You've write about that there will be some major changes in beta 2 of the WF. So could you post some list with these changes. What will be added to the WF framework in beta2 Also will there be more MSDN documentation when beta2 ships in January Hi Paul, Please do give me some links to documentation and samples on beta2.I have downloaded beta2 and trying to follow your book (beta1).I think some things have changed. I nee ...Show All

  • Christian Liensberger - INACTIVE Creating a Custom StateInitializationActivity

    Hello, I have a fairly complicated state machine that requires custom audit information to be logged upon entering the many states. This includes information like UserName, UserRole, ApplicationName, in addition to the CurrentState and EventDateTime being inserted into our application audit database table. As the initial implementation, every state class had a StateInitializationActivity with a CodeActivity that called a "RaiseAuditUs ...Show All

  • ftts GdiPlusEffects.h missing in February 2006 SDK

    I downloaded the new Feb CTP Windows SDK and the compiler complains about missing GdiPlusEffects.h. This file is included conditionaly when GDI+ version at least 1.1 is detected. Where can this file be found The workaround is to edit GdiPlus.h and change the GDIPVER from 0x0110 to 0x0100: // Define the Current GDIPlus Version #ifndef GDIPVER #define GDIPVER 0x0100 #endif Hi Benny. Thanks for the ping. ...Show All

  • Ankini Persistence service exception

    Hi together, I am just playing around with the new workflow framework. I have build an example state machine with three states: [State1], [State2] and [State3] [State2] contains a HandleExternalEventActivity where the problem occurs. Here is some code: [ExternalDataExchangeAttribute()] public interface IMyInterface { event EventHandler<KeyArgs> OnKeyPressed; } [Serializable] public class MyClass : IMyInterface { public event EventHandl ...Show All

  • Pixelgrease BizTalk 2004 Migration to WFF

    If I start with BizTalk 2004 today, is there a migration strategy for converting the workflows to WWF There is no migration planned from BizTalk Server human workflow services to Windows Workflow Foundation. The two are quite different technologies, see this article " Choosing the right workflow implementation with BizTalk Server 2004 ". However if you go with BizTalk Server 2004 orchestration the upgra ...Show All

  • Hovisal Issue installing VS.NET 2005 on 5308

    Hi, When I try to install VS.NET 2005 Team Ed. Software Architects (RTM) onto build 5308 of Windows Vista the VS.NET installer aborts saying that "my computer does not meet minimum requirements" and that I need to install Windows XP Service Pack 2. Any ideas Regards /Oscar I can get it to install, but it won't run. This is really a problem obviously. ...Show All

  • Heather_Hope System.Transaction sealed or not?

    According the help... public class Transaction : IDisposable, ISerializable ...it's not sealed but when I try to derive from it complains it's sealed. Am I missing something or is the doc' wrong Would be an idea to document that as it's very misleading. Thanks for the reply, saves me a trip in ILDASM! pkr2000, The documentation is correct that the class is not sealed. For instance, CommittableTransaction inherits from ...Show All

  • Ryan Cyclotoid Building 'work queues' based on workflow state

    Perhaps you could point me in the direction MS would recommend for building a list of workqueue items awaiting attention. The scenario is: I have raised a purchase order and started a workflow which is now sat in an AwaitingPurchaseInvoice state. I want to populate a grid with all those Purchase Orders currently awaiting a matched Purchase Invoice. It seems I have a number of options: 1) Store the state ...Show All

  • Peter Dorotiak directshow and teletext

    Hello everyone, I'm really new in directshow development, and I hope you will be able to help me. My goal is to capture video from a video capture device (osprey 440). I'm proud to tell you that I know how to do this . I'm using an ASF writer filter to do it. My question is : Do the files I create using ASF writer filter include teletext data If so, how can I create a graph to display the teletext If not, is there a way to create a video ...Show All

656667686970717273747576777879808182

©2008 Software Development Network

powered by phorum