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

Software Development Network >> Windows Vista

Windows Vista

New Question

Unable to debug workflow
How to handle instance state of old version workflow?
Getting a Device Context to call ExtEscape?
Error: The calling thread cannot access the object because different thread owns it
Can you instantiate a different Workflow by using a Custom WorkflowLoaderService?
IfElseActivity built within ActivityToolboxItem (Designer Drop)
System.Transactions and MSDTC
Transactional persistence of multiple workflow instances: pooled connections maxed out
Application reports OS Major version of 5 when compiled
CertEnroll.dll vs XEnroll.dll

Top Answerers

BJohnKenn
dnheys
su45937
Nick Hertl
Muhammd Jassim Munir
Lehmberg
PureVision
Whoisit
yog_23
Chips_in
sitemap
Only Title

Answer Questions

  • Liu Hua SHaring Data on PC and across the Local network

    So after about 30 setups my application actually installs on windows vista now. If you haven't tried to install a database on vista yet that can be shared amongst 2 or more users on the same machine you just haven't lived <g>. Its really fun! If you want a fun test, try to take a simple microsoft access database and install it on a windows vista machine so that 2 users can read and write to it. Despite days of work, hours of cussing and many posts on the msdn forums with other angry developers with this same issue, we actually managed to get this to work. We placed our database in a subfolder of the system defined Microsoft Common Application Data folder (CSIDL_Common_AppData) like so c:\programdata\[applicationname] ...Show All

  • Tanmaya Is the explorer's general layout will change between Beta 2 and final version ?

    Is the explorer's general layout will change between Beta 2 and final version Hi ! I'm a webdevelopper and i'd know if the general layout of Vista's explorer will change. I'd like make a website with the exactly same layout and I must know if i can begin to develop my site now... I began a website based on XP's explorer but now, Vista will release soon and i think i will remake my project with Vista's explorer... See what i did : http://www.33xit.fr/mon_site_preview.jpg Thank you very much for helping me. JB. Anything can change. That's why it's a beta. Okay, thank you very much. ...Show All

  • macfarmw XPS Printing, Tray selection and InputBinCapability (InputBin) = Problem

    Hi all, thanks for taking some time to read this. I really hope that someone can give me a push in the right direction. Basically, when I print an XPS document I want to be able to select the papertray on a page by page basis. For example: My document contains 2 pages. The first page is a letter, and the second page is a cheque. I want to load my printer with plain paper in tray 1, and cheque paper in tray 2. When I send the XPS document to print the first page should be printed on paper from tray 1, and the second page should come from page 2. Currently, I have the following code: Dim oprintCapabilites As System.Printing.PrintCapabilities = myPrintQueue.GetPrintCapabilities() Dim value As System.Collections.ObjectModel.ReadOnlyCol ...Show All

  • mfischer4 properties parameter

    Hi, i have visual studio 2005 with .Net Framework 3.0 Reditributed Package and Visual Studio 2005 extensions for .NET Framework 3.0 could anyone tell me please why there isn’t parameter field in the property windows in my visual studio i can not set the parameter for workflow or activites, what could i do now manual set in- and output parameters in the workflow Hi, If you cannot see the parameter names among the list of properties try switching views - Alphabetical View, Categorized View..etc. These buttons are right on upper left corner of the properties window (alphabetical view button has a-z letters on it and categorized view is on the left of the alphabetical view button). When you switch to ...Show All

  • Santosh Kalkeri Multiple possible issuers

    Hi, Is it possible to request a certain claim, while giving the user a choice between multiple issuers For example: a relying party needs your name, and it has to be certified by organisationA, organisation B or organisation C. If it is possible, how does it look like in WS-SecurityPolicy Can you just add multiple Issuer-tags <sp:Issuer> <wsa:EndpointReference> <wsa:Address> http://schemas.microsoft.com/ws/2005/05/identity/issuer/self </wsa:Address> </wsa:EndpointReference> </sp:Issuer> thanks! No, currently you can not specifiy mulitple issuers. We are currently evaluating this for V.next However, you can opt to not specifiy the issuer, at which point the relying ...Show All

  • Fei-tian "wlanapi.h" results in compilation error in "l2cmn.h"

    I found a couple of threads with this problem, but they remained unresolved, so I'm trying again... I have the following installed: Windows Vista RC2 build 5744 Windows SDK 5744 WDK 5744 I'm trying to use "wlanapi.h", but including this file gives me this error: error C2061: syntax error : identifier 'dwDataSize' on this line: __field_bcount(dwDataSize) PVOID pData; What am I missing Thanks, OsLe Thanks Kayle, Actually I'm using VS.NET 2005... Could it be a one of the project properties maybe if your not using VS .NET 2005 it's impossible to your compilator to understand new keywords such as "__field_bcount". ...Show All

  • Peter Richard whats windows sideshow?

    what is it and what are its uses havent come across it anywhere :S Hi, Windows SideShow is a new technology in Windows Vista to allow external devices to display and interact with information distributed by the PC. The type of device or the way it the data is transported does not matter (bluetooth, WiFi, USB). The way the device displays the data also does not matter. A Windows SideShow gadget developer writes a gadget that can execute on these devices. The developer does not need to target a specific type of device but if the SideShow specification is followed then any Windows SideShow gadget will work on any Windows SideShow device. The Momento digital picture frame ( http://www.momentolive. ...Show All

  • F.Costa Transaction failed

    Heloo, has anyone any idea about this error loged in MsDtcCMErr.. log file 11-24-2006 13:07 51:541: CM Error Value = 0x00000005, Call to RpcEpResolveBinding failed, d:\qxp_slp\com\com1x\dtc\dtc\cm\src\iomgrclt.cpp (453) 11-24-2006 13:07 51:541: CM Error Value = 0x80004005, Call to SetRpcSecurity failed, d:\qxp_slp\com\com1x\dtc\dtc\cm\src\iomgrclt.cpp (533) 11-24-2006 13:07 51:541: CM Error Value = 0x80004005, SecureBuildContextWrapper call failed. This is usually due to security/network configuration issues., d:\qxp_slp\com\com1x\dtc\dtc\cm\src\iomgrclt.cpp (332)   Exception raised in the rpc call C_BuildContextW., d:\qxp_slp\com\com1x\dtc\dtc\cm\src\iomgrclt.cpp (607) 11-24-2006 13:50 34:764: CM Error Value ...Show All

  • Miles Kimball How to load xoml dynamically

    I want do load xoml dynamically, what I need to do I have finished the follow code.But when I build this code Workflow1.xoml <SequentialWorkflowActivity x:Name="Workflow1" xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/workflow "> <CodeActivity x:Name="codeActivity1" ExecuteCode="{ActivityBind Name=Workflow1, Path=codeActivity1_ExecuteCode}" /> </SequentialWorkflowActivity> Workflow1.xoml.cs namespace WorkflowConsoleApplication5 { public partial class Workflow1 : SequentialWorkflowActivity { public void codeActivity1_ExecuteCode(object sender, EventArgs e) { Console.Wr ...Show All

  • sanjeevm Multiple NTVDM.exe

    I work for a corporation(TimeManagement Corporation) that uses a 16 bit application that runs in the virtual dos machine. Two years ago Microsoft released a security patch(MS04-012) that caused each new 16-bit file to open in it's own ntvdm thus not allowing our 16-bit application to communicate with other files that it calls. We contacted Microsoft about this but it was not taken care of until we posted on a forum. They then released a hotfix(KB841559) to fix this issue. We are now having the same problem with MS Windows Vista and would like to know if we can get a fix for this issue to allow our program to be compatable again. No way to upgrade to a 32bit version Win3.11 code is really ancient, dont you ...Show All

  • Aamir Iqbal SQLTracking and Persistence

    Hi, At the moment, I can't make SQLTracking and SQLPersistenceService work together. Here are my situation: Situation 1 - SDK (v6.0) Sample : Technologies\Hosting\PersistenceServices When I run the Sample, it works ok, so I tried to add the TrackingService to it with the following VB.NET Code: Dim TrackingService As New SqlTrackingService(TrackingStoreConnectionString) currentWorkflowRuntime.AddService(TrackingService) I didn't write any code to add Tracking Profile yet. But this time when I run the application, it stopped at the line: Workflow is idle And then keep on wating. No persistence occur. Why Situation 2 - ASP.NET (State Machin Workflow) I have an ASP.NET page which start the workflow l ...Show All

  • khld Help me set up .NET 3.0 development on virgin PC

    Oh, the combinations I've tried...! I've got a new PC, fresh install of XP Pro SP2. I ran through the recommended steps with the goal of running the WCF Getting Started sample project, but have failed to get it to run without error. I suspect an IIS configuration problem, but will start all over again from the beginning. Here's the steps I'm going to take (using the June CTP) in yet another attempt. Can anyone make corrections 1. Install IIS 5.1 (from Control Panel | Add or Remove Programs | Add/Remove Windows Components) 2. Install .NET Framework 2.0 from http://www.microsoft.com/downloads/details.aspx FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en 3. Install Visual Studio 2005 (120 day trial version) from the CD I sent ...Show All

  • FerdBirfel How to produce Activity's Shape in Visio?

    Hi all, I find Microsoft Visual Studio 2005 Extensions for Windows Workflow Foundation\Themes\ VisioTheme.wtm file is EXIST.Ask whether this document does use for to produce Activity's Shape in the Visio That HighContrastTheme.wtm Hi Jon Flanders, How can you tell me to gain Activity in Toolbox and in the Designer surface picture Or it has in DLL as the Embedded Resources Chris - you need to add ToolboxBitmap attribute to your activity. Its a theme to make WF look more like visio inside of visual studio. ...Show All

  • wakawaka54 how to read the buffer displaying data in a rich text box to display it in a simple text box?

      The sample im using is communicating with an optical thermometer by rs232. How can i read the values and display them in a textBox instead of displaying them in a richtextbox I have already tried: textbox.text=data; But its not working...The compiler throw me a threading exception. This is the code used to display the value into the richtextbox: private void port_DataReceived( object sender, SerialDataReceivedEventArgs e) { // This method will be called when there is data waiting in the port's buffer // Read all the data waiting in the buffer string data = comport.ReadExisting(); // Display the text to the user in the terminal Log( LogMsgType .Incoming, data); ...Show All

  • scharland ICredentialProvider

    Did anybody make a successful user logon using the new ICredentialProvider interface My credentials are displayed, but I can't make them to logon. And what worse - after 20 or 30 seconds, the winlogon crashes completely with no recovery possible excepting hardware reset. I thought I basically did something wrong and decided to wait for more detailed documentation or some sample code. But MS doesn't seem to put too much effort on improving their SDK documentation and I also found that at least one other programmer has the same problem: http://msdn.microsoft.com/newsgroups/default.aspx query=vista&dg=microsoft.public.platformsdk.security&cat=en-us-msdn-windev-winsdk&lang=en&cr=US&pt=&catli ...Show All

262728293031323334353637383940414243

©2008 Software Development Network

powered by phorum