Software Development Network Logo
  • Visual Studio
  • Visual Basic
  • Visual FoxPro
  • Visual C#
  • Smart Device
  • Windows Forms
  • Visual J#
  • Visual C++
  • .NET Development
  • Microsoft ISV
  • VS Express Editions
  • SQL Server
  • Architecture
  • Windows Vista
  • Game Technologies

Software Development Network >> Windows Vista

Windows Vista

New Question

Windows Workflow Foundation
Vista system requirement
Wanted WWF Beta 2.2 Sample Code
VB.net implementaion does not return Instnceid
Custom Activity Scope Example
VB.net implementaion does not return Instnceid
WebService Host example for State Based Workflows...
Runtime Workflow Design
InsertTrackingProfile doesnt seem to exist
the labs again: why aren't the new custom activities added to the toolbox?

Top Answerers

Melsom
LISA86
Frank I.
pax
RedLion146665
fp101
NetFailer
BlackSuperman
James Newton-King
husky1
FLTK
Only Title

Answer Questions

  • Srimurugan G Segoe UI

    Please make the lower case i not a circle dotted lower case i...reason is its so hard to read at lower sizes...vertical 2 pixel dot is now a 1 pixel dot for the lower case i ... this also looks ugly on large scale type... if you dont want the dot in the lower case i readable then you might aswell make the upper case I look like lower case l... VG, would you please attach a picture of what you're talking about I don't quite follow your re ...Show All

  • Rutger van Hagen Problems building samples from Platform SDK

    I have installed the "Microsoft Platform SDK" and followed Brian Johnson's instructions ( http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx ) to enable it to be used with "Visual C++ 2005 Express Beta 2", successfully (hooray!). I then wanted to build some of the samples in the SDK. I first tried building in the command line for "Microsoft Visual C++ Toolkit 2003" (which I had previously downloaded), and received linker errors ...Show All

  • troff Exception has been thrown by the target of an invocation.

      I have the standard code for hosting WF through Webform as below... protected void Button1_Click(object sender, EventArgs e)     {         Dictionary<string, object> parameters = new Dictionary<string,object>();         parameters.Add("Alias",txtAlias.Text);         WorkflowRuntime workflowRuntime = ...Show All

  • Hei How much of WWF designer support in VS is managed by the project system?

    Hello, In order to create a new workflow in VS, one normally selects a template from the Workflow node of a C# or VB.NET project type in the New Project dialog.  I tried creating an empty C# project (not of the workflow variety), copying the .cs and .Designer.cs files to this project, changing the namespace, and adding the same references to my empty project system that are present in the one created explicitly from the C ...Show All

  • O.S.S Problem compiling sample 'Foreach' activity on beta 2.2

    I have beta 2.2. I downloaded the sample activity 'ForEach'. When I build it, the compiler complains about the OnClose() method override that is in the sample: "Error 1 'ForEachActivity.ForEach.OnClose()': no suitable method found to override" Sure enough, according to the Object Browser there is no such method to override on the base class CompositeActivity. If I just delete this OnClose() method, will things be cleaned up correctl ...Show All

  • imunozmunoz Microsoft XPS Document Writer for XP

    Is there a version of MXDW available which can be installed on Windows XP Thanks, Adran Adrian, The Microsoft XPS Document Writer (MXDW) is actually only available as part of Windows Vista Beta 2 for now. Previous CTP releases from late 2005 and early 2006 did include an older version of the MXDW in the then codenamed "WinFX" SDK. We are working to make this available as part of .NET Framework 3.0 for the RC1 rel ...Show All

  • AnonymousDeveloper74 Workflow monitoring in Beta 2/2.2

    Is there a good demo/sample for workflow monitoring (such as tool in SDK) for WWF 2/2.2 You mean other than the WorkflowMonitor example in the SDK ...Show All

  • Juany Anyone with enterprise workflow experience?

    I have spent the last several years primarily working with J2EE and IBM's mq workflow and document management products. I was brought on by my current client to consult regarding these products/technologies. However, they have spent over $100M on MS product licensing, which has led me to recently working with sharepoint and infopath out of curiosity, and I have started lookng at wwf. I have to admit, this stuff is pretty cool! Are there any ot ...Show All

  • DugganFifr InsertTrackingProfile doesnt seem to exist

    I am trying to get a basic tracking profile created and installed. The problem is that the online docs have a CreateAndInsertTrackingProfile() that wont compile. The Insert...... seems to be undefined. Anyone know what I am not referencing or where I am going wrong Thanks Thanks Joel, that is exactly what I was missing........... Rob So in order to add a tracking profile and therefore get tracking of events, I need to serialize ...Show All

  • MacJohnMcC Rehosting statemachine / freeform designer

    Hello, I've seen HOL #10 that demonstrates how to rehost the sequential workflow designer in an application other than Visual Studio. I'd be interested in rehosting the state sachine or free form designer outside of Visual Studio. I expect that most of the work would be the same as for the sequential workflow. However, starting with Beta 2, the layout of the state machine / freeform designer is stored in .layout files. I would be interested i ...Show All

  • blachmann Tasklist

    Hello, I am investigating the possibilities of using WWF to create a tasklist (aka worklist) application. How is this supported in WWF Are there any information available about this somewhere Best regards / Rasmus Hi James. I have identity service on data store, works like AD. I need to implement a task list to associate activities to users. I want to show a list of activities assigned to user that was ...Show All

  • inge_03 Horizontal flashes while drawing texture

    I am rendering movie to my direct3D device, alongwith other sprites. I draw textures using TransformedColoredTextured vertices. I get horizontal flashes in the movie, on random basis. Any idea what i need to look forward. Are there any suggested settings for texture Thanks.... I am not changing this parameter at all. Its in its default. However i suspect following may also have some thing to do with it ...Show All

  • Sreekanth Ammisetty Windows Vista icons. ?

    Any details about Windows(R) Vista(TM) icons Colors used in Vista icons Sizes supported in Vista icons any other details Thanks for replying. That info is very helpful to me. I was thinking of allowing users to use icon sizes biggger the 256 but I guess I will leave that the limit. Thanks again Hi ALL, Try this: Press and Hold "Ctrl" and while pressing, if you use a mouse with a rollerwheel, ...Show All

  • cMassie Windows Workflow Foundation from a business perspective

    As a developer I am really enthousiastic about the new Windows Vista related technologies, and especially Windows Workflow Foundation. Being a developer, I have lots of stuff to read about this subject. There are many good-quality articles, whitepapers, webcasts and forums such as this one to help me get started. The problem is, however, that if I want to convince the management team of my company that WWF and WCF are the way to go (which ...Show All

  • ferrethouse SqlPersistance, WWF Beta 2.2, and ASP.NET

    Does anyone have a sample of using SqlPersistance with WWF Beta 2.2 I tried using the Lab 03 from the workflow labs to try to integrate it into ASP.NET but I'm not having very much luck. I have looked at other forum posts but again I am not being very successful in implementing the ideas. So does someone have a sample Ideally what I am trying to do is allow users to start to fill out a form, come back to it later to finish if needed, the ...Show All

404142434445464748495051525354555657

©2008 Software Development Network

powered by phorum