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

Software Development Network >> Windows Vista

Windows Vista

New Question

FlowChart workflow - Custom FreeformActivityDesigner sample
InkCanvas selection adorner
Restore Workflow instance fails because workflow has been modified in designer
Writing to Global Shared memory from an Application in Vista.
A screencast that demostrates usage of the Windows Workflow Manager is available at Channel 9
New XAML elements do not display immediatelly
Update ?
[RTM Vista] - Problem binding an ssl certificate to an ip:port, nothing works :-(
MiniDumpWriteDump returns incorrect parameter for 3dsmax plugin DLL
FontFamily property on TextBlock does not work.

Top Answerers

Donal Lafferty
Lawrence 007
Kris4forums
NMM
Ski_Hard11
amazingsunday
hwg
nigliazzo
mhorton
Shark109
sitemap
Only Title

Answer Questions

  • Tort Why is the Activity ContextGuid not public???

    The execution context of an activity is an important piece of the workflow. So why is this important piece of information hidden Currently, there is no way for me to correctly obtain a specific instance of an activity. The main issue I am running into is with tracking. I need to track additional information that is supplied by custom activities. Also, can see the need for a workflow to be able to access other activities in a specific context in order to complete. you can do this : Guid contextGuid = (Guid)activity.GetValue(Activity.ActivityContextGuidProperty); Nate Garvey wrote: Ok, so that helped with the first part. Now another problem. When I try to find a specific acti ...Show All

  • slickred Web Service Host - CookieContainer Property

    Hello everybody, I just read an article where Israel Hilerio posted the example " Deploy Distributed Business Processes With Windows Workflow And Web Services ". It works all fine and I think this is a very good example. But I do not really understand how the WorkflowInstance is stored when he wrote the following lines of code: string workflowInstanceId = this .ListBox1.SelectedValue; System.Net. Cookie cookie = new System.Net. Cookie (cookeyKey, workflowInstanceId, "/" , "localhost" ); cookie.Expires = DateTime .Now.AddMonths(1); cookie.Value = workflowInstanceId; ws.CookieContainer.Add(cookie); I read that a HttpModul inside the Web Service stores the actual Workflow ID in the Http ...Show All

  • ercan_06 Scaling out Windows Workflow

    Looking for a point in the right direction for scaling out an windows service hosted workflow to multiple application machines. In the MSDN article "Performance Characteristics of Windows Workflow Foundation" http://msdn2.microsoft.com/en-us/library/Aa973808.aspx they show workflows running on multiple machines. Are these machines sharing the durable queue thank you adam Tomas, thanks. Can the developer have explicit control over that Can we put "scalability" unload points into our workflows Also, I guess this means that I have to have the runtime started on n machines. How is the workflow "reloaded" automatically onto any of those machines after it has been "unloaded"   Than ...Show All

  • PrashanthBlog Compilation error

    Hi I am trying to use Workflow compiler to compile xaml and .cs files. When I have standard MS activities everything works well but when I use my own activities I get an compilation error. My xaml looks like <SequentialWorkflowActivity x:Class="CustomWorkflows.Workflow1" x:Name="Workflow1" xmlns:ns0="clr-namespace:EPiServer.Research.Activities;Assembly=EPiResearch.WF.Activities, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d263e2d404344a31" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/workflow"> <ns0:CheckedInPageEvent RawPage="{x:Null}" RequiredAccess="Read" x:Name="checkedInPag ...Show All

  • kinny_k Problems with Web folders (WebDav) in IE7

    Hi, I want to access a web folder with my IE, using a link in my portal. It seems like MS changed the way Web Folders work, since it doesn't work with IE7. whereas with IE6 it works perfectly. IE doesn't open the web folder and I get a "My Computer" window opened instead. I managed to bypass this behaviour by openning the Web Folder in an IFRAME, but still when trying to open a directory inside I get the same "My Computer" window. Please advise how to solve this issue. I have the same exact issue - IE can not open web folder - would you like to see the default view instead No - I want to open the folder not browse the website. Is there any fix for this Even with Offic ...Show All

  • Prabagarane VNC and Session 0 Isolation

    Hello, I am the author of Bozteck VNCScan Enterprise Network Manager . I am a bit concerned about the new session 0 isolation in Vista. When VNC is installed to a Vista computer as a service, it is locked into running at only session 0 and that is pretty much useless for what it is designed to accomplish. In session 0, you can not remote control the computer or even get a remote screen shot of it. Our software is relied upon by over 100,000 Network Administrators across the globe and I have heard many of them voice deep concern about moving to the new Vista platform if VNC will no longer work properly. RDP is not an option because it does not allow the end user to interact with or view what the remote administrator is doing on their PC ...Show All

  • Nicolas Navet Sandbox client-to-client

    Hi, it’s me again with a question. Is the WPF/E sandbox going to support direct client-to-client communication of binary data streams It’s for a web based collaboration solution including video chat and working together on shared documents of various types. regards immanuel No, no changes in this area. The communication stack relies on the communication stack that is available to Javascript/browser. -mark Program Manager Microsoft This post is provided "as-is" Hello Barak, thank you for the quick answer. With the server acting as a repeater for all the data (which is a lot when it comes to video chat or colaboration on other bigger data files) it quick ...Show All

  • kitnos FontFamily property on TextBlock does not work.

    I have the system font "Times New Roman" installed. The following XAML renders in a sans-serif font, not Time New Roman. When I access the FontFamily property of the TextBlock, "FontFamily" is returned. alert( "The FontFamily is: " + textBlock.FontFamily); shows "The FontFamily is: FontFamily". < Canvas xmlns = " http://schemas.microsoft.com/client/2007 " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml "> < TextBlock x:Name = " michael " Canvas.Top = " 93 " Canvas.Left = " 93 " FontSize = " 16pt " FontFamily = " Times New Roman;Serif " Foreground = " #FF5A5A5A " Text = " Michael S. Scherotter " /> </ Canvas > Please advise, Michael S. ...Show All

  • Sergey Volk SqlTrackingService Beta 2 Lab 03 exercise 2 failed

    In WF hands on lab 03 ex 2, after I added the SqlTrackService, the workflow instance got aborted. I added event handler for ServicesExceptionNotHandled, it is not called. Without the SqlTrackingService, it works fine. Workflow got completed. Comment out SqlTrackingService and add SqlWorkflowPersistenceService, the program finished with each workflow persisted and completed. But I did not see any data in the database. In all the cases, there is not exception catch by ServicesExceptionNotHandled hander. The database seems OK. If I change the connection string, I will get exception "Can not connect to database". Any one have solution for this Thanks, #region Using directives using System; using Sy ...Show All

  • drinkwater Markup with ComposityActivities

    Hi, I have the following scenario: I have a custom activity named BaseActivity. This acivity has a DependencyProperty string name. I have a custom activity named ComposityActivity. This activity is a sequential activity which has two child activities: BaseActivity and CodeActivity. I create an instance of ComposityActivity and I set the property name to "Test", then I create an instance of SequentialWorkflowActivity and I add the instance of ComposityActivity. When I use WorkflowMarkupSerialize to write a XOML representation of the instance I lost que value of my string because it write something like: <SequenceActivity x:Name="SequenceActivity" etc...> <ns0:ComposityActivity:Name="composityActivi ...Show All

  • SOTY_Programmer Antivirus for windows 2003 R2 64 bit

    Hi, I am using windows 2003 R2 64 bit trial version for evaluation purpose on a desktop machine, if we are able to deploy our application (ASP.net 2.0 based web application) and there is a significant boost of performance than we’ll use it. One issue we are facing is no antivirus is working on windows 2003 R2 64 bit , and I don’t have a budget to support antivirus server purchase during evaluation time (i.e. less then two months) , Could anybody tell me some free / trial antivirus which work with windows 2003 R2 64 bit . I dont need an antivirus server , all I need a product to make one desktop running windows 2003 R2 64 bit secure . Thanks a lot, Samant PS: I tried to locate a forum for windows 2003 R2 64 bit but ...Show All

  • AugCampos WTSVirtualChannelOpen is failing for Vista

    Hello There, Need your attention on a small issue. WTSVirtualChannelOpen is failing and the GetLastErrorText returns “incorrect function” for Vista( RC2 and latest nov 17 ultimate release for developers). I tested this from both, 1. within an application in the user context, 2. as well as a service in session 0 on Vista. Fails in both the cases. This API returns a valid handle for XP / 2k3 and below. In Vista, as expected, the session ID of the application in which I use this call is Non-Zero. i.e. 2 or 3 or above. Whereas, in XP or 2k3 etc. the session ID is 0 because I run this application in the console session. Thanks, -dchawla. ...Show All

  • cookieCutter Activity.DesignMode true when initializing the workflow

    Hi all I am working on a custom Activity which implements switch functionality. I am going to implement validations which involve Reflection to check if the case value suits the switched object (binded to a workflow property). So I don't want those validations executed on runtime. I tried to place the validation logic inside an if(validatedSwitch.IsInDesignMode) block where IsInDesignMode just exposes the protected activity property DesignMode. But it appears that prior to execute the activity, WWF initializes it and meanwhile the DesignMode property returns True. And that is when the validator is called. Any ideas how to distinguish the [real] design mode from this [fake] one would be highly appreciated. Thanks. ...Show All

  • NeilSt Function Discovery

    Where can I find a working sample of using Vista Function Discovery The sample in the latest SDK does not build. Thanks, Kevin Weird. I got a notification of a post on this thread from Kristina. But when I went to look at it, it was not there. Then I posted a message like this (about it not being there) and it appeared. I immediately went to delete my post, and after I did, Kristina's message disappeared as well. I hope it comes back after I post this... Yeah, I know how it goes. Glad you didn’t give up. J In [Program Files]\Microsoft SDKs\Windows\v6.0\Include I see: Functiondiscovery.h Functiondiscovery.idl Functiondiscoveryapi.h Functiondiscoveryapi.idl Functiondiscove ...Show All

  • zppro Windows Vista Media Center SDK

    I would like to down load Media Center SDK to intergrate an application into the Media center where can I find this Hi all, I have an Acer Aspire iDea 500 equipped with Win XP media center edition, where can I find the Windows Media Center Software Development Kit for Windows XP I have to develop applications in XP environment... I have only found the SDK for Vista...but I need the XP SDK. Thanks Manu There has been an updated version of the Media Center SDK for RC1 posted on connect.microsoft.com at https://connect.microsoft.com/windows/Downloads/DownloadDetails.aspx DownloadID=2933 Hello, I checked the WEB the library Microsoft.MediaCenter. ...Show All

262728293031323334353637383940414243

©2008 Software Development Network

powered by phorum