| Subject: WF - IWorkflowCompilerOptionsService.Language / VB.Net resources |
| Group: microsoft.public.windows.developer.winfx.general |
| Date: 9/25/2007 7:30:04 AM |
| From: =?Utf-8?B?RGF2ZVM=?= [Email Address Protection] |
Hi! I am creating a standalone WF designer that allows users to create/modify workflows in VB.Net. I assumed that setting the IWorkflowCompilerOptionsService.Language would handle this. However, all the code I find is in C# and uses: string IWorkflowCompilerOptionsService.Language { get { return "CSharp"; } } Replacing CSharp with "VB" doesn't get the job done. Any ideas? Also, are there ANY resources/books/etc. available that show WF programming using VB.Net? -- TIA, DaveS |
| Back |