Software Development Network Logo
  • SQL Server
  • Visual FoxPro
  • Visual J#
  • Visual C#
  • .NET Development
  • VS Express Editions
  • VS Team System
  • Architecture
  • Game Technologies
  • Windows Live
  • Visual C++
  • Visual Studio
  • Visual Basic
  • Microsoft ISV
  • Windows Vista

Software Development Network >> Windows Vista

Windows Vista

New Question

How Do I Create a New Boot Config Data Store File?
Dual Display Suggestion
role of .net framework in windows vista
WPF Release Date
CallExternalMethod and CorrelationToken
Wants to write a simple application to capture video frames from webcam.
Can not use StateMachineWorkflowInstance on a completed state machine; what should I do?
Question on SDK/Vista Developer content?
hep for using strmbasd.lib
SQLTrackingQuery from Workflow

Top Answerers

DanNova
J. JIMENEZ
allen herring
Paulustrious
Eric Wellnitz
*Rick*
pomp
Moonracer
Robert Ingebretsen MSFT
niversen
StarQuest Software, Inc.
Only Title

Answer Questions

  • Matt W ICredentialProvider

    Did anybody make a successful user logon using the new ICredentialProvider interface My credentials are displayed, but I can't make them to logon. And what worse - after 20 or 30 seconds, the winlogon crashes completely with no recovery possible excepting hardware reset. I thought I basically did something wrong and decided to wait for more detailed documentation or some sample code. But MS doesn't seem to put too much effor ...Show All

  • Bovril2006 Radeon 9600 Mobile and CTP 5308 - Not working Error (10) and (Code 43)

    Hello! I have a Compaq R3000 Notebook (Intel 3.2 HT Model with the Radeon 9600 Built in). I just installed CTP 5308 and it detected my card but in Device Manager it states its not working. I have used the built in drivers and the Beta drivers from ATI and both have the same issue. Right after install I get an error code 10, but after a reboot I get : Windows has stopped this device because it has reported problems. (Code 43) Anyne h ...Show All

  • Todd West Windows SDK January CTP Not installing on Dec CTP of Windows Vista

    I've been trying to get either the January or December SDK's to install on my Vista test machine and both seem to be failing quite repeatably. The order I've done stuff in is: Install Vista Dec CTP Install WinFX RTC Jan CTP Install Visual Studio 2005 Pro Install Windows SDK Jan CTP - Fail I really need to get this working as I am supposed to be building prototype code on the WinFX Platform. I'll paste the contents of the setup err ...Show All

  • Raj Parmar Workflow Monitor: Example and analysis

    Just posted some Workflow Monitor example and analysis. Its really interesting to see the monitor posible capabilities and how you can gain control of your many workflows, and the fact that you can extend it and use it for your own business model. Ariel Schapiro. Yes, we save the data in the SqlTrackingService's database. We've done so in Beta1 as well. By default we will only track workflow events, acti ...Show All

  • Dr.Luiji Workflow Exception

    i get this error when i try it to fire event  on statemachine workflow {"Event \"MyEvent\" on interface type \"IService\" for instance id \"679c2cb7-371a-4c19-af1c-9b91b72558ee\" cannot be delivered."} {"The object with ID 144 implements the IObjectReference interface for which all dependencies cannot be resolved. The likely cause is two instances of IObjectReference that have a mutual dependency on each other."} does anyone know w ...Show All

  • Roycepat WinFX Beta 2 (September Release) SDK Documentation

    I have installed WINFX SDK Beta 2 ( September Edition ) but the problem is that all samples and documentations are available for Beta 1. from the other side i got a link for BETA 2 SDK Documentation but it uses Express Setup. it is not possible for me to download 650 MB using Express setup. Can anyone give me a direct link for WINFX Beta 2 SDK Documentation Thanks. WinFX hasn't shipped Beta 2 yet. Y ...Show All

  • M. Ueberall Welcome Tablet PC/Mobile PC users and the world!

    I have a bit of a dilemma -- I'm in the market for a tablet PC but am now thinking it might make more sense to wait until next year when vista comes out, as I haven't been impressed with the current state of handwriting recognition.  However, my old laptop is dead and I really could use a new model now.  Would it make more sense to buy now with xp and upgrade to vista   Will the current models work correctly when upgraded to vist ...Show All

  • Raviraj_bh Need help using CompositeActivityDesigner

    I have a custom CompositeActivity with a custom CompositeActivityDesigner. I'm placing this activity inside a custom root activity, that uses a FreeFormActivityDesigner. The trouble is that the activity designer won't allow drag and drop another activity into it. I overrode CanInsertActivities and can say that it is not being called. (Also, CanInsertActivities is not called on the FreeFormActivityDesigner, either, but it does allo ...Show All

  • Damien White January CTP - no Activities in the Toolbox

    I've just installed Beta 2 of WWF that is included in the Jan CTP. When I open a new Sequential Workflow Library project, in the designer view for my workflow, there are only 7 Activities: Compensate,FaultHandler,Suspend,Termainate,Throw,TransactionScope,and SysnchronizationScope. Any ideas on what went wrong How to solve PS I installed in the order recommended by Jan CTP: winfx runtime, Winfx SDK, VS ext for Winfx, and VS Ext for WWF bet ...Show All

  • J.13.Leach a state delay in a state workflow machine

    I have an application which host a state workflow machine, In this application , I have to define a delay for certain state, so I define an additional driven event who is managed by a delay activity , I defined the this event an the raiseEvent method in the communication service interface.. the problem I don't find the way to bind the drivenevent (in the designer) with the event which I already defined in the communication service interface..so ...Show All

  • Scratchc0der Issues in SQLTrackingService

    i am working on SQLTrackingService given in WWF Labs-03. It is good. i observed all tables but the following tables are never populated with data. dbo.Workflowchange , dbo.Artifact, dbo.ArtifactAnnotation, dbo.EventAnnotation dbo.AddedActivity dbo.RemoveActivity. Under what condition these tables will be populated. Hi Ravi, The tables WorkflowChange,AddedActivity and RemoveAc ...Show All

  • Jerryman Make library functions WF aware

    Hi Is there a way for a function that has no knowledge of wether it is running in a workflow or not, to get a hold on the WorkflowInstanceId of the caller The function do have access to the WF API:s but I do not want to send any WF related stuff in the calls to the library (existing library). My newbie guess is that it is impossible. BR Hakan have you tried using workflowenvironment.workflowinstanceid ...Show All

  • Joel Bennett Tiny question about MSDTC behaviour

    Can MSDTC abort\rollback transaction if I create instance of COM-object (COM object marked as "Transaction - Not supported" in "Component Services" snap-in) during "transactioned" part of .NET code Which way MSTDC will act We cant trace where exactly BizObjException throwns because it's happend not everytime, when service call that code but occasionally one or two during hour, or ...Show All

  • Sunchaser Rule Conditions against custom activities and XAML activation - how should I achieve this?

    If I have a simple custom activity and I generate a XAML only workflow with a rule condition that references the activity then how can I use XAML activation to execute the workflow Here's the workflow <SequentialWorkflowActivity x:Name="xyz" xmlns:ns0="clr-namespace:ABC.Workflow.Common.ActivityLibrary;Assembly=ABC.Workflow.Common.ActivityLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" xmlns:x=" http://schemas.microsoft.c ...Show All

  • PhoenixRises Execute method on Sequence is never called.

    Hi. I have an activity that inherits from Sequence, and I'm needing to run some code in the sequence just before the activities within it are called. (It would be the "Execute" method, but it is never called.) I tried to inherit from CompositeActivity and implementing a SequenceDesigner on it, and the "Execute" method works fine, but it doesn't call the inner activities... I'm using the Beta 1. Any clues T ...Show All

303132333435363738394041424344454647

©2008 Software Development Network

powered by phorum