Windows Vista Beta | WinVistaBeta.com - Message | Workflow Foundation: "Simple Human Workflow" Sample Problem

September 07, 2008  
Subject: Workflow Foundation: "Simple Human Workflow" Sample Problem
Group: microsoft.public.windows.developer.winfx.sdk
Date: 8/10/2006 1:13:05 AM
From: "Hunziker Michael" [Email Address Protection]

when i run the lcs (rtc) part of the sample:
http://msdn.microsoft.com/winfx/technologies/workflow/default.aspx?pull=/library/en-us/dnlong/html/hmnwkfwwf.asp

i get the following error for the setStatus and getStatus activities at
runtime:
Unable to cast COM object of type 'RTCCORELib.RTCClientClass' to interface
type 'RTCCORELib.IRTCClientPresence'. This operation failed because the
QueryInterface call on the COM component for the interface with IID
'{11C3CBCC-0744-42D1-968A-51AA1BB274C6}' failed due to the following error:
No such interface supported (Exception from HRESULT: 0x80004002
(E_NOINTERFACE)).

somehow it has to do the registered interface, which seems correct dow:
namespace RtcActivityLibrary.Interfaces
{
[ExternalDataExchange]
public interface IRtcGetStatus
{
RTC_PRESENCE_STATUS GetStatus(string Uri);
}
}

any help or ideas 'd be very appreciated !!



Back