-
- web service exposed workflow
by mpco
- 6 Replies
- Last post
by Leela
- static void Main( string [] args) { lh.Workflow1 ws = new lh.Workflow1(); string sid = ws.Step1( "P-MMMMM" );
-
- kernel extension?
by amahbod
- 5 Replies
- Last post
by amahbod
- I
believe this is a kernel extension at least... I am trying to write a
program as a UI helper that would sit between the user and a running
program. For example, if it detected alt + mousewheel up, it would send
a different input to the program than that normally would. is that
possible edit: a friend told me that this is no longer possible in x64, only x86 is this true Thanks in advance,
-
- which API?
by Chris Parton
- 0 Replies
- Last post
by Chris Parton
- Hi all. This is my first post on MS forums, so I'll leave out the fancy formatting . I wasn't quite sure where to post this, but I decided this was my best bet. Anyway, im intending to develop applications for windows vista using c++. There seem to be thousands of APIs floating around and I don't know which one to use. Could anyone give me a push in the right direction I'm just looking for a core
-
- Shared Events
by dmmorris
- 1 Replies
- Last post
by Anonymous
- I am new to WWF and have been working on a Finite State Machine workflow. One thing I don't understand is how I can share events between States. For example, I would like to support a cancel event in all states that simply terminates the workflow. All of the examples and the validation edits in the workflow editor imply that I must have a unique cancel event in every state. I have about 45 states
-
- TEST CASE 19 : InstallLocation is empty
by John D. Benjamin
- 2 Replies
- Last post
by John D. Benjamin
- Hi:
I am using Windows Installer to build my project with an exe and MSI file for a WIN32 application running under Vista 32 bit platform. The only registry key entry missing is the "InstallLocation" and I do not know why
Can anyone please help me
Thanks
John
-
- Type 'System.Runtime.Remoting.ServerIdentity' is not marked as serializable.
by karron
- 7 Replies
- Last post
by Carl Cook
- Hi, I miss a trouble in my current workflow project, and it will cause my workflow instance terminate. The exception as following. It says ServerIdentity is not marked as serializable, but ServerIdentity is absolutely serializable.. anyone can help me thanks a lot.
Code Snippet
Type 'System.Runtime.Remoting.ServerIdentity' in Assembly 'mscorlib, Version=2.0.0.0, Culture=neutral, Publi
-
- Running WWF applications on Windows 2000
by abcXYZ123
- 2 Replies
- Last post
by abcXYZ123
- Hi all,
Is Windows Workflow Foundation compatible with Windows 2000
Regards..
abcXYZ123
-
- What is a SDK
by bunker bill
- 3 Replies
- Last post
by ErikWasAlreadyTaken
- What is a SDK. How do you use one. For example I have Microsoft XML Parser SDK. What is it for
-
- Random Vista crashes
by Lloyd Kuhnle
- 14 Replies
- Last post
by si77
- OK, I'm pissed now.
The following is a brief history of my experience with Windows Vista.
1. 6 months ago I set up a dual boot start up on my system between XP
Home, and Vista Beta 2. I installed a 2nd. hard drive for Vista, since
I didn't want to screw up my system. Beta 2 looked nice, but was very
bloated, and a bit unstable. I would get the "Black screen on death"
no
-
- Caching / thread safe access for RuleSet or RuleEngine
by Michael_Giagnocavo
- 4 Replies
- Last post
by Michael_Giagnocavo
- Is it safe to cache and access RuleSets and RuleEngines from multiple threads I've done tests and everything seems to work OK (no exceptions, rules seem to execute fine). I ask because it's about an order of magnitude difference to spawn a new RuleEngine for each execution versus sharing one among threads. (Even higher to create new RuleSets...)
The docs have the standard "static = safe, i
-
- IE's menuitem respond to InvokePattern.Invoke call incorrectly
by Mike Cai
- 1 Replies
- Last post
by Mike Cai
- Hi,
I grab the menuitem File|New Window from IE's File menu, which is under Desktop. And I clearly see it has Invoke ControlPattern in UISpy. But Invoke call does NOT create a new IE window, instead it just closes the menu (same behavioe for SetFocus call).
The same code works fine for Notepad/Wordpad app's menu.
Could MSFT folks shed some light on this
Thanks,
M
-
- Error msgs from AppVerifier log after run the application in TestCase31.
by Focus
- 5 Replies
- Last post
by Bruce N. Baker - MSFT
- < xml version="1.0" encoding="UTF-8" standalone="no" > - <avrf:logfile xmlns:avrf="Application Verifier"> - <avrf:logSession TimeStarted="2007-02-15 : 16:28:56" PID="3560" Version="2"> - <avrf:logEntry Time="2007-02-15 : 16:28:56" LayerName="Heaps" StopCode="0x13" Severity="
-
- Graphedit return 0x80004002 (No such interface supported) on Vista64
by Verna
- 3 Replies
- Last post
by Verna
- Dear All,
I face a problem that my tv app cannot run successfully on Vista64. And I verify my app's graph using graphedit, I found it's also fail to run my tv graph, it will pop an err msg after I press the play button : "No such interface supported, Return code = 0x80004002". However the same graph can be run successfully using graphedit(64), I wonder what's the difference
Al
-
- Capturing a window bitmap to display in WPF?
by SamuraiDan
- 3 Replies
- Last post
by pshmo
- Because the DWM maintains a system memory surface containing what amouts to a texture representation of the window, there should be a way to get that image data I'm not so concerned about capturing the aero glass frame of the window as much as the client region. I want to capture that client region "image" data and use it in a WPF scengraph. Is there any precident for doing something lik
-
- WMI Win32_NetworkAdapterConfiguration EnableStatic call fails with error 0x80070005
by Sahus
- 6 Replies
- Last post
by MVP User
- Here is the code I am using:
strComputer = "."
Set objWMIService = GetObject( "winmgmts:\\" & strComputer & "\root\cimv2" )
Set colNetAdapters = objWMIService.ExecQuery ( "Select * from Win32_NetworkAdapterConfiguration where IPEnabled=TRUE" )
strIPAddress = Array ( "192.168.0.1" )
strSubnetMask = Array ( "255.2
-
- Timeboxed activity
by adrian_hara
- 2 Replies
- Last post
by Rashad Rivera
- Hello all,
I'm new to WF and trying to image how to develop a time-boxed activity. Basically it should look like a sequence activity, allowing the user to drop activities into it, but it should also have a Timeout property, after which if the activities in the sequence are not complete, it ends and sets some public WasTimeout property to true.
The basic problem I'm having is envision
-
- Programmatically convert the .docx to XPF
by Jim Connolly
- 12 Replies
- Last post
by Lisa Nicholls
- How do we programmatically convert the .docx to XPS [Correct Spelling] so that we have exact fidelity between the Word 2007 look and the XPS The constraints are that we have to assume that the client PC is a fresh install of Windows XP and does not have anything but the libraries we install as part of our custom application installation program. In other words, the client computer will not have
-
- Transaction mysteriously disappearing (or not recognized)
by Bill Foust-DAI
- 3 Replies
- Last post
by Jesse - MSFT
- I hate to sound like a whiney butt here. Unfortunately I've encountered an error that I just can't figure out. My previous post about losing the ambient transaction is, I think, incorrect and for some reason this particular service call loses or ignores the ambient transaction. I'm posting all the related code, but the server code is, I think, fine. I have generated this code for over 200 other se
-
- VMR9 saving output?
by DonJames
- 1 Replies
- Last post
by MVP User
- Is there any way to have the output of the Video Mixing renderer be saved to a file
Don
-
- DLL Shared Memory in Vista
by RandyHale
- 1 Replies
- Last post
by RandyHale
- I originally posted this topic in the WinSock area by accident. I'm reposting here, and appologizing for the duplicate post.
------
We have a command and control product that is accessed by third party software to monitor activity and/or send directives. A major component of the linkage is a DLL that exposes status values as data elements in a shared memory program section. This mechanism is
-
- Attached Property with VB
by Anonymous577823
- 1 Replies
- Last post
by Andrei Romanenko - MSFT
- Trying to reconstruct the PrioritizedInterleave Example from the Essential WWF Book with Visual Basic I've got problems to create an attached property. This is the xoml-Code im trying to get to work:
Code Snippet
<ns0:PrioritizedInterleave x:Name="pi1"> <ns0:Writeline x:Name="a" ns0:PrioritizedInterleave.Priority="1"/> <ns0:Writeline x:N
-
- The exception during opening the XPS file
by sergei_dv
- 2 Replies
- Last post
by sergei_dv
- Hello, 1) I'm generating the XPS files with my own application. There are only images inside. 2) To compress the XPS folder I'm using InfoZip library (it is verified and working fine even for very big XPS files) - I mean it is not the reason of my problem. 3) I'm using the template of folder and some files to generate new XPS 4) The next files are only modified by my program during generation:
-
- Cancelling Workflows Spawned From InvokeWorkflowActivity
by CharlieDigital
- 8 Replies
- Last post
by CharlieDigital
- It seems like there must be some way to cancel workflows spawned from an InvokeWorkflowActivity.
I currently have two sequential workflows set up such that one workflow performs a set of intialization activities and then at some point, in a ReplicatorActivity, I execute an InvokeWorkflowActivity for a given number of times.
The InvokeWorkflowActivity operates asynchronously such that as soon
-
- updating controls from ink 1.7 to ink 6.0
by DRoden
- 5 Replies
- Last post
by DRoden
- I am trying to take advantage of the greatly improved handwriting recognition in vista - i have project with a few dozen ink edit's. I want to simply point them (so i dont have to redraw them all) to the new DLL but i cant seem to do it. i have no imports in my project and when i change the reference(right click on project->properties) to 6.0 i still get the old logic. if i
-
- TransactionScope, State Machine, and Oracle DB
by irving at irvingevajoan
- 5 Replies
- Last post
by irving at irvingevajoan
- Background: I have a web app (ABC), a state machine workflow (XYZ) and using Oracle DB (ORA). ABC is using ORA using iBatis.Net, which uses Microsoft's provider for Oracle (and not Oracle's ODP.Net). ABC also uses XYZ to store the states of its transaction. XYZ only contains states and events, there are no codes inside. Problem: In one page of ABC, there a process who do the following: - update ta