Answer Questions
MrSlim Saving Ink Color for Reloading
When I save my Ink, I can't find an option to save the color of the ink as well. When I load it it just shows up in the default color (black). Is there a way to enable the saving of color I have tried saving as a GIF in the Ink.Save( PersistanceFormat ) function, but that doesn't work either. Any Ideas I couldn't figure out how to do it using the natural Microsoft.Ink functionality. This is also a problem for ...Show All
Chan Chi Hang C++ API Problems
Hello! I have Windows SDK installed on an XP system. What I'm trying to do is to access UI Automation objects via C++ API (using the UIAutomationCoreApi.h and UIAutomationCore.lib). Unfortunately, the documentation is very schematic and there are no samples. For instance, hr = UiaGetRootNode(&hRootNode); returns S_OK, but the handle is zero. Then I try the following code: PROPERTYID propid_RuntimeId = UiaLookupI ...Show All
Kenneth Clapp own Attributes on Interfaces
I planned to use the method definition in an interface with additional custom attributes for an own global correlation implementation. E.g. public interface IExampleIFace { [GlobalCorrelation("ID", "id", true)] void Test(string id, string test); } But if I try to get the custom properties and the settings during design time in a custom activity, I had to discover that the WorkflowDesigner is raping my Interface and exchanged ...Show All
Stormaker running legacy VC++ applications on Vista
Hi friends, We have legacy application VC++ (COM) built using VC 6.0 on XP machines. On trying to run this on vista,we are bumping into various issues. I want to be able to debug (5308 build) the application on vista. I tried installing VC 6.0 on vista, it doesnt work and our code doesnt build using VS 2005. I tried making debug build on XP and tried running it using VS 2005 on vista. VS 2005 on Vista ( 5308) complains that it cannot load deb ...Show All
wixy TransactionScope
where can i find sample of transactionScope with database operations. Check Hands on lab 8. It has a sample of TransactionScope with database operations -Sonali ...Show All
adangelo SerializationException because of non-serializable parameters in CallExternalMethod activity
Hey guys, I have a CallExternalActivity that calls a service. This method call has one outgoing parameter and a return value. None of them is serializable. The parameter and the return value are both bound to a public properties of the workflow, but the fields behind those two properties are decorated with the [NonSerialized] attribute. What is the reason behind this I mean I can understand that public properties of workflows should be ...Show All
Zephyr_Yi How to duplicate the behavior of StateInitialization activity designer
I am trying to duplicate the behavior of the StateInitialization, EventDriven and StateFinalization activity designers. The behavior I want to emulate is when you double click on the activity it collapses all parent containers to the top of the designer window, allowing the target designer to open with out cluttering the designer space. Can someone describe how to do this with a custom designer that derives from SequenceDesigner. I assmue tha ...Show All
vamsib Breakpoints not working
I'm running the February CTP on WinXP SP2 and Visual Studio Pro. I'm running my development environment inside of a Virtual PC VM. The problem that I'm having is that I can create workflows fine, but breakpoints set up on a workflow activity do not work. I see the hollow circle with the warning when running in debug mode. Breakpoints set on the code beside code such as a CodeActivity handler work. I've looked at the other posts on the foru ...Show All
Robsterw does any of the labs work without a problem in the beta 1.2 version?
hello guys. i'm a little disapointed with the hand on labs...well, those of you that have seen my previous posts know that i've been having a lot of problems while trying to run the labs. now, i'm facing several errors with exercise 4 of lab01: error 288: Activity 'getManager1' validation failed: Property 'ReportEmployeeId' has invalid value. Field 'ReportEmployeeId' does not exist. C:\wf lABS\ExpenseWorkflows\ExpenseWorkflows\Workflow1.xo ...Show All
Adrian_78787 Problem with dynamic assemblies usage
I have a project which uses workflow and dynamic assemblies. When the project is being debuged in Visual Studio 2005 the "A first chance exception of type 'System.NotSupportedException' occurred in mscorlib.dll" is thrown. Call stack: > mscorlib.dll!System.Reflection.Emit.AssemblyBuilder.Location.get() + 0x37 bytes System.Workflow.Runtime.dll!System.Workflow.Runtime.DebugEngine.DebugController.AttachToConduit(System.Uri url) ...Show All
slimbim DirectX.AudioVideoPlayBack Volume problem
Sorry am new to this and couldn't find anywhere else to post this! I have been writing an audio player program in C# and keep coming up with a problem everytime i try to change the Volume. It plays fine otherwise. the error comes up with DirectxException "Error in the Application", like i said i'm new to all of this so it might be something very easy, but i am pulling out my hair! Thanks for your help Dyl. ...Show All
techie7999 Breakpoints not working
I'm running the February CTP on WinXP SP2 and Visual Studio Pro. I'm running my development environment inside of a Virtual PC VM. The problem that I'm having is that I can create workflows fine, but breakpoints set up on a workflow activity do not work. I see the hollow circle with the warning when running in debug mode. Breakpoints set on the code beside code such as a CodeActivity handler work. I've looked at the other posts on the foru ...Show All
polien TabletPC add-ons and additional features
Hi all, Does anyone know of any add-ons that will assist in enabling the additional features of the tabletPC. I am running Vista build 5231 and I cannot utilize my additional monitor because the system does not allow me to do so. I am not able to activate my wireless card because there is no option to turn it on. I am using a HP Compaq TC1100 tabletPC which is very different from the flip screen laptop tablets. All the features and functions ...Show All
5c0tt Obscure Error: EventDeliveryFailedException
I am new to wwf and in working with callExternalMethod I am continuously getting a EventDeliveryFailedException error, which I am unable to solve. I have seen several messages about this error in this forum, but none of them matches my situation and has pointed me to the proper solution. My code is based on the examples in lab5, but it is slightly different. Here is a description of my case and problem: I use a sequential workflow with a c ...Show All
PocketPCDev InnerException {"Event \"HighRiskEvent\" on interface type \"MainWorkflow.ICommunicationService\" for instance id \"feae4f11-
Hi, I am getting following error: - Exception {"Exception has been thrown by the target of an invocation."} System.Exception {System.Reflection.TargetInvocationException} - InnerException {"Event \"HighRiskEvent\" on interface type \"MainWorkflow.ICommunicationService\" for instance id \"feae4f11-87e5-43a1-8807-cfd98d9ca81d\" cannot be delivered."} System.Exception {System.Workflow.A ...Show All
