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

Software Development Network >> Windows Vista

Windows Vista

New Question

Vista service and logon desktop access
InsertTrackingProfile doesnt seem to exist
web.config windows workflow schema??
Communication between 2 different workflows
ETA on SDK Compatible with RTM 2.0?
help
Power Management
Help Need WinFx Beta 2 Runtime!
Error sending report issues
Installing Windows Workflow Foundation Beta 1

Top Answerers

Zhisheng Huang - MSFT
IVRsurveys
huskerwendy
bdee1
Steven13174206
shihuey
Edward Son
Julianín
adrianf
jbtechie
MjsConsult
Only Title

Answer Questions

  • Kris R Is Sequential workflow can be a base workflow and can we access methods inside that by inheriting

    Hi, I am trying to acheive Pure XAML in ASP.Net. The steps in my work 1. I had one Sequential WorkflowLibrary which is having code as shown below.I have removed sealed to make that inheritable. public int testCondition = 0; public void If_Exec( object sender, EventArgs e){ MessageBox .Show( "If Executed" );} public void Else_Exec( object sender, EventArgs e){ MessageBox .Show( "Else ...Show All

  • Rodrigao Promoted Transaction Timeout

    Setup: I have a client and a server connected via .NET Remoting. Framework version 2.0, applications are running under a debugger on the local machine. MSDTC has been tested to be working fine both locally and with a development server. Scenario: At the client I start a transaction via TransactionScope. At the server I wish to integrate into that transaction, so to promote the transaction to a distributed transaction (e.g. MSDTC vs. STM) I sent ...Show All

  • Sorinuc 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. Works fine for me... No problems at all. 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. ...Show All

  • avm How to access <Activity Reference...> in DesignerHostingApplication

    Hi, I'm trying to reference another activity from the property grid with the DesignerHostingApplication from Lab 10. When I click on <Activity Reference...> I get tge following error: The service 'System.ComponentModel.Design.IDesignerHost' must be installed for this operation to succed... What do I need to do to get the Activity Reference dialog Sebastian, why nasty I'm talking about the ...Show All

  • AlexRo Workflow Designer Control Example

    Hi I have downloaded the Workflow Designer Control example from http://www.windowsworkflow.net . The sample works fine except when I do anything in the property pane that attempts to use a code window, for example accessing the ExecuteCode property of a Code activity. How do I hook up a code editor to the workflow designer control so that I can maintain code in a workflow Thanks in advance. Damien   ...Show All

  • tkepe168 Lab4 problem : OrderCreated event is never raised.

    Hi I'm following lab4, and I'm having a big problem. The OrderCreated event is never raised. I've included the OrderLocalServices project inside my solution to put a breakpoint at public void RaiseOrderCreatedEvent( string orderId, Guid instanceId) { if (OrderCreated != null ) OrderCreated( null , new OrderEventArgs (instanceId, orderId)); } And the value of OrderCreated is null. I have checked that my OrderC ...Show All

  • tpaxatb ValidationOptionAttibute

    I installed Beta 2 on a fresh vm today and was really shocked about the ammount of changes. Not only bad things changed for good, such like the Property/Attribute Designer for Activities is gone :-( After more than 100 errors in my existing project I decided to rebuilt it from scratch. Now even my first attempt to built a custom activity fails, when it comes to the declaration: ValidationOptionAttibute which was formerly known as ValidationVi ...Show All

  • Cowski knowing wich activity idled the workflow.

    Hello I have a workflow that has several HandleExternalEvent actvities. I would like to know wich activity was the one that set the workflow on an idle state. Thanks in advance, Matias another option, since you have the root activity, is to look at all the enabled activities inside the root, and look for one that has a status of executing. This would help you find any activities that are executing while ...Show All

  • Gerry Baerman How to make a custom composite activity unexpandable in the designer?

    In a workflow designer, for example the one inside the sample "WorkflowMonitor", all my custom composite activities can be expanded until the level of built-in activities. If I want to hide the details of these composite activities and make them unexpandable, what should I do Thanks. You mean associate my custom activity with my custom designer by setting the property "Activity" of my custom desig ...Show All

  • Haicheng Alt Tab looks like XP

    I am using Vista 5308, the Flip3D feature works great and seamlessly. However, the regular Alt+Tab window looks exactly like 98/2000/XP, and does not have live thumbnails. I am just wondering why that is, or if there is anything I can do to fix this. Thanks.   ...Show All

  • Chris Olson VS 2005 final release vs. Windows Workflow Foundation

    Can anyone (from Microsoft) tell me when a working beta of WWF for the final release of Visual Studio 2005 (8.0.50727.42) will be available Simon, We are planing to have a new release that will install with the release of VS 2005. Please be patient just a bit longer. Thank you for your understanding, Bill Zunis Microsoft Bill, I installed VS2005 on a PC with no beta previously loaded, and the WF wouldn't work: at the VS startup, it ...Show All

  • ZnZn Is it possible to use XCodeProperty to declare members for an activity class?

    I try to write an activity class with XOML file and no code beside file. In this case, if I want to declare fields or properties for this activity class, what can I do Can I take advantage of XCodeProperty Any ideas I just want to know if declaring fields in an XOML file is possible or not. Thanks. No - you cannot add fields or properties to a XOML file if you plan to just ex ...Show All

  • Hannotje Vista and Symantec Ghost 8.x

    Ever since build 5231, I've found myself unable to use Ghost (8.0 or 8.2) "as I've always been able to".  By which I mean with 5219, XP, 2000, etc., I can just create a partition backup, restore a partition backup, no muss, no fuss, all successful. (I have an XP-compatible boot manager, have four independant partitions that are always hidden from one another, and I restore just one partition based on what OS/test/scenario I need to creat ...Show All

  • xgbnow Problems to see xoml graphically...

    I installed Visual Studio 2005 RC and on top of it the Workflow SDK from the PDC disc 4. After this I can create a workflow project. However when double-clicking on a xoml file I see the xml rather than the graphical representation. Any help is appreciated. Hi MetroP - Please note that WWF Beta1 is not compatible with Visual Studio RC build you found on the PDC "The Goods" discs. Thanks Hi MetroP, I am ...Show All

  • eralper How to make a Unit test for a sequential workflow

    I have a problem  to implement a unit test for a sequential workflow.  how do I get the value returned by the workflow, after the completed event   You can view the output parameters in a workflow by looking at the WorkflowCompletedEventArgs in the workflow completed event handler. See linked post for more details - http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=230145&am ...Show All

777879808182838485868788899091929394

©2008 Software Development Network

powered by phorum