Answer Questions
GeoK Question about the Tracking Service
Hello I have a workflow that looks like this, and I have the SqlTrackingService enabled and running for it: Workflow1 SequenceActivity1 SequenceActivity2 CodeActivity1 SequenceActivity3 &nb ...Show All
GSK_phili Seeking problem with VMR9
Filter graph consists of 2 source filters: 1. Source filter (which is used to playback AVI file) 2. Custom source filter (which implements CSourceSeeking, based on Seeking Ball example) - push model, ARGB32 subtype uncompressed images As a renderer i'm using VMR9 with 2 input pins, each one for one source filter, in windowless mode. The problem is when I seek (using IMediaSeeking interface obtained from FilterGraph), filter graph seeks only the AVI file, but not the my custom source filter. I've tried debugging and none of the seeking methods are called within my custom source filter. Thank you in advance! I have found this to be an issue as well, with two AVI's using different codecs. I h ...Show All
LiveGadgets Burning A DVD In Vista
hello to all,....first, forget me if the post is not in the right place. Well, i have a problem in windows vista,....i have a dvd burner (pioneer dvd dvr 110D model) but the windows vista, i dont know why, do not rrecognizes the right speed to burn on my dvd (16x max velocity) some times, is 1x, other times is 4x :S...is in vista only because a week ago, in xp work’s just fine, and i do not have problem with nothing except in xp i have problem with the security, thats is the reason for what i move my sistems files to vista and the second problem is i dont know what program i must use to burn dvd/cd/iso, etc in vista, in xp i always use nero last version, but because the vista directx 10, i cant install nero 7.X because the program forced m ...Show All
Saad Kanawati Forecast workflow behavior
I there a way to get the workflow running forecast with out actualy run it Assuming I'm using sequenctioal workflow, I limit the amount of forecast steps and I set defualt values for the rules evaluation. Is it possible Thanks Orna No, there is no way to forecast how a workflow will run without running it. ...Show All
Vitalijus not able to create globally named objects
From MS' Windows Vista Soft. Logo doc.: Applications should not depend on globally named objects. Since, globally named objects can be created by any application or service, an application dependent on creating or maintaining such an object could fail. Additionally, a user running under User Access Protection will not be able to create a globally named object. In my app. I created global mutex for a shared resource. If this is not a "good" thing to do in windows Vista, what is the best practice MS recommend Also as of the Feb. CTP release of Windows Vista, the creation of my global mutex still working fine, so it's not like what it is described in the logo doc. Thanks in advance. ...Show All
silentC Designer unable to load .xolm files
Hi, I am trying to add a Sequential Workflow with definition expressed as Xaml and user code in a separate code file but due to some unobvious reasons it is not showing up in the designer,Can anybody help please Previously asked and un-answered questions Tom Lake - MSFT wrote: Has this ever worked on this computer Did you have any of the Beta versions of .NET 3.0 installed New questions, what OS are you running Language and locale Version of VS Do you have VS 2005 SP1 installed Let me describe the steps Create a new workflow console application Add a new workflow file (Try.xoml from the available templates) Now what i can see is only two file ...Show All
Lucky_Adam Privacy Policy Schema
So, I noticed that the privacy policy is an xml file extension or was it jus a dud Does anyone know the schema for that Update: I'm looking into this today--sorry about the delay. g Garrett Serack | Program Manager |Federated Identity Team | Microsoft Corporation blog: http://blogs.msdn.com/garretts The Privacy Policy is just a text file. It gets displayed in the Identity Selector when the user clicks on privacy policy in the dialog that displays the information about the website. (I had thought that it displayed richer text at one point, but that didn't make it I see.) Thanks, g Garrett Serack | Program Manager |Federated Identity Team | Microsoft Corporat ...Show All
DanUp BUG: Why does the name of a StateMachineWorkflowActivity property appear as "State Machine Worflow"?
I have a custom activity defined like the following (see below). BUG: When this custom activity is used in a workflow, why, in the VS2005 Property window, the name of the ForkStateMachineWorkflow property appear as "State Machine Workflow" (with the spaces and without the quotes) - instead of ForkStateMachineWorkflow REPRO: You can test this using the CustomActivityBinding .NET 3.0 RC1 SDK sample. Michael. using System; using System.ComponentModel; using System.Workflow.ComponentModel; using System.Workflow.Activities; namespace Microsoft.Samples.Workflow.CustomActivityBinding { public partial class CustomActivity : Activity { public CustomActivity() { Initialize ...Show All
scottcable Calling CreateProcessAsUser() from service
According to some MS documents (e.g. http://www.microsoft.com/whdc/system/vista/services.mspx), it should be possible to use CreateProcessAsUser() API in a Vista service to create a process in user session. I am trying to achive this, but the function returns error code 1307 (ERROR_INVALID_OWNER) = "This security ID may not be assigned as the owner of this object." Does it work for somebody Many thanks in advance. WTSQueryUserToken with 0 as the session id will always fail on Vista, because no user ever logs on in that session anymore. WTSGetActiveConsoleSessionId() returning 0 may happen under some rare circumstances. Is there anything special about the moment when you call that API Th ...Show All
Rick Shaw HandleExternalEvent fires but blocked field of instancestate table is not updated
Hi, I have a workflow with a ListenActivity, two eventdrivenactivities. The first is a handleexternalevent activity and the second is a delay activity. The host start the runtime (with SqlWorkflowPersistenceService, SharedConnectionWorkflowCommitWorkBachService defined in the app.config file), start the workflow. The workflow becomes idle, so the instance is inserted in the instancestate table with Status=0 and Blocked=1. After workflow started, the host check if there are less than 3 workflows of the same type running. If yes, the host send the external event to the workflow to execute activities after the HandleExternalEventActivity. This works fine, but the instancestate table is not updated with blocked=0. So, if the hos ...Show All
GethWho Unknown Publisher for Visual C++ 6.0 Application
Hi, I have a Visual C++ 6.0 application and I am reviewing "Unknown Publisher" security warning in IE 6.0 and 7.0 download and installing on Windows XP SP2 and Vista RC 2 computers. How do I add a valid digital signature to my VC++ 6.0 app Your feedback is appreciated. Posting a better answer because some people are having problems and I want them to find this post. If you are signing with a pvk and spc and your pvk file has a password. Follow these steps. Step one Create a .pfx file: Command Line: pvk2pfx -pvk myprivatekey.pvk -pi MyPivateKeyPassword -spc mycredentials.spc -pfx mypfx.pfx -po MyPFXpassword -f Step two use the pfx file with signtool... Command Line signtool sig ...Show All
Charles Tam Ask the question on Lab10
(1)I have three custom Activities(Activity1/Activity2/Activity3).Activity1 return true or false result,if the result is true then run Activity2,else run Activity3.Now the question is how the result of activity1 act as the condition of ifelseActivity. (2)Also,to WhileActivity ,The question is how the result of activity1 act as loop condition. Thanks for your help! If possible could your give me a sample. hi,All: My question is similar to http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=278480&SiteID=1 ,but i worked on lab10. Who can give me some directions Thank again! lym51 Lab10 is how to get started hosting the workflow designer in your own application. You will not be able to create CodeConditions or set the D ...Show All
salah chebaro How do you host WWF 3.0 as a webservice (instead of using ASP.NET as a host)?
Tom/Vihang/All WWF Gurus, Can someone please provide an example of how to host WWF 3.0 workflows as a webservice, instead of using IIS (ASP.NET) to call and host XOML only workflows Tom has provided examples of ASP.NET hosting and calling XOML only workflows (using tracking and persistence). I need to do the same with a centralized web service. The labs provided with WWF 3.0 are very similar to WWF 2.0 labs. I cannot find any examples that offer samples on how to host workflow runtime services via a webservice that can be consumed by one or more websites (on one or more webservers). MS suggests using a centralized webservice to host workflow runtime services, instead of using IIS. Unfortunately I did not find any code examples (I ...Show All
Terry Smith Intel(R) 82801ER SATA RAID Controller
When I want setup Vista RC1 from DOS, I will need to install raid driver. When I put floppy into floppy-drive, setup begin copy driver-files to HDD, when I will seen "blue screen" with error. This driver was worked correctly in Vista Beta 2. How can I correct this problem. I too am having this problem, any fix or info yet I don't know any idea. We can't do it manualy. I think this is a system bug... Microsoft support! Where are you !!! +1 And many other people face the same issue. Actually, I did not see anybody succeeding in an installation of Vista RC1 on a motherboard with the Intel 82801 ER Sata Raid controller :/ Valery. Hello, ...Show All
SilvanG Any one have samples of 3D text (the code), like the ones in Joe Stegman video?
Any one have samples of 3D text (the code), like the ones in Joe Stegman video I would like to do something like this, but have no clue where to begin. thanks I'm working on figuring out the source for the 3d text, but it won't be until the new year. Using some of the 3d to 2d work that Flash developers do would be the start (like http://www.adobe.com/devnet/flash/articles/flash_3d.html ) Slyi - Regarding the text effects that you posted, no right now we do not have that ability. -mark Program Manager Microsoft This post is provided "as-is" Hi All, Im interested in this as well. Can you make text effects in WPFE like the spining text i ...Show All
