Answer Questions
Srilatha Error Compiling ExternalRuleSetToolkit
When compiling the ExternalRuleSetToolkit I am getting a failure on the RuleSet Dialoag creation. Here is the function: private void editButton_Click( object sender, EventArgs e){ if (selectedRuleSetData != null ) { if (selectedRuleSetData.Activity != null ) { RuleSetDialog ruleSetDialog = new RuleSetDialog (selectedRuleSetData.Activity, selectedRuleSetData.RuleSet); DialogResult result = ruleSetDialo ...Show All
OldDaemon LoadDesignerLayout problem
trying to use LoadDesignerLayout to better present the layout of a statemashine workflow in the Workflow monitor sample. using ( StringWriter stringWriter = new StringWriter ()) { using ( XmlWriter layoutwriter = XmlWriter .Create(stringWriter)) { IList errors = null ; this .SaveDesignerLayout(layoutwriter, rootdesigner, out errors); string s = stringWriter.ToString(); XmlTextReader layoutReader = ...Show All
Windchaserb joining vista beta
how do i join the vista beta program i have been using cracked copies of vista for a while, but i am getting sick of using cracks and patchs, so i have been looking into how to join the beta program, but i have been having trouble joining. i am involved with the office 12 and windows driver foundation programs, if anyone can help me, that would be great. if anyone can help, please msn me on joelswatson@hotmail.com thanks heaps in ...Show All
AndySchumann Windows Vista
Can we install Windows Vista in a computer that already has Windows XP ....in other words can we update from Windows XP to windows Vista or we have to by a new computer ...... Best thing to do is install Virtual PC and install Vista on Virtual PC. This way you don't have get a new computer, or do a dual boot, and still enjoy two operating systems. All you need is a machine with lots and lots of RAM. I'm running this type of setup on ...Show All
mipe10 What is the max length for location paths in WWF?
When entering a location path longer than 95 characters for either a 'sequential workflow console application' or a 'State Machine console application' I get the error message "The length of the full path for the solution, project or item you are creating exceeds the maximum path length allowed by the system. You must reduce the length of the name or the location". Is this a WWF or a VS issue My question is what is that  ...Show All
Hoqenishy WWF Vs Biztalk
I am doing research on workflow engines and framework available for .net applications. I came across a website ( http://blogs.ineta.org/bloesgen/archive/2005/10/09/56481.aspx ) which says that Biztalk handles transactional integrity and scalibility automatically while in windows workflow foundation(WWF) , developer has to implement it. I could not understand how scalibility and transaction has to handled manually from developer. It als ...Show All
Ace73 question about to link the Compressor filter
hello, everybody. my capture chain is as following: capture source filter-->compressor filter-->avi mux-->file writer my connect codes is as following: hr = pGraph->Connect(pCapturePin, pCompInputPin); if(FAILED(hr)) { return hr; } hr = pGraph->Connect(pCompOutputPin, pAVIMuxInput); if(FAILED(hr)) { return hr; } now i can run my program correctly through these codes, but when i quit the program, it gives me a hint ...Show All
kastanienreis Regarding Custom Activity
i have developed a set of custom activities and i have used the custom activties in a workflow. if any of these activity fails then i want to stop the entire workflow . is it possible.. need help regarding this regards Ashokkumar d If your activity fails then it should throw an exception. You can learn about exception handling in Lab 10 in the WF hands on labs, available here . Regards, Paul ...Show All
Trystan StateMachineWorkflow - designer problem...
Using a StateMachineWorkflow I have problems with the graphical design. Every now and then I just looks like a mess, shapes has been resized, moved etc. And using the Monitor (from the sdk samples), all the shapes is moved to the upper left corner. Is this a known bug Is it fixed in Beta2 Thanks Hi, The location for the activities is stored in the user file. If you delete the user file it will mess up th ...Show All
khaled94 Configuration
I setup my host to do some logging using enterprise library 2.0. Everything works fine when I log from the host, but my log calls in the workflow don't produce any output. Does workflow use a seperate config than the host process Workflow uses the same configuration files as the host process. What is the version of your workflow assemblies You can find the workflow assemblies under <system drive>\Prog ...Show All
rlesavre Microsoft Speech/Vista
I loaded Vista build 5308 and it is a hopeless mess. It does install, but there are innumerable problems. I have worked with many Microsoft betas and usually by Beta 2 the software is fairly useable. This isn't true with Vista. There are countless serious glitches and the OS is extremely unstable. The new user interface is poorly designed and, when it does work, is very awkward to use. A very major problem is that the Windows XP/Windows 2 ...Show All
Prakash_Paghdal_61f42f Message Delivery Exception in Windows Service Host Application
I have following architecture: - Host application: Windows Service (+ Interface for communication between Workflows and Host application) - Consuming application: ASP.NET Web Application (+ Interface for communication between ASP.NET web application and Host application using Remoting) First the windows service is started. It creates the Workflow Runtime. Then a web application starts a Order state machine workflow using the remotin ...Show All
fredx21 VISTA re-install
Hi all, I installed Vista on a new PC. Now I want to re-install Vista and it tells me that the partion I want to use does not have enough space. But I want to completely re-install. How do I do this Thanks for your help. Linley karde im bunun turkce yukleme ekli yokmu ne anla l yor ne dovland ediliyor For some strange and bizarre reason, unknown to me, Vista requires at least 8G ...Show All
Sher J can anyone please explain this error to me?
hello. while trying to eun exercise 3 of the lab (wf handls on labs 01) i get the following error: Activity 'IfAutoApproveReport' validation failed: Can not find the condition "AutoApproveCondition". Check if condition is defined in the conditions file can anyone give me any hints on this the code was all built through drag-n-drop...that is why i don't understand what's going on Luis, Yes, the .rules file contains the serialized ...Show All
Nobody1234 Serialization error and SQL persistence service
Recently, I've been tearing my hair out because of strange serialization errors being reported when I start my workflow which is hosted to use the services of the SQL persistence service. In trying to track down the issue I deleted most of my code but still got the errors - which reported references to deleted code! I tried deleting any cached DLLs, clean rebuilds etc to no avail and then seemed to stumble on the answer - which is unfotuna ...Show All
