Answer Questions
Pete Runcorn How to troubleshoot custom designer for sequential workflow
Hello, In the post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=160891&SiteID=1 , Arjun describes how to define a custom designer for a sequential workflow. As noted in that post, I've tried to imitate Arjun's steps but my custom designer does not appear to be loading. I'm reposting the following to hopefully get some visibility: I've tried overriding the HelpText and ShowSmartTag properties but I don't see any change to ...Show All
AFM Vista 5308 Media Center Extender issues
Does anyone know if the extender function in the Media Center module of the February CTP is compatible with the Xbox Media Center Extender (MCX) I have been attempting to set this up on my test system, and will get as far as the programming the device stage of the extender setup, but at this point the setup will sit there for over an hour without completing. Is there an update that will need to be obtained to allow this to function, or is this ...Show All
jillab Problem with installing WV
I download WV from MSDN and when i try to install it this is the error i get: Stud loader for Setup program stud loader for Setup program have a problem and he need to close.... what is the problem i didnt burn it on DVD because i dont have DVD burner, and i have XP Home Edition SP2 please help me soon. ...Show All
Kedmyster How define IDvdControl2 and IDvdInfo2 in C++
Hi my friends I have a trouble because I'm trying use the new interface of DVD with IDvdControl2 and IDvdInfo2, I was reading in MSDN and there say than I must to define in this form IDvdControl2 *pDvdControl2; IDvdInfo2 *pDvdInfo2; but when I declaration these funtions and try to compile my C++ Language no recognize these funtion.... Only my Language can recognize these functions IDvdControl *pDvdControl; IDvdInfo *pDvdInfo; I d ...Show All
chandraM Entry Point Not Found
I can't run compiled exe on Win2000/NT cause of "The procedure entry point getaddrinfo could not be located in the dynamic library WS2_32.dll" error. I found how to fix this for for VS 2003, but there are no topics available for 2005. Can anyone help me fix that. I am moving to the windows folks since they might have more details on the error. Thanks, Ayman Shoukry VC++ Team From wher ...Show All
Joachim Can direct show write a MPEG-2 movie?
Hi all, I'm a newbie. 1. Can direct show create "write" a MPEG-2 movie, from several image, like Windows Media Format Video Image ability 2. Where should i start to learn that Thank's To learn DirectShow, read the DirectShow documentation in the Platform SDK and study the samples. Hi Paul, Thanks for the reply, and complete link about the codec. So, does that mean if I have ...Show All
aHAB msdtc service on WinXP Starter
I am not sure if this question has been asked before. I have a WinXP starter machine in Spanish. I wanted to confirm if the msdtc service is supported in starter edition. Also if supported how can I Start/Stop this services. I cannot see this one in Services.msc. Thanks, Kushal. Thanks for the reply. Not that it was a surprise but amazingly net start is also not supported by Windows Starter. Anyother pointers Th ...Show All
Tommy 06 Workflow changes over time
I'm writing a system that uses the StateMachine Workflow. There will be many long running instances persisted in the database. Say I want add a simple activity to an existing event handler. Say send an email out. There are existing workflow sitting at that state waiting for external events. Currently when you make such a change your existing workflows are dead you get the. EventDeliveryFailedException. I would hope that I don't have ...Show All
melonboy Vista SDK Installation Failed
Hi!! I recently downloaded Windows Vista SDK. I have downloaded the img image file. Using virtual DVD Rom drive I have mounted the same and run the installation from the virtual DVD Rom Drive. I currently have .NET framework 1.1(with hotfix) and .NET framework 2.0. I have no problems in installing Express Editions of VC++ and C# 2005 IDEs along with SQL Express. I have installed WinFX Runtime Components 3.0 Beta 2 before running th ...Show All
KenKwok capturing audio stream from microphone
Hello, I'm writing this application that has to Fourier-analyze some piece of audio data but i was wondering how i could access the audio stream from my computer's microphone Is there a way to do this using C's "windows.h" Thanks Yannick Your question is off topic. I used google to find a few alternatives http://www.google.com/search q=record+audio+in+windows+c%2B%2B&btnG=Search http://www.codeproject.com/au ...Show All
R. P. Poletti SDK compatability with VS2005 RC
First of all, the software looks great. The time and dedication is evident with the thoroughness of the design. Currently, we have our own proprietary workflow engine and were about to look at re-envisioning our designer as a DSL. With this announcement, we will have to re-evaluate our position. We have a few guys at PDC this year and they have been very impressed with the demonstrations and labs (I just had to pick this yea ...Show All
peterdarvas WebServiced published Workflows.
Is there anyway to have multiple WebInput/Output activities where each Input/Output activity set will be accessed by a different user I have tried to implement correlation into the Workflow, but it does not seem to be supported for WebService workflows. Is this correct Correction, it does persist properly. Just doesn't work well when you forget to put back in the UnloadOnIdle tag. (D'OH!!!) ...Show All
Naoko SDK Question
What languages does WinFX support Hi, WinFX supports English, German and Japanese. http://www.microsoft.com/downloads/details.aspx FamilyID=4a96661c-05fd-430c-bb52-2ba86f02f595&DisplayLang=en Thanks, Chris C#/VB/NET/limited ( no XAML) C++ ...Show All
katyad WWF Hosting under ASP.NET
Hi, i have a question about hosting wwf under asp.net is it hosted under the asp.net process or under the web server process Thanks, Tamer Since WF is a .NET component, it gets loaded into a .NET app domain. In that regard, it is loaded in whatever worker process is running your asp.net applications. This will be different between IIS 5.x and 6.0. On IIS 5.x you'll be in the aspnet wp, while on II ...Show All
Avi G. Why cant I embed a listen activity in while activity?
I was writing a kind of a server where the workflow listens to requests, processes them and goes back to the listening mode. But I found that I could not drop any event based activities inside a while activity. Is there a specific reason for this Regards Rags is this behavior during execution or during design time I am able to drop a HandleExternalEvent activity inside ...Show All
