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

Software Development Network >> Windows Vista

Windows Vista

New Question

Error Binding Activity Properties when deriving from Custom Activity
Installation hanging (Dec CTP 5270)
Deployment problem
Getting Return Data from a sub Workflow
SQLTrackingQuery from Workflow
Deriving Workflow classes...
Security permissions.
TransactionScope
not found in state persistence store
Unable to set focus on a list item

Top Answerers

Ruby1983
Dave Jacobi
Marco Rucci
jan_bp
cisco0407
Russell Stringham
dhamson1
Alan Tolan
StepUP
BeerBong
Rush is a Band
Only Title

Answer Questions

  • StarRrr Administrator security issues

    Maybe it's me...  then there are only 7 posts before me on here, so now I am worried there will not be an answer.... Trying to install a simple antivirus program before I really start to test.  I am the administrator account, but I  do not have sufficient rights to write....hence install fails. Anyone else seen this...   I also thought that UAP was the issue, but its disabled, the virus ...Show All

  • Don Pellegrino Writing workflow Host for SharePoint Portal Server

    I just successfully install the WWF  , its really rocks! . Now i want to do some experiment , as we are free to Host the WWF Process , what about dping it for SharePoint Portal Server 2003 , and write a simple Document WorkFlow for it guyz and suggesstion  on that , ....................... Yup i know that , cauz i am very keen viewer of channel9 i got that news. I personally think this is inevitable .But i am very much concern ...Show All

  • Bruce Baker Problem migrating to WWF 2.0 Beta

    Hi!, I am not able to run WWF 2.0 Beta with VS2005 Professional. My machine has WinXP Professional SP2. At the startup it throws the error of "Package Load failure" for DesignerPackage that comes with WWF. And when i try to make and compile a new Sequential Workflow Console application project it gives me this error: The "System.Workflow.ComponentModel.Compiler.CompileWorkflowTask" task could not be loaded from the assembly S ...Show All

  • Rudi Goossens Locking WorkflowInstance

    Let us assume 2 systems are executing the same sample(here workflow definition is stored in database and we are getting in form load) here if one user get the workflow and try to update data, other user should get View mode of same data. Note: only one user is avaliable for editing at any one time. i am using Sqlpersistenceservie, database. how to implement such scenario Hi Ravi, I am not sure i ...Show All

  • Bruce Adkins Beta 2 and Windows Server 2003 R2

    Is the WWF beta 2 runtime compatible with Windows Server 2003 R2 Has anyone try use beta 2 runtime in Windows 2003 server R2 The release notes only mention 2003 Server with SP1. Yes, Beta2 is tested in Win2k3 R2. In meanwhile I have tested this in Windows 2003 R2 and it seems like working. What I Did: I installed the RTC components in Windows Server 2003 R2, I had Framework v2.0.50727 installed earlier. I compiled WWF sample ...Show All

  • EuroPhilC Hierarchical State Machines - Trying to model Statecharts like Miro Samek

    In our projects at work, we have build several complex state machines base on the book "Pratical Statecharts in C/C++" by Miro Samek. I have attempted to re-create some of the sample in the book (Figure 4.3 on page 95 for example), using WF. The Designer inevitable complains that a you can transition to a state that has sub-states. I am asking MS to fix this and to fully impliment the idea of behavioral inheritance for the HSMs. It wou ...Show All

  • zkac054 Hosting of a Workflow in WCF

    Can anyone tell me the step i need to do to host a Workflow in WCF Thanks in advance Hello, It doesn’t matter where you have the workflow hosted. The only thing you need to do is when you have this workflow hosted, you have to expose it as a service. To do this you just have to define the endpoint with the address, binding and contract using the namespace System.ServiceModel.dll and add all the required ...Show All

  • nogs Problem with TransactionScope when running Unit Tests

    Hello, we are having a bit of a problem here. Three of us are running Unit tests daily. One of us have installed an English OS and the tests are running excellent. Two of us have Swedish OS and frequently run into this exception: Failed Test method UnitTest.CompanyTest.UpdateCompanyTest threw exception: System.Transactions.TransactionManagerCommunicationException: Communication with the underlying transaction manager has failed. ---> Syste ...Show All

  • Van Vangor No Templates

    Hi, After installing and reinstalling the VS extensions for WF (long with the latest beta 2) I do not get the templates for workflows when adding items to my projects. The weird thing is, a colleague created a project on his machine (where it is working OK with an earlier beta) and then gave me a copy of the project. If I right-click that project I do get the templates. But only for that project. As soon as I try my own, it doesn't work. ...Show All

  • wintergreen-joe Vista Bootloader recovery

    i went into my xp pro and was changing the seconds to choose OS from 30 to 6 seconds...and w/out thinking about it i lost my new vista bootloader and now i can't load vista beta 2...oops....anybody know how i can restore vista bootloader and still keep all my other xp boot...i would much rather use my windows xp x64 bootloader..i hate how vista's takes over everything....so if i could just modify my xp x64 boot.ini and have it load vista when i ...Show All

  • JayNeu WorkflowInstance.EnqueueItem Method

    Can I use this method to raise an External Event after an CallExternalMethodActivity has been finished and been persisted and the ListenActivity is waiting The question goes back to this entry ... If yes what would be expected as the second parameter public void EnqueueItem( IComparable queueName , object item , IPendingWork pendingWork , object workItem ); When you want to handle cust ...Show All

  • C#wanabe Communication between 2 different workflows

    I have a host application (a windows service) and 2 different types of state machine workflows. The workflow1 executes a certain amount of workflow2 and waits for the workflows to return. To do this they need to communicate between each other. I thought workflow2 could send an event to workflow1, in order to tell him when he's finished. Everytime a workflow2 returns it send this event to workflow1, so workflow1 can check if the started workfl ...Show All

  • Mark-OG Using infocard without installing certificates on the client?

    According to http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=311594&SiteID=1 it should be possible to use InfoCard without installing the service certificate on the client, but if I change the wsFederation InfoCard sample by removing the identity tag from the client endpoint configuration I get the error "The incoming policy could not be validated." (Without this change, the sample works correctly). I want to do this becau ...Show All

  • ZOS Raising Events or Public Properties?? which to use?

    Hi, I'm wondering if anyone can shed light on which technique is better to use to communicate between workflows 1) Host raises an event to the child, the child performs an action (or two) and raises an event back to the Host to say 'I'm done' or 2) Still have the event mechanism, except the data that is needed by each child process is passed to it via Parameters before it starts up Any thoughts Specifically - I'm looking for p ...Show All

  • Jatin94493 Problem adding a SetState Activity in a StateMachine

    Ok, this is the third time I've restarted this workflow and something in the designer has failed...how much longer can my thinning hair stand it I cannot add SetState activities. What happens is, I drop the SetState into the EventDriven handler workflow and the Properties for the SetState appear but not the graphic. If I try to change the name of the SetState activity, it errors with "Property value is not valid." In the details, it ...Show All

111213141516171819202122232425262728

©2008 Software Development Network

powered by phorum