Answer Questions
Craig Wiley ID3 tags
Hello, I have mp3 files which have a ID3V2 header at the beginning, in the header there is a lot of stuff (pictures, lyrics). If I play this file with Windows MediaPlayer all is ok, if I try it with graphedit the file starts with a few seconds of silence at the beginning. What can I do that it is correctly played Who is responsible for skipping the ID3 tag (I think it's the splitter) Thanks for your help Reiner ...Show All
mlewis Remoting issue with: C:\Windows Workflow Foundation\Labs\Lab01\Completed\Exercise 3
I’m working with the WR labs and am having a real problem with one of them. I think it’s a remoting issue and the lab is : C:\Windows Workflow Foundation\Labs\Lab01\Completed\Exercise 3 I have completely rebuilt all projects involved and when I run the exe I get this error: In debug it breaks on: RemotingConfiguration.Configure("ExpenseHost.exe.config"); In this class: namespace ExpenseHost { ...Show All
R Hearn Any Utils Available To Sync Activities With SqlTrackingService?
Hi, Specifically synch'ing between the workflow and the Tracking DB - Activity table I've been playing around with a simple doc approval workflow and today wanted to add some approval timeouts. So, I added a couple of EventDrivenActivity items with appropriate DelayActivities, etc. and ADDED a couple of trackData() calls to log some info. This broke the SqlTrackingService stuff when retrieving the ActivityTrackingRecord data with sql null value ...Show All
zlly20 2003 Certificate Authority - Custom Policy module
I made a build of policy module available with Micorsoft Platform SDK Samples for C++ using VC++ IDE. To my surprise, the MS 2003 Server Certificate Authority does not recognize this DLL... But the same dll is recognized by 2000 server CA. Could anyone explain me the reason for this behaviour. Reference from :Microsoft Platform SDK\Samples\Security\CertServices\Policy\C++\Windows2000, and the read me file says, the code is supported for ...Show All
nper Persistence with Local Service (InvokeMethod/EventSink/Correlation)
I've implemented a Custom Activity with a Sequence who encapsulates two Activities, first InvokeMethod and second an EventSink. The InvokeMethod calls over a Local Service a Methode who stores some Data in a DB. Then after a while another Part of the Application reads the Data from the DB and fires an Event of the Local Service and the EventSink Activity should run out. This work fine. But if I close the application (runtime instance is gone) w ...Show All
Randy Cox Windows Workflow Designer and handling System.Exception
Im having trouble handling a System.Exception when ever I set the fault handler FaultType to system.exception the designer fails to load properly after it is closed and re-opened Exactily what I was looking for thanks Can you post the error message you get loading the designer Thanks, This is a known issue that we are currently looking into. One simpl ...Show All
sjr1170 System.Workflow.ComponentModel.Compiler namespace?
hi there System.Workflow.ComponentModel.Compiler namespace consists of classes like ActivityCodeGenerator and other code generator classes .... but i am unable to use this ... can anyone help me regarding that what i exactly tried was ... System.Workflow.ComponentModel.Compiler. ActivityCodeGenerator codeG = new ActivityCodeGenerator (); itz method .GenerateCode( ) requires an instance of System.Workflow.ComponentModel.Compil ...Show All
jnf how
Please explain the steps of windows sdk installation and usage. I know that I have to burn it to a dvd, but that is as far ans I can get. -Ben Remember that the SDK is NOT the operating system. The Windows Software Development Kit is a set of tools, samples and documentation that helps to maximize development for Windows platforms. If you want to use Windows Vista, you will need to sign up through the Beta ...Show All
vistabuild5308 Slightly Friendlier Design Surface
For better or worse, we're planning on putting the state machine workflow design surface in front of non-developers. We have a couple of activities to help them make the whole thing a bit less tedious, but it still feels pretty developer-centric. One thing I'd like to be able to do is to re-label the event drive activities in the state machine diagram. Presently, their labels are their object names (sensible - from a developer's perspective) ...Show All
Jack T Looking for a good working winforms workflow example in beta 2
I'm just diving into WF for the first time and most of of the sample code I have is in the previous version. I have the book presenting Windows Workflow Foundation which is a very good book and has lots of good examples, but they dont work in beta 2. any resources would be great. Thanks. Thanks! avery little bit helps. Actually, I didnt fine the samples you mentioned. The ...Show All
SilverMecer Durable and non-Durable Workflows in same Workflow Runtime
Hi, I've got a question about supporting workflow instances that are both durable and non-durable within the same runtime. As I understand it if a workflow persistence service exists in the service container then the engine will call it for every workflow instance. If it doesn't exist, then obviously workflow instances are not persisted. If I want to have a mixed model where I could somehow 'mark' a particular workflow as durable, in other ...Show All
TimHatton Automation Unit Testing
Will there be a Automation Unit Testing for VS Team System Something like Web Test. Hi. What a great suggestion, and one that should help to increase the adoption of UI Automation. However, to me, it looks more like a suggestion for VSTS than a suggestion for the core workings of UI Automation. I know that the folk in Dev Div are working on the next version of Visual Studio, code named Orcas, so, have you th ...Show All
Yong Pan Query on SQL Tracking service for WWF
Hi, Windows Workflow Foundation provides a mechanism for tracking the activities and events that occured with the help of some tracking services available for e.g. Sql tracking service. Is it some way possible for an application to add some data to the Tracking database before the Workflow runtime actually enters data and at the same time maintain consistency of the Data within the database Regards, Sudheesh Sur ...Show All
RSUser08 WWF in synchronous mode
We are calling a WWF Sequentional library from our Windows Application. The problem is that it executes in a a synchronous mode. We would like to execute the workflow in a sychronous mode. tried using objWFRuntime = new WorkflowRuntime(); -> DefaultWorkflowSchedulerService scheduler = new DefaultWorkflowSchedulerService(1); -> objWFRuntime.AddService(scheduler); return objWFRuntime; ...Show All
Scott Cameron any one got drivers for nvidia geforce mx4000 graphics on build 5342?
Cannot get drivers to run my grahics ( as above)...wont install....anyone any idea ...have emailed nvidia and am waiting a response Postdate....Nvdia emailed me back that they wont be making drivers for this graphics card...period!!!....a lot of machines arent gonna be "Vista Ready"...any views guys Hi Kyle, nvida dont supply drivers with their cards company called xfx supplys driver disk with geforce mx4000 Goto www.xfxfor ...Show All
