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

Software Development Network >> Windows Vista

Windows Vista

New Question

Vista system requirement
Long Running Workflows with ASP.Net
Visual Studio 6.0 SP5 setup on Vista Beta 2 (5384)?
Distribution of Ntrights.exe
Workflow Persistence
WF instance persistence
How to make dxsdk_sum2004 compatable to vc++6
Newbie question about removing the use of MSDTC
Vista Beta-2 - Media Center will not play WMV (Media Player works), OTP
Missing WorkFlow Project Templete!!!

Top Answerers

citycourtenay
WishYouWereHere
Marc Selis
ChuckH
Brian Gress
AlBriggs
Rehfeldt
Phildo123894
Test Uzer
vbdotnetdeveloper
Ji艡铆 Kosek
Only Title

Answer Questions

  • alli SDK for low speed connection?

    Far from the town, i have a low speed connection.. :-( For me, 1 Go is a dream I will never reach .....!!! Is there any other way to get the Last SDK What about buying a DVD and paying transport .. No way to use this possibility.. For me, more than 50 hours connected is very hard...:-( I prefer waiting for parcel :-) Any way, thanks for your answer regards OK.... I'm going to try to find a faster freind's con ...Show All

  • Andrew Cherry [MSFT] problems raising an event to a state machine WF from ASP.net

    Hi I'm trying to use a state machine WF from ASP.net but the events are not reaching the WF instance. Here is the code that I use to load the runtime in the global.asax ManualWorkflowSchedulerService scheduler = new ManualWorkflowSchedulerService (); wr.AddService(scheduler); SqlWorkflowPersistenceService stateService = new SqlWorkflowPersistenceService ( System.Configuration. ConfigurationManager .AppSettings[ "C ...Show All

  • CSWong Unable to activate Vista

    In our company, all our development machines are on a secure network that prevents both incoming and outgoing traffic. Could I get a list of the IP addresses and/or domain names and port numbers that Windows Vista uses for authentication so that we can put a hole through our firewall to allow this I'm writing this here because it said it takes 4 hours before a newsgroup account is created. ...Show All

  • John Rapp async CreateFile()

    Hello, I don't see the async file open fn in documentation. Why it is still not implemented Thanks, Dmitry Dmitry, it isn't clear what you are asking for, can you explain some more what you are expecting and where you expect it ...Show All

  • Michael Hinkel Install Sept ctp

    I am using team suite beta 2 (.44 build) and installed the sept. runtime, sdk, and vs extensions on 2 different machines, but the WWF projects never show up in the New Project dialog.  Also opening a sample (DocumentReview) tells me that the "project type is not supported by this installation". http://www.microsoft.com/downloads/details.aspx familyid=7096d039-2638-4f63-8654-d2e5d98fa417&display ...Show All

  • Soloviev.I. How to create custom state activity with StateInitializationActivity?

    Hi, I created the following custom activity MyState MyState : StateActiivty {} The problem is I can not add "StateInitialization" activity to my custom state activity. I tried to create "StateInitialization" in code but the compiler gives me errror saying "Cannot modify activities collection ..." If I use MyState activity in a state machine workflow, then it allows me to add "StateInitialization& ...Show All

  • brucelee2005 Problems passing parameters to CallExternalMethodActivity

    Hi, I am having problems getting the parameters being set for an external method. The workflow cannot be validated because the parameter could not be bound. Debugging the code showed that the parameters/properties don't seem to be set by the time the binding is made. I noticed that is the behaviour for any parameters passed. Any ideas on how I can get hold of the value at the time the activity object is being initialized Any alternatives ...Show All

  • toargul Xaml-only workflows and customization

    I've got a question or two about the long-term plans for Xaml-only (markup-only, xoml) workflows. It seems that if you want to allow some level of end-user customization of workflows, you'll want to implement them in Xaml-only rather than using the code-only workflows. Then you can distribute a set of Xaml files with your app and load them at runtime to execute the workflows. You can even host the workflow designer and give your users a way to m ...Show All

  • Greggi Can't find MFC lib files for 32-bit apps in new PSDK.

    I recently downloaded and installed the Windows Server SP1 Platform SDK. I notice that there are MFC include files and lib files in the installation. However, I can't find any lib files for 32-bit applications. As I understand it the library files in the .\Lib\AMD64\atlmfc\ and .\Lib\IA64\mfc\ directories are for development of 64-bit applications. So which libraries should I use when building a 32-bit MFC application Thanks in advanc ...Show All

  • LosDude Windows Vista (AppData and Application Data folders)

    I have created an application and I'm trying to write to the user's Application Data directory on Windows Vista. However, I have not been successful. I am getting an "access denied" message in my test code and a FileNotFoundException is being thrown. I have no problems writing to the user's Application Data directory on Windows XP. I read somewhere that AppData is a copy of the user's Application Data directory and I believe that I can ...Show All

  • MarioMor Activity Status in Custom Activities

    I am in the midst of creating a custom activity which will spawn child workflows.  The goal of this activity is that it will keep track of the child workflow events (WorkflowCompleted, WorkflowTerminated, etc), and allow the client (parent workflow) to hook into those events.  The main obstacle is to halt the parent workflow's execution at this activity until all the child workflows have completed. I have looked into Ariel Schapiro' ...Show All

  • Paulo Pontes Windows Media - Live Broadcasting.

    Hello, I'm using windows media encoder SDK to broadcast live video from a capture card (Osprey).  But the live video is 6 to 12 seconds delayed.  Please let me know if you have a solution to reduce the delay or any other technology, which gives live video without delay. All I'm looking for is to broadcast video LIVE from a capture card with zero delay. Thanks in advance. In addition to the compression delay, the WME buffers ...Show All

  • KRosenvold linker errors in VS 2005 (C++)

    I fixed the "cant find windows.h" problem and now I am getting linker erros like those below, after using the Windows App wizard to create code and compile it with no changes, can anyone help Linking... test4.obj : error LNK2019: unresolved external symbol __imp__DispatchMessageW@4 referenced in function _wWinMain@16 test4.obj : error LNK2019: unresolved external symbol __imp__TranslateMessage@4 referenced in function _wWinMain@16 test4.obj ...Show All

  • Chi Wong Workflow Startup in transactional way...

    Hello, My WWF usage scenario requires me to startup workflow in a transaction - that is workflow should start, it should be persisted and then my startup procedure completes making completed() vote in bigger transaction. I was thinking about following solution: Let's assume that MyStartWorkflow() should work in transactional way. MyStartWorkflow() starts up workflow using workflow runtime and hangs up on an event (for example AutoRes ...Show All

  • mattjb How to make a design view of a workflow execution easily ?

    Hi all, i have to make a design view of a sequential workflow execution. The user have to see the executed activities, those who are currently run, and those who are not reached. Is there a sample of this I dont see an answer in this forum and in the HOL. Thank you. (sorry for my poor english.) Hi, There is a sample installed with Beta1 entitled "Workflow Monitor."  This should be exactly what you are loo ...Show All

656667686970717273747576777879808182

©2008 Software Development Network

powered by phorum