Workflow VB.Net examples: interfaces and local service
-
20 ธันวาคม 2549 18:31
Does anyone know where I could find some example in VB.NET that use Windows Workflow (not C#)?
Specifically, I'm looking for code that shows how to implement an interface needed to define the contract between a workflow and service and local communications between the host and workflow.
ตอบทั้งหมด
-
20 ธันวาคม 2549 18:45
In a typical schizophrenic fassion, let me answer my own question. I found a couple of links on Paul Andrew's blog:
Hands on Labs in VB.NET: http://wf.netfx3.com/files/folders/documentation/entry7553.aspx
SDK Samples in VB.NET: http://www.microsoft.com/downloads/details.aspx?FamilyId=C2B1E300-F358-4523-B479-F53D234CDCCF&displaylang=en
-
20 ธันวาคม 2549 19:01One more note: I just downloaded the latest Windows SDK and the WFSamples.zip file found in C:\Program Files\Microsoft SDKs\Windows\v6.0\Samples contains samples in VB.NET! Sweet!
-
20 ธันวาคม 2549 19:06If you are looking for ASP.NET examples in VB.NET look at the persistence and tracking sample found here.
-
8 พฤษภาคม 2550 9:42
Hi
I am also looking for an VB example how to create an local service to be call from workflow. The SDK examples for VB does not demonstrate this (or I just miss it). Where can I get an example VB code how to define the local service so that the CallExternalMethod in workflow will pick it up?
Marius Roets
-
7 มีนาคม 2555 16:57none of these links work