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

Software Development Network >> Windows Vista

Windows Vista

New Question

Workflow not connecting to Events?
Question on Queue Management
Package load error when starting VS.NET 2005
IsExecutable
Error with file mapi.h
DeInterlacing video when using DV cam
Compiling DirectShow Samples with Visual Studio .Net 2005
XADLL With Oracle
RequestPersist does not exist in Beta2?
Parallel Activity issue in Sequence Workflow

Top Answerers

Todd Foust
BRONCOLANE
orent
Lizard Man
Simon Morris
rajaraman
Joselillo
beedub80
Hiralshah
malanken
Crawford Technologies
Only Title

Answer Questions

  • prakash1981 Build 5308: No audio, Intel High Def Audio, D915PBL mobo

    I am unable to get sound with build 5308 using the onboard Realtek High Definition Audio on my Intel D915PBL mainboard. Actually, that's not 100 percent correct -- I DO hear sound when I run the speaker channel test in the driver properties. But that's the only time. Neither WAVs nor MP3s work. Media Player gives an odd msg. that another program or operating system is having problems and isn't able to communicate back to the player. I D ...Show All

  • AlistairSKing Issue Moving Lab 04 (Beta 2) to VB

    In order to try and have a workflow example running in VB (I tried the code examples that I got from http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=139052&SiteID=1 and they don't seem to build properly - could they be for ver.1.2 ) I've taken my favorite example, (StateMachine, 04) and I've tried to move it to VB. The actual code in the OrderWorkflows project was easy enough but the code in form1 from the OrderApplication project was ...Show All

  • Gregory P Solution: SqlStatePersistenceService troubles

    Hi,  Adding a SqlPersistanceService to my workflow host causes the workfow to abort when it tries to persist.  Unfortunatly the WorkflowAbort events arguments don't realy tell me anything usefull. The database is SQl Server 2000 sp3a and the persistance setup scripts have been executed creating the required tables and sp's. Initialising the SqlPersistanceService instance with a valid connections string causes no errors (indic ...Show All

  • bradix My Vista problems - please help

    When i try to install the "Windows 'Longhorn' Professional x64 Edition Beta 1" on my PC I get an "setup.exe is not a valid Win32" error. When I try to boot from the CD, it wont! Just some specs on my PC which may/may not be relevent: Athlon 64, SATA Raid array, Asus K8V-X motherboard. There doesn't seem to be a specific forum about Vista beta versions. Where should one submit questions to There is a thread ...Show All

  • Steadyonabix Running Domain Logon Script as Elevated

    We make extensive use of domain logon scripts for many interesting and uninteresting purposes. Unfortunately some of the simplest, most innocuous, programs executed seem to require privilege elevation in Vista. This is absolutely no good for a trusted logon script run by hundreds of users every day which should require no user interaction. Does anyone know of a way to get a trusted domain logon script (and anything launched by it) to auto ...Show All

  • kidrupe Any Utils Available To Sync Activities With SqlTrackingService?

    Hi, Specifically synch'ing between the workflow and the Tracking DB - Activity table I've been playing around with a simple doc approval workflow and today wanted to add some approval timeouts. So, I added a couple of EventDrivenActivity items with appropriate DelayActivities, etc. and ADDED a couple of trackData() calls to log some info. This broke the SqlTrackingService stuff when retrieving the ActivityTrackingRecord data with sql null value ...Show All

  • BruceWang.Korea Tablet PC - API for measuring Z

    Hi - I was wondering what was the API to calculate how far the stylus was from the screen. I know how to get the x and the y co-ordinates I was looking for the Z. Any help would be highly appreciated - Santosh Hi Santosh, in order obtain information about the z-coordinate, you would add PacketProperty.Z to your desired packet description: http://msdn.microsoft.com/library/default.asp url=/librar ...Show All

  • Hugo M TransactionInDoubtException

    Source: System.Transactions.TransactionInDoubtException: mscorlib Text: The transaction is in doubt I'm getting the following error is a very specific circumstance and I don't understand why. I've got a single unavoidably long running transaction (~90mins) that I run from a .net component against a SQL Server 2000 database. If I invoke my component from MMC.exe (COM based root) I'll often (eventually) get the above error message. However, i ...Show All

  • jrfinkel Windows SDK installation

    I have installed Windows Runtime Components 3.0 -Beta 2. Also VS-2005. But while installing Windows SDK ( after mounting it to virtual drive) , I get following error message "Windows SDK could not be configured, see the 'Installing the SDK' section of the Samples\Setup\HTML\ConfigDetails.htm document for more information. In order to create samples or use tools that depend on WinFXR, the correct version of the WinFX Runtime ...Show All

  • Arun Marathe HELP!! SQL Persisence not working

    Hi, I had this problem with Beta1, and i'm still having the same problem in Beta2. I try using the sql persisence service.. I have the database created and all with the script i got from the samples... But seems like the workflow is never persisted.. I have a SQL2000 database.. What's weird is that the SQL Tracking services works fine... The Workflow never goes to the persised event... I tried everything i really need some expert Help.. ...Show All

  • Docdoc Can I install SxS Visual Studio 2005, VS 2003, and C# Express 2005 on Vista x64 (beta1)?

    I'm quite sure that installing one of those products on Vista x64 B1 will work, but are there any known issues if I install them all side by side Thanks! ...Show All

  • kevin d Please, Help!

    I am about to loose the ability to Windows WorkFlow because a simple problem I cannot seem to figure out and knowbody can seem to answer. Its simple, how do I get the service objects right after a workflow is coming back from being persisted mardo This is not good! I have built a whole workflow on the Beta 2 and I need the runtime of beta 2! Is there a possiblity to get the runtime from another download link, because otherwise I would h ...Show All

  • sdbranum Delay Activity and ASP.NET

    I have a workflow that contains two HandleExternalEvent activities and a Delay activity all within a Listen activity. Obviously, when the Listen activity is hit, the workflow instance goes into an idle state. My intent is that if either event is not raised to the workflow within the specified timespan on the delay, an alternate path should be taken. The workflow never comes out of idle after the elapsed delay has passed. When I fire an event to ...Show All

  • Anne CHild Installing Windows Workflow Foundation Beta 1

    There have been several threads with questions about installing Windows Workflow Foundation Beta 1.  I'm hoping to summarize the installation instructions for anyone else that might be having trouble.   These instructions are also available on the WindowsWorkflow.net community site here .  James Conard Architect Evangelist - Windows Workflow Foundation http://www.WindowsWorkflow.net http://blogs.msdn.com/jamescon ...Show All

  • Val Maltsev Parameters

    Is it just me or do you find the "parameters" dictionary loathesome What's the point of having Intellisense and type-safe checking in the VS2005 environment if you're just going to pass a dictionary of Objects to workflow for setup It seems to me that if I had a regular class, and I need to pass some required values to it at construction time, I'd create a constructor to do that - is there some reason WF can't do this For exam ...Show All

727374757677787980818283848586878889

©2008 Software Development Network

powered by phorum