Answer Questions
senior man looks like i'm the first...
i'm interested in InfoCard, but nothing here... Take a look at wcs.netfx3.com in the coming weeks - this is the community website for Windows CardSpace (i.e. what was InfoCard). Lots of content is on the way - US TechEd this week notwithstanding! If you have questions that are unanswered there, then this forum is a good place to ask them. hello everyone! i am very nice to see this new board! ...Show All
Ray Saray release date vista beta 2
Is there any clearancy about the release date of the Vista Beta 2 I have a msdnaa account and i would be happy to know when i will be able to download it.. tnx! Drop it like it's hot! There has been no formal date set on the release date. All that we know right now is that we can expect a new drop in feb. Josh http://windowsconnected.com ...Show All
Urue Unable to create XPS doc with A5 pages
I've been bashing my head against this on and off for days and finally accept defeat! How do you save or print items from an ItemsControl to an A5 page with a transform to fit the page I have 2 separate problems (I think):- 1) The XpsDocument ignores the PrintTicket and defaults to something like NorthAmericanLetter. 2) The items I'm trying to print are part of an existing visual tree. How can I scale and translate an item when writ ...Show All
Sam Gentile MVP - Solutions Arch tapi32.dll problem while using msdn dvd
Hi there all, We're trying to put togtether a Longhorn machine using the DVD copy sent to us on our MSDN subscription but we are encountering the 'tapi32.dll missing' issue that other have experienced during installation. Everyone who has seen this bug has said it was due to a corrupt download, they re-downloaded and it worked fine but we are using an MSDN DVD copy of the thing Any ideas Could it be something to do with my setup instead or ...Show All
sz2080 Raising Events - not! in WFs exposed via WS - help pls.....
Hi fellow WF'ers Strange things are happening and I hope someone here can shed some light. If I set my solution up as a Console App - all works cool and we're off to the pub (early!) If I run my solution as an exposed WS - the wheels fall off as follows. 1) I've got a 'host' sequential workflow (4 shapes, very simple) that receives the request via a WS call. This guy will fire up another workflow (statebased) and Raise an event, wait ...Show All
Brian Morearty TransactionScope with TableAdapters promoting to DTC transaction - why?
Why does the following promote to DTC when using SQL Server 2005 All tableadapters are using the same connection so surely the transaction can stay lightweight using ( SqlConnection conn = new SqlConnection ( ConfigurationManager .ConnectionStrings[ "DACL.Properties.Settings.CatalogueConnectionString" ].ConnectionString)) &n ...Show All
tim bickel win32 api future???
is microsoft going to stop supporting the win32api is it going to create a new api for win64 or will it stop with the unmanaged code. if so wont it kill the language because c++ is aimed towards performance not simplicity and that's what managed code is all about, so wouldn't c++ become history, and c# be the next ruler will microsoft create, maintain and support the win api for unmanaged code, using c++ Even ...Show All
numal.com How to change the sendemail activity property at run time?
Hi, All, I want to use the SendEmail sample activity for my workflow and looked through the EmailActivities Example. But how can I change the From, To, ect properties at run time My state machine workflow will send email to different perpole based on the selection from the dropdown list. I try to set these properties inside the activity at function sendEmail1_SendingEmail(object sender, EventArgs e), like, this.sendEmail1.To = " A ...Show All
Gurpreet Singh Kohad Confused on why is is possible to drop activities in .XOML and .XOML.CS files?
Hi everybody, I may be overlooking something obvious, but this is sort of confusing to me, so I would appreciate a clarifying voice on this. If I create a WF console app, delete the original "Workflow1.cs" file, and add a "Sequential workflow (with code separation)" item, then I get 2 files in the solution explorer: "workflow1.xoml" and "workflow1.xoml.cs". I can click on each one of those two files, and add activities separately ( ): ...Show All
Cridal69 Problem getting started
I am trying out Windows Workflow Foundation on my VS 2005 Version 8.0.50727.7. I created a new project using the C# Sequential workflow template. When I try compiling, I got this warning message: The "System.Workflow.ComponentModel.BuildTasks.CompileXomlTask" task could not be loaded from the assembly System.Workflow.ComponentModel, Version=1.0.00000.0, Culture=neutral, PublicKeyToken=71530258abd56239. Method not found: 'System.Object Microsoft. ...Show All
Smitha 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
iamshail Problem with Web Table control
Hello,I used the Web Table control to add rows dynamically.. The problem when I try to retreive the cells contents from this table,the table is always returned with 0 rows So What Should I do Hi Maaloul, This forum is for Workflow Foundation issues, and it sounds like you might need the ASP.NET Forum: http://forums.asp.net/ Good luck! Steve Danielson [Microsoft] This posting is provided "AS IS ...Show All
Justin Is Learning create WorkflowQueue
Is it possible to have the WorkflowHost to create a WorkflowQueue for a workflow instance before the workflow is started I want to create a WorkflowQueue with a fixed name for each Workflow instance and to make processing fast create the queue before the workflow starts and push some objects into the queue. During execution of the workflow it will suck these objects out at some point. But i do not want to wait for the worklfow itself to creat ...Show All
JockeP WebServiced published Workflows.
Is there anyway to have multiple WebInput/Output activities where each Input/Output activity set will be accessed by a different user I have tried to implement correlation into the Workflow, but it does not seem to be supported for WebService workflows. Is this correct Joe, What needs to be done is that the RunWorkflow method on the ManualSchedulerService needs to be invoked. i.e. WorkflowWebReque ...Show All
fxtentacle Adding unauthenticated attribute to PKCS#7-message using CryptoAPI in "stream-mode"
Hello! Please, help! How can I add unauthenticated attribute to the signed PKCS#7-message using stream (message is rather large) What sequence of calling CryptMsg-functions:CryptMsgOpenToDecode(...), may be CryptMsgOpenToEncode(...), CryptMsgControl(CMSG_CTRL_ADD_SIGNER_UNAUTH_ATTR...), CryptMsgUpdate(..) have I implement I've experimented with different combinations, but no results... :( This is really important problem that I'm trying to resol ...Show All
