Answer Questions
GoodCook streams.h
I've got some older examples that I'm trying to compile, and I can't find a header with some of the base classes. The source that I have says they are in Streams.h, but I can't find the file among the latest Platform SDK. Help please... Kaychoro That's because DirectShow isn't part of DirectX anymore. You can find streams.h in the current platform sdk. I've installed Windows ...Show All
amr osama Does SqlTrackingService update the database at each workflow event?
I am tracking workflows by SqlTrackingService. However, I found out that SqlTrackingService does not update my SQL dababase until the workflow instance is completed (or terminated). Is that true If yes, is there any way to let SqlTrackingService update the database at each workflow event Thanks. For the SqlTrackingService - set its IsTransactional property to false. It still does transactional writes - ...Show All
Sandrina DigitalTVTuningSpace. Signal level measurement.
Has anyone had any luck getting timeshifting/recording to work with an ATSC/HD tuner in the msvidctl I've tried everything possible with no luck. Got the analog working by following the code samples on MSDN but there are no code samples for& ...Show All
InDelerium closing after fullscreen video
Ive got fullscreen video's playing quite nicely with the directx Video class. However, when the video finishes it just freezes on the last frame. I know I can bind to the Video.Ending delegate, but I dont know what to call to leave the fullscreen video mode. Thanks in advance So what do you mean by finishing the video I asume that you mean destroying the whole application, so do you release the d3dde ...Show All
Bakis SqlWorkflowPersistenceService exception using beta2
Hi, I've tried to created a web application using workflow. but there was an exception (array index out of bound exception) occurred when i tried to call 'startRuntime()'. Here is the code: --------------------------------------------------------------------- private WorkflowRuntime runtime; private WorkflowInstance instance; private AutoResetEvent waitHandle; and in button_click(): runtime = new WorkflowRunti ...Show All
Xerxes .Net Framework Windows Vista
Will Windows Vista have a .Net Framework integrated If yes, which Version Will it have all Frameworks 1.0, 1.1 and 2.0 Hi.. In all the CTPs i have installed they only have framework v2.0 integrated. I guess even final version will have the same thing but then u can always install urself. Regards Hi Thanks for the info. I was just wondering about the framework because of the deployment of applicat ...Show All
YCT New Office UI - Can we borrow?
Hi all, After a brief trial of the beta 2 office, I am extremely impressed on how the new UI behaves and I believe it will be a great eay to improve productivity. The overall look is also amazing. I suppose other MS products may adopt a similar interface in the future (ie: the ribbons). Since I'm currently building a new app and I'm in the early stage of prototyping my UI, would I get in trouble (trademark and such) for implementing a UI similar ...Show All
Sheena192783 I am using Windows Vista 5270 and...
I am trying to compile a simple program with VS 2005 professional. I set the option x64. It is compiled. but It can't be excuted... It show this message... Unable to start program 'c:\User\Vista\Document\Visual Studio 2005\Projrct\Test2\x64\debug\Test2.exe It is no problem in Windows XP64... Isn't beta version of the vista support x64 hwage wrote: I had used Longhorn on someone' ...Show All
nkarunatilaka IndexOutOfRangeException while trying to access a workflow instance
Hi! so I've been working on a WWF workflow for about 2 months and I'm encountering the following problem from time to time with random persisted instances. The thing is that these instances become basically unusable for no obvious reasons (I can create other instances with exactly the same data in their properties without having any problem with them) and this IndexOutOfRangeException gets thrown when I'm calling the GetWorkflow function of the ...Show All
Moustafa 3rafa Unable to use unmanaged debugging in a workflow project
If I create a new workflow project using the "Sequential Workflow Console Application", I can't seem to enable unmanaged code debugging (Project Properties -> Debug -> Enable unmanaged code debugging). I try to load SOS but the message is always "SOS not available while Managed only debugging...". If I create a console project using the C# Console Application template, reference System.Workflow.*, and modify the csproj to import Workflo ...Show All
TAS SDK installation error
Hello, I am getting an error trying to install it on a windows XP SP2 machine. THis is the last few lines of the log of product: Microsoft .NET Compact Framework 2.0 2:46:41 AM Monday, May 08, 2006: [SDKSetup:Error] Config_Products_Install: Windows SDK Setup (failed): Installation of the "Microsoft .NET Compact Framework 2.0" product has reported the following error: This installation package could not be opened. ...Show All
R-man Tree Walker - missing control elements
I have a problem with the TreeWalker class. I use a .RawViewWalker TreeWalker for building up a tree of all elements. I made a simple application using Avalon: one Form with a button, a checkbox, an ink canvas and a menu on it. My problem is, that using the TreeWalker the elements ink canvas and the menu are not found, just the button and the checkbox. I cannot solve this problem. I have another question about this whole namespace Syst ...Show All
HelloWorld .Net Query about whether to install PSDK
Hiya, Ok. I have an XP dev box and I have VC++6 and VS2003 installed. I have some customers that require me to make modifications to existing programs using VC++6 to support v.old OSs (e.g. Win95b). I use VS2003 for just about everything else. I've downloaded and installed the VC++ Express edition, and after some examination was about to download and install the latest PSDK (Windows Server 2003 SP1 PSDK) as suggested within VC Express. Sin ...Show All
cdub772 Questions on workflow types
Hello, I have a number of questions about workflow types. As I understand it, there are two workflow types available out-of-the-box with WWF: sequential and state machine. With sequential workflows, I believe the flow is generally top down from the initial activity to a final activity. The path is well defined; activities like ‘While’ allow the workflow to repeat contained activities and the ‘IfElse’ activity al ...Show All
Lolasmomma XOML and Parameters
Hi to all, I've noticed some postings saying that parameters cannot be declared in XOML and that a suggested route is to define a derived instance (in this case derived from StateMachine) and then declare this instance in XOML and then use XMLReader and runtime to create the instance. I've tried this, but cannot seem to get things to work. The XMLReader returns null when reading the XOML file (which is fine in VS). Ideally I would like to ...Show All
