Software Development Network Logo
  • .NET Development
  • SQL Server
  • Game Technologies
  • Microsoft ISV
  • Visual FoxPro
  • Windows Forms
  • Visual C#
  • Visual Basic
  • Smart Devicet
  • SharePoint Products
  • Windows Vista
  • IE Development
  • Visual Studio
  • Visual C++
  • VS Team System

Software Development Network >> Windows Vista

Windows Vista

New Question

In July CTP, using StateMachineWorkflowInstance to obtain CurrentState freezes workflows in that State
SDK error:
This program might not have installed correctly
cant install my sound card driver
What to replace CM_Get_Parent?
Eventlog: Inner Exception: Bad UID
suggest me how to differentiate normal login accounts from other type(such as service login).
How to get(set) cursor position in my service before logon?
Can you run IE6 on Vista?
Checking null for event handler

Top Answerers

Boulderdude
los1975
Jason D. Camp
IceAngel89
CodeSweatAndBeers
Rossgov
levyuk1
ste72
Cla82
DrLectEr
sitemap
Only Title

Answer Questions

  • Aditya Kirloskar Linker problems with VStudio 2005 and DirectShow

    Hello all, I'm currently doing some porting of projects from Visual Studio v6.0 to Visual Studio 2005. A number of these projects are filters that use the DirectShow API, which is installed on the computer as part of the DirectX v8 SDK. While VS2005 is able to update the project files etc. all right, when I try to create the filters, I get linker errors related to the DirectShow library, strmbase.lib. Currently I am using a version of strmbase.lib that was built using Visual Studio 6, and using the project/workspace files that comes included with the SDK. An example of the set of linker errors I get are as follows: Creating library .\Release/AudioResample.lib and object .\Release/AudioResample.exp Aud ...Show All

  • IceAngel89 Event raising in workflow ?

    Hi Can my workflow have some events that I will handle in my application [for example windows forms code] I have application that should run in infinite while loop and stop for one hour after each succesful execution. So I would make while with with true condition and on the and of sequence I'd put Delay activity. But how do I know what's going on in my workflow if it never ends It will finally be used in Windows Service so it should be running every our do what it has to do and than go idle... But for now I'd like it to communicate with me by some messages. So if certain conditions happen I'd like to have an event raised. Can I do such thing in workflow If yes, tell me how :) Jarod Hi, The ...Show All

  • Sahus Making a GUI subservient to the WF

    I've got a situation where I am attempting to write a state machine workflow. This workflow responds to events on two data exchanges: 1 for network messages being sent from a central back-end location, and 1 for events sent from the GUI such as a submit button being pushed. I've got the 2 exchanges set up just fine. The other part of this is where I'm having difficulty finding a best practice. I want the Workflow to tell the UI which pieces of the UI should be enabled or disabled based on a rule set that I will probably store in a policy. For example, when the state changes, I want the policy (which reads variables from some dependency properties that are set by incoming events) to then fire off events such as DisableSubmitButton that will ...Show All

  • LiamD How do I get my custom activities to appear in the toolbox?

    I have a project with some activities which all appear in the toolbox while I’m working with the project. Next I compile the project, open a new project, and reference the assembly from the first project. What do I have to do to get the activities from the first project to appear in the toolbox automatically I’m using the ToolboxItem as shown below: [ ToolboxBitmap ( typeof ( Page ), "ExtendedCodeActivity.ico" )] [ ToolboxItem ( typeof ( ActivityToolboxItem ))] [ Description ( "Like a System.Workflow.Activities.CodeActivity" )] [ Designer ( typeof ( ExtendedCodeActivityDesigner ), typeof ( IDesigner ))] public partial class ExtendedCodeActivity : Activity { ... } Should I use the ...Show All

  • Michael Herman - Parallelspace WF State Machine and ASP.Net Interaction

    Hi, I'm looking at hooking up an ASP.Net application to a State Machine Workflow. I currently have one running beside a windows form. In my current windows forms solution I use the "workflowRuntime_WorkflowIdled" event on the form to check what state the workflow is in and update my form respectively. I'd like to do something similar in ASP.Net but have a suspicion that the "workflowRuntime_WorkflowIdled" event will not work in ASP.Net. I'm not sure about this as I dont understand how threading would work in ASP.Net with the workflow. Would events raised by a workflow instance (such as workflowRuntime_WorkflowIdled") be caught by the ASP.Net process I think not as the page may be processed and served back to ...Show All

  • AndyPham redistribution of SDK components

    What are the legal requirements for redistribution of components like mt.exe We'd like to redistribute mt.exe so our customers can apply manifests to their applications. However, I'd prefer to not require our customers to download the entire and Windows SDK just to do this. Does the license agreement allow me to do this It isn't entirely clear. Thanks, Noel Adorno National Instruments Hi Noel: You are not allowed to redistribute the individual components of the SDK unless they are explicitly listed in the redist.txt, that is installed on your computer by the SDK (in the license folder). MT.exe is not listed there, and is not redistributable. Using our Web install, your users can go to ...Show All

  • flash.tato ActivityStatus with WorkFlowView

    I'm using a WorkFlowView to visualize the workflow and a button to run it. I add to the WorkFlowRuntime the sqlTrackingService and put the property IsTransational to false. SqlTrackingService sqlTrackingService = new SqlTrackingService ( "Server=Servidor;" + "Database=WFF;" + "User ID=User;" + "Password=User;" + "Trusted_Connection=False" ); workflowRuntime.AddService(sqlTrackingService); sqlTrackingService.IsTransactional = false ; workflowRuntime.CreateWorkflow((compilerResults.CompiledAssembly.GetType( string .Format( "{0}.{1}" , this .GetType().Namespace, this .WorkflowName)))).Start(); workflowRuntime.StartRuntime(); W ...Show All

  • vTyphoon application compatibility

    hi all, do the application installed executables and files need to be signed for any application to be compatible on vista to achieve compatibility in vista for an y application, signed drivers and files are needed or not thanks divya In addition to Matthew's post. Paragraphs 1.3 (Sign files) and 1.4 (Sign drivers) of Chapter 1 (Security and compatibility) in this document http://download.microsoft.com/download/8/e/4/8e4c929d-679a-4238-8c21-2dcc8ed1f35c/Windows%20Vista%20Software%20Logo%20Spec%201.1.doc say: 1.3 Sign Files Criteria All executable files must be signed with an Authenticode certificate. This includes files with the following extensions: ...Show All

  • AlexBB Mapping channels enumerated from IAudioEndpointVolume

    What is the rule for mapping the channel numbers returned by GetChannelCount to the front left channel, front right channel, center, side left, side right, etc IAudioEndpointVolume has a member function to set the volume of a specific channel. It will be nice to know exactly which audio channel gets modified, without opening sndvol. Thanks, IIRC, the channels are indexed by the bit position of the available channel mask in the mix format (the lowest enabled bit is channel 0, the next lowest enabled bit is channel 1, etc). Hmmh, Vista seems to map the surround channels incorrectly in a USB 5.1 surround audio device. The USB audio class channel config specifies the c ...Show All

  • Daniel Hilgarth Event cannot be delivered

    We have developed a workflow application similar to the order workflow sample we get this error "Event \"RequestApproved\" on interface type \"RequestLocalServices.IRequestService\" for instance id \"8ce3ae0f-a8f5-4c15-826d-59dfbadf2515\" cannot be delivered." Can any one plz help I have downloaded and installed Visual Studio 2005 Extensions for Windows Workflow Foundation RC2(EN). When i try to install the WWF debugger, i get this window - Platform Prerequisites Missing Based on the components you selected to install, you must first install the following prerequisites. - - Windows Workflow Foundation version 3.0.4125.0 Some required prerequisite ...Show All

  • programmer01 .NET IMAPI2 Code samples

    Is anyone using SampleApp3 successfully After installing the Vista SDK Beta2 and trying to build this with Visual Studio 2005, I get: ------ Rebuild All started: Project: Demo3, Configuration: Debug Any CPU ------ C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3287: Cannot load type library for reference "IMAPI2". Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)) C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3287: Cannot load type library for reference "IMAPI2FS". Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)) C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Csc.exe /noconfi ...Show All

  • MDesigner Problems with Rehosting work flow designer in ASP.NET example

    Hi, I am trying to run the example from http://www.masteringbiztalk.com/blogs/jon/PermaLink,guid,28601754-c305-4597-a0a6-48f32be1eddb.aspx . When I try to run the page AsAControl.aspx it doesn't show the designer on the screen. When checking logs on IIS, I found that I was gettign error 500. Running default.aspx doesn't show the workflow image. Any ideas Thanks. Hi Jon! really nice job!! I've tried to modify it for my application and everything is ok if I work on the virtual directory automatically created by ASP.NET Development Server, like " http://localhost:xxxx/AtlasWorkflowDesigner ". But if I create a virtual directory by myself such as "\WF_Designer&quo ...Show All

  • cdun2 Host

    Hello, I want to use WF for Workflows with Navision. I have some questions concerning this: 1) How could the worklfow be enabled Are there some standard-options of WF I thought about using a COM-Object in the C-Side/Navision. Or to use a SQL-Command in Visual Studio to check, e.g. a new item was added to a database. 2) What kind of host would you suggest A Windows Service If I use a Windows Service, how does that know, if a Workflow has to be started 3) Is there a kind of events in WF, that can start hole Workflows thanks, kindly regards, Matti Hi, Matt! First of all, thanks for your very helpful reply! I have another question concerning the Runtime: If I start and end the Runtime wi ...Show All

  • zdrae how to use WorkflowRuntime.CreateWorkflow(XmlReader workflowDefinitionReader)

    hi everyone, there is orderWorkflows.dll, which contains 'workflow2.xoml','workflow2.layout' and 'workflow.xoml.cs'. the following code can run. //// Load the OrderWorkflows assembly             System.Reflection.Assembly asm =                 System.Reflection.Assembly.Load("OrderWorkflows");             // Get a reference to the System.Type for the OrderWorkflows.Workflow1             System.Type workflowType = asm.GetType("Microsoft.Samples.Workflow.OrderApplication.Workflow2"); &n ...Show All

  • DDarren TypeConverter not working

    Hello, I have a property that is an IPAddress. I set the following dependency property public static DependencyProperty IpAddressProperty = DependencyProperty.Register( "IpAddress", typeof(IPAddress), typeof(PortCheckerActivity), new PropertyMetadata(IPAddress.Parse("127.0.0.1"), new Attribute[] { new ValidationOptionAttribute(ValidationOption.Required) })); Then the property declaration is: [Description("IP address")] [Category("Net")] [ValidationOption(ValidationOption.Required)] [MergableProperty(false)] [TypeConverter(typeof(IpAddressConverter))] public IPAddress IpAddress { get { return (IPAddress)(base.GetValue(PortCheckerActivity.IpAddressProperty)); } set { ...Show All

737475767778798081828384858687888990

©2008 Software Development Network

powered by phorum