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

Software Development Network >> Windows Vista

Windows Vista

New Question

Workflow Monitor Sample
Workflow published as a WebService + persistence required in Beta2
Determine correct activity instance during Activity Tracking
December CTP poss build 5276
Changing DependencyProperty at Runtime
OpenSCManager() access deny
baseclasses don't be builded in VC2005,why?please help me
WF implications for MSF, LINQ, OOD, Software Factories
FlowChart workflow - Custom FreeformActivityDesigner sample
Developing apps in Vista

Top Answerers

pepellini
Jason_M_D
naru
KarlTheBaker
Greenstead
FredF666
Topry
Edward Wilde - PHWT
jackie2526
Joaquin Grech
Superior Software for Windows (SSW)
Only Title

Answer Questions

  • RayG Two questions with WorkflowRuntimeService

    Hi all, I'm developping a host program(web server) with WF Beta2.2 version.I have two questions. 1.I want to stop workflowRuntime when the web server is stopped.I used SqlWorkflowPersistenceService.The running workflowInstance can be normally unloaded if i'm not use SqlTrackingService,otherwise it can't be unloaded and system event log will be marked event id 1013 which means that a process serving application pool 'gh' exceeded time l ...Show All

  • avanderlaan Can revert back in to XP?

    after instaling vista on the same drive as xp can i revert back to xp i am not in the mood for reinstaling my xp all over again. This question has nothing to do with Vista development and you should find an appropriate forum to ask it. However, you should NEVER put two OSes on the same partition. If they are in different partitions, Vista will set up as dual boot, and you can choose every time which OS t ...Show All

  • Souri Confused on why is is possible to drop activities in .XOML and .XOML.CS files?

    Hi everybody, I may be overlooking something obvious, but this is sort of confusing to me, so I would appreciate a clarifying voice on this. If I create a WF console app, delete the original "Workflow1.cs" file, and add a "Sequential workflow (with code separation)" item, then I get 2 files in the solution explorer: "workflow1.xoml" and "workflow1.xoml.cs". I can click on each one of those two files, and add activities separately ( ): ...Show All

  • AlanH-SA Dynamically setting the next state from within a Workflow...

    I'm trying to set the next state from within a sequential workflow handling an event. The SetState activity only allows the state to be set at design time. External to the Workflow, using the StateMachineInstance, you can do a SetState by doing a: SetStateEventArgs eventArgs = new SetStateEventArgs(stateId); workflowInstance.EnqueueItem(System.Workflow.Activities.StateMachineWorkflow.SetStateQueueName, eventArgs, null, null); For a State Bas ...Show All

  • D Miller Workflow persistence functionality

    How does workflow persistence function when a workflow unexpectedly terminates Does anyone know I understand that there is a persistence service that can write a workflow instance to a database, unload the workflow, and later re-load the same instance of the workflow. This is great, but what if the instance of the workflow had a network communication error Will the workflow serialization persistence store the last activity execution and bra ...Show All

  • M D Larsen Workflow arrows not showing up - what's wrong ?

    Hi, I just installed WWF Beta on my machine (W2k3 SP1, VS2k5 B2) and tried the "State machine" lab. I could make all the steps that were shown and the project compiles fine (haven't come to the step where I could run the project, though). But when I look at the workflow overview, I cannot see the arrows that mark state changes! The layout is still "all shapes in onw column", so it seems the designer has not caught my "change state" shapes inside ...Show All

  • Inna73863 Welcome Tablet PC/Mobile PC users and the world!

    We stand ready to answer your questions! Moderators are standing by! Can you give a few examples of a  "Mobile PC"   I've heard of "Windows Mobile", as in a "Windows Mobile Pocket PC", but not a "Mobile PC". If you are running the 5308 version of Vista you can force the XP drivers that are available on the HP website. The drivers that you will need for screen rotation to work correctly ...Show All

  • JVTantillo LoadLibrary (regsvr32) fails without Visual Studio 2005

    I've just upgraded from Visual Studio 6 to Visual Studio 2005. I've got the latest DirectShow stuff (in the platform SDK) and am using it. Everything builds and runs fine on my development machine (which has Visual Studio 2005 installed) but when I try: "regsvr32 "myfilter.ax" on a different machine (without Visual Studio 2005, both machines are WinXP Pro and up to date AFAIK), I get the error: LoadLibrary ("myfilter.ax") failed - ...Show All

  • Laser Lu 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!! Is the documentation available on-line or as a separate download as I don't have VS2005 installed I ag ...Show All

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

  • giuseppe500 A small help!!

      Sir Mr Tilleson,     I am a Software Eng. student and I'm doing a technical report about Vista 's new interface. I've been looking around for sources, I've found a lot actually but none of the really is just about the interface. They all combine the other aspects as security, reliability and many other features. So Mr Tilleson if u can recommend any websites that discuss this issue, it would be very helpful. Than ...Show All

  • dvsvs Problem with dynamic assemblies usage

    I have a project which uses workflow and dynamic assemblies. When the project is being debuged in Visual Studio 2005 the "A first chance exception of type 'System.NotSupportedException' occurred in mscorlib.dll" is thrown. Call stack: > mscorlib.dll!System.Reflection.Emit.AssemblyBuilder.Location.get() + 0x37 bytes System.Workflow.Runtime.dll!System.Workflow.Runtime.DebugEngine.DebugController.AttachToConduit(System.Uri url) ...Show All

  • Jens Lauterbach literature

    Hello, I tried to find books about directshow filters implementation, but without success. Some books than I found were vary basic. My main interest is in Transform Filters, but the others too. Somebody know where I can find this literature thanks for now! Thanks! ...Show All

  • Anders Lassen PersistenceService - Transaction Timeout

    Hi, i use WF Beta 2.2 with PersistenceService and i execute a lot of workflows with hundreds of activites parallel. Somtimes i get this PersistenceException: ----------------- Exception (System.Workflow.Runtime.Hosting.PersistenceException) : The transaction has aborted. The transaction has aborted. Transaction Timeout ----------------- and my workflow is terminated. I also use TrackingService with the same conn ...Show All

  • Krivahn Taskbar Thumbnail API

    Our app currently does not display properly in the taskbar live thumbnail in build 5384.  It seems to not display any popup windows in the thumbnail.  Is there an API that allows us to construct our own thumbnail for this (or can we turn it off) Thanks. We've made several improvements in how applications appear in the Flip3D view and in thumbnails in builds later than the one you are using, and we ...Show All

464748495051525354555657585960616263

©2008 Software Development Network

powered by phorum