-
- work flow and scheduler
by G K
- 3 Replies
- Last post
by G K
- I am trying to consider WF for a scenario like the one explained below. Pretty new to WF. Appreciate if anyone can validate my thought :
Scenario goes like this:
A number of activities which include picking up data from db, decision making, calculation etc need to performed based on a schedule. The actitivities or their flow may get changed, that means we shud be able to plug-in this
-
- Error binding to target method in GetWorkflow
by Conleth
- 3 Replies
- Last post
by konanki
- I have a created a workflowhost project that hosts a workflow runtime and returns instances of workflows.
I reference this project from a windows form and start a really simple workflow. I am able to start and run the workflow. I can suspend, resume, abort and unload the workflow. When it unloads I can see that it is stored in my persistence database ... however when I try to get the workflow
-
- 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
-
- EventLog.WriteEntry fails with error -
by gb_cary_nc
- 5 Replies
- Last post
by Tito Jermaine
- Greetings,
The following snippet fails with an error under Vista:
Code Snippet
catch ( System. Exception e )
{
System.Diagnostics. Trace .TraceError( String .Format( "Failed to load export plugin '{0}'.\n{1}." ,
fiTemp.FullName, e.InnerException.Message));
EventLog .WriteEntry( Application .ProductName,
String .Format(
-
- Delay Activity -> long time running
by Philippe Sillon
- 14 Replies
- Last post
by Philippe Sillon
- Hi, For workflow : Code -> Delay (1 hour) -> Code On Idle, I persist workflow on SQL Server. My question is "what is the better way to re-start workflow after 1 hours" to continue workflow execution. Thank you Philippe.
-
- Visual Studio : Object reference not set Error when trying to insert a brealpoint?
by AWolf
- 14 Replies
- Last post
by Dr Adrian Colquhoun
- I am getting an error when trying to add a breakpoint to a state machine workflow in the visual studio designer. This just started happening and I donĄ¯t know why.
Reproducible:
Open workflow
Right click and select breakpoint ¨C add breakpoint
Error Object reference not set to an instance of an object.
Nothing in the event viewer
I can reproduce this error on other
-
- School Time Table scheduler
by STABS
- 1 Replies
- Last post
by Saurabh Chechi - MSFT
- I am looking into rewriting a school Time Table scheduler in .Net and I would like to use the Workflow foundation and rules engine to do this. Currently it is written in a sequential manner and all the logic is in code.
A brief description of the process is for each student I need to assign courses and sections for free time slot periods and then the classroms and there are number of rules for
-
- Enable SideShow in WINCE
by jay_cwc
- 5 Replies
- Last post
by Dan Polivy - MSFT
- Dear all,
I would like to enable the sideshow functionality in WINCE or .NET Compact Framework device, how can I do
Thanks
Jay
-
- compatible devices - mobile phones
by willzee
- 2 Replies
- Last post
by Christopher Price
- is there are list of SlideShow compatible mobile phones or are there any devices which you know that work with SlideShow (as in if you use SlideShow, or know somebody who does, what mobile phone you/they use thanks
-
- Generating secure attention sequence programatically
by Jamie551775
- 2 Replies
- Last post
by Eric Perlin - MSFT
- Windows Vista has an option (under gpedit.msc > Local Computer Policy
> Computer Configuration > Administrative Templates > Windows Components > Windows Logon Options > Disable or enable the Secure Attention Sequence) that, when checked, allows the Secure Attention Sequence (SAS) to be generated by services and/or accessibility applications. Does anyone know what the API is b
-
- Editing xoml in Visual Studio
by ShaiKr
- 2 Replies
- Last post
by ShaiKr
- Hello, I didn't find any way to edit .XOML files as XML in Visual Studio. It insists viewing only the workflow designer. Any ideas Thanks, Shai
-
- WMV compression and Mux Fillter
by rajesh_directshow
- 6 Replies
- Last post
by rajesh_directshow
- Hi,
I want to compresion and mux my wmv and wma raw streams
is there any filter available. or any other technique
-
- Ms DTC working as RM in XA transaction
by MateX
- 11 Replies
- Last post
by MateX
- I am trying to use MS SQL and other MS resource managers in a transaction coordinated by IBM Websphere MQ (which is XA compliant). To do this, I need an xa_switch structure for all RMs. According to the article http://www.microsoft.com/technet/archive/interopmigration/network/usrscman.mspx "MS DTC [...] implements the XA_Switch and makes it available through a static library." But I was
-
- Custom Activites with Re-Hosted Workflows
by Steve Graber
- 3 Replies
- Last post
by BabyGBear
- I'm trying to add custom activities to a re-hosted workflow. I am working with the WorkflowDesignerControl sample. I have created a custom activity which is a class that inherits from System.Workflow.ComponentModel.Activity. The custom activity is built as a dll assembly. I have included the custom activity assembly as a reference in the WorkflowDesignerControl assembly dll. I have added the custo
-
- PC Problem - Need Help ASAP
by DarkLyrist
- 1 Replies
- Last post
by iceshadow625
- Hello, I am a Vista user since February and after a few months i bought a microphone and the PC cant recognize it. I tried a way from a website and boost the microphone to +20db. It worked ...for that day. The next day, when i tried to use it, it had return to it non-functioning state. I tried what i did yesterday but failed. I heard from my friend to update the sound card but still failed.
So
-
- SQLPersistenceService high CPU usage?
by Brad Turner
- 14 Replies
- Last post
by Brad Turner
- I have a test Sequential Workflow that contains a DelayActivity which is configured for several minutes. After the workflows have been created and persisted, the console application hosting the workflow runs at or near 100% CPU usage until the timers fire and workflows reload and complete. Is it normal for the workflow runtime (or is it the persistence service) to clock the CPU while it's doing no
-
- Application Verifier LUA PRIV/WRP error during install
by Bhall
- 14 Replies
- Last post
by Bhall
- I am performing the following steps for the Certified for Windows Vista Test Case 20
1. Open AppVerifier 3.2 2 .
2. Attach application install executable to AppVerifier including msiexe.exe.
a. Enable the LuaPriv check
3. Install application
4. Once install is complete, view AppVerifier Install Logs.
a. Search logs for LuaPr
-
- Wii Remote SendInput and Games
by zsbMich
- 1 Replies
- Last post
by JMc++Coder
- Hey all. I've read through hundreds of thread topics related to SendInput in numerous forums, from MSDN to GameDev.net and so on. I'm stumped on an application I'm writing using C++: Concept: Use Wii remote and nunchuck to play PC games without having access to the games' source code. Those of you familiar with GlovePie might understand what kind of app I'm writing. What I need: An application
-
- Design/Architecture question
by CostasZ
- 2 Replies
- Last post
by Raghu Vempati
- My workflow consists of the following:
1. Wait For a Message on MQ.
2. Once message is received go through a few hydration steps where we retrieve some additional data from certain web services.
3. Generate new data using the data retrieved from 2.
4. Persist the new data into downstream systems by sending a message to MQ.
5. Go back to #1.
Now, Step 2, may consist of
-
- Event serizlization issue
by Hargen
- 6 Replies
- Last post
by Hargen
- Seems that some serialization actions will be taken inside WF when run a WF from ASP.NET.
It's known that in C# the event members in an object can not be serialized, we should use [field: NonSerializedAttribute()] to prevent the serialization of event members, so the values of the event members will be lost after deserialization.
However, sometimes we should keep the event value during the s
-
- About Windows SDK's Installation's Issue
by faith2006
- 6 Replies
- Last post
by Docluv
- Hi,
Today I tried to setup 'MicrosoftR WindowsR Software Development Kit for Windows Vista and .NET Framework 3.0 Runtime Components', but it fails.
The operating system is Win2003 Enterprise with SP1. The date published of .NET Framework 3.0,which was already setupped into the computer, is 11/21/2006. The computer was also setupped about .NET Framework 2.0, .NET Framework Compact Framewo
-
- Cannot install AT&T Natural Voices on Vista RC2
by Fug
- 7 Replies
- Last post
by zaid1234
- The exact error is:
The operating system is not adequate for running ATT Natural Voices 1_4 Engine and Crystal16. Tried the compatibility modes but to no avail.
-
- Test case 16 - self signed or authenticode certificate from trusted CA?
by macrohard1
- 2 Replies
- Last post
by AndyCadley
- For test case 16, is it required that the authenticode certificate used for signing be from a trusted CA Is it permitted to use a self signed certificate under any circumstances
-
- Error when using Transaction scope
by rnby
- 3 Replies
- Last post
by rnby
- Hi,
I got advices to use the transaction scope but get the following error
Communication with the underlying transaction manager has failed
This is where the error happens.
Insert To database Method
public static int InsertContact( Customer CustomerInfo)
{
int ContactID = 0;
SqlConnection Conn = new SqlConnection ( SQLDBConn .sqldb());
-
- Do I have to download SDK
by ozForever
- 1 Replies
- Last post
by Jason Sacks - MSFT
- Does the Windows Platform SDK come with Vista or do you have to download it seperately I'm thinking of buying Vista TODAY but I only have dial-up so it would be nice if it did come with it.