Answer Questions
Nicolas D Administrator security issues
Maybe it's me... then there are only 7 posts before me on here, so now I am worried there will not be an answer.... Trying to install a simple antivirus program before I really start to test. I am the administrator account, but I do not have sufficient rights to write....hence install fails. Anyone else seen this... Did they enable the upgrade route for install yet or is it only a f ...Show All
Kdean6869 Missing parameters property
Hi I have created a workflow console application and have added some parameters to the CreateWorkflow call. I then went to add the parameters to the workflow itself as described on page 33 of the Presenting WWF book and found that I didn't have the parameters collection property available. The only parameters I have are base class, description, enabled, dynamic update condition, completed and initialized handlers. How can I get the workflow p ...Show All
bplucas Defining Bitmap of custom activity
Hi, I want to define a bitmap with a custom activity. I already set the ThemeAttribute in the ActivityDesigner and the ToolboxBitmapAttribute with the Activity but I cannot see the bitmap ... Any help appreciated! Thanks Andreas anderl, You'll need to drop the custom activity into a workflow first to see the resulting designer. Your image fil ...Show All
LMiranda ClipboardCopy broken in CLR 2.0 referencing 1.7 SDK?
The most generic clipboard code I can think of: io.Ink.ClipboardCopy(io.Selection, InkClipboardFormats .Default, InkClipboardModes .Copy); throws " An unhandled exception of type 'System.TypeLoadException' occurred in Test.EXE Additional information: Could not load type 'IOleDataObject' from assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'." Any thoughts ...Show All
EdgarRC Beta 2.2 does not require WinFX RTC? What about WPF then?
I am quite confused now. I am currently on Beta 2. That requires WinFX RTC. Now with Beta 2.2 it's saying it's not compatible with any WinFX RTC. Does that mean I could not develop WPF apps with Beta 2.2 because that depends on WinFX Feb CTP Hi Perry, If you are using WPF you should stay with the WinFX Feb CTP which is the latest WinFX CTP currently. WF Beta 2.2 is not directly compatible with that CTP and so you should not install WF ...Show All
prgeorge CodeDomDesignerLoaderNoRootSerializer appears
Hi guys, I have the same problem as: >>I'm having problems loading WWF b1.2 onto VS2005 RTM on WinXP. >>Getting error: CodeDomDesignerLoaderNoRootSerializer. >>The version for VS RTM is 8.0.50727.42 >>I've tried install/deinstall/reinstall several times on 2 separate machines. >>Any suggestions >>TIA However a fiend of mine does not have it. The only difference between our cases is tha ...Show All
Jani Pewter Index was outside the bounds of the array in Windows Work Flow
Hello: I am using OrderingStateMachine workflow application that came as a part of Windows SDK Samples and tried to use OrderLocalServices and OrderWorkflows as a part of ASP.NET application, which I am able to do successfully. Now, when I tried to change OrderWorkflows.Workflow1.cs by adding a new state or even a new event inside existing OrderOpenState (In short any change to the workflow), It gave me Index was outside the bounds of the ...Show All
bialasw How can I obtain informations from the Vista Control Panel Item "Performance Rating and Tools"?
Hi, I'm using unmangaged C++ with Visual Studio 2005. Is there a way to read the informations about rating and subratings from the Control Panel or somewhere else Should I use CPlApplet or shell I try to find a way with shell namespace extensions If not then, is there any other way to find these information Thanks. ...Show All
WaltM Questions for Persistence and Tracking on Lab03
Hi, All, I'm new to the Window workflow and just tried Hands-On Lab 03, it runs ok but I have a few questions for SQLTrackingService on Exceise 2 Task2. In Task2, we addService(new sqlTrackingService(connectionString)) and inside of GetInstanceTrackinfEvents( ) we have SqlTrackingQuery sqlTrackingQuery = new SqlTrackingQuery(connectionString); SqlTrackingWorkflowInstance sqlTrackingWorkflowInstance; sqlTrackingQuery.TryGetWorkf ...Show All
Peter Beresford SharePoint Worflow project template
Hi, I am looking for the VS2005 project template for SharePoint Worflow projects. If some one can provide the link to download the same, appreciate it. Thanks Praveen The templates have not been release yet, but should be ready in a couple of weeks. For questions about SharePoint, or any of the other Office 2007 products, the newsgroups at http://www.microsoft.com/office/preview/community/newsgroups.mspx ...Show All
Zycl0ne Windows workflow beta 2
hi, I am learning how to use WWF and i download a video that teaches you how to do your first workflow, the problem is that it was made in WWF beta 1.2 and i have the beta 2 version, in the video it shows how to declare parameters in properties -> activity -> parameter. But in beta 2 it doesn't have that opcion there, so the question is: how can i declare parameters for my workflow in WWF beta 2 thanks for the answers. ...Show All
Cmore Programmatically create a workflow (WorkflowCompiler)
Hi, I'm building a program that can create the workflow and run it at once... this is an example with something that I came up with. I'm posting this because I had lots of trouble with it, and to get some hints how to do this better. Kind regards, Ruben using System; using System.IO; using System.Collections.Generic; using System.Text; using System.Workflow.Activities; using System.Workflow.ComponentModel; using S ...Show All
SharePointKhan Compilation failed for Travel Demo
On compiling the Travel Application Demo , which I had downloaded from http://www.windowsworkflow.net/default.aspx tabindex=4&tabid=49 , the following error appears: Error 1 Compilation failed. Value cannot be null. Parameter name: name C:\Trav\TravelApplication 0 0 By double clicking this error a message box appears having the following message: Cannot open File 'C:\Trav\TravelApplication'. Verify that the file still exists and ...Show All
Eric Proegler DirectShow and MFC vs ATL
I would like to use DirectShow in my DirectX application that use MFC But the sample I have for DirectShow in the SDK seems to be in ATL Do you need ATL to make DirectShow Work Also, I will need to take the *.Lib and *.h file from the DirectShow SDK and Bring them in my Include and Library directory of the DirectX SDK 2005 What are the Lib I need to have to make DirectShow work And what *.h should I bring Any help is appreciated ...Show All
Jeff McBride a problem with custom workflowPersistenceService
Hi All, I'm developping a custom workflowPersistenceService class,i inherit it from WorkflowPersistenceService and IPendingWork.But i don't know how to override the Commit method and MustCommit method and Complete method.Who can tell me about it Otherwise i have not found these three methods in metadata of SqlWorkflowPersistenceService.cs file.Why it happens Hi Jon Flanders, First of all thank y ...Show All
