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

Software Development Network >> Windows Vista

Windows Vista

New Question

How to schedule workflows (e.g. start every day at 2pm)
CoCreateInstace with low privliges
Newby questions
how to restart workflow runtime after IIS restart
DVDR-DL fails on write from data, but not from image
Validating a running workflow
What is the vision for XOML only workflows?
Retrieve value of workflow parameter from host
IMpeg2Demultiplexer Problem:
Sample code for calling a workflow from asp.net

Top Answerers

knikki98
Jina
JDavide
Harald Köstinger
dror_y
MrJP
Malleswar
Nishant Sivakumar
Zadoras
GavH
Topix: Classical
Only Title

Answer Questions

  • KSK dsnetwork problem

    I am having problems programming the dsnetwork interface in my application. Strange errors show up and its help on msdn is totally messed up. Firstly, I wanna ask about the IID_IMulticastConfig. Where is it defined. I have added the dsnetifc.h as well but to no use, I cant find the CLSID for it. I hope someone here has worked on DsNetwork. I really need help on it! I think I have got it: CLSID IID_IMulticastConfig; CLSIDFromString(L"{1CB42CC8-D32C-4f73-9267-C114DA470378}", &IID_IMulticastConfig); Define IID_IMulticastConfig as follows in the program and it'll work. Just to let anyone know if you get stuck in the same pit. Yep, I have included the st ...Show All

  • anarcosta About SetIpForwardEntry2 and CreateIpForwardEntry question?

    Hi All I want to create IPv4 route entry on Vista. I used SetIpForwardEntry2 and CreateIpForwardEntry2 functions to add a new IP route, but they don’t work. Does anyone have any easy examples for me to program Thanks. ...Show All

  • laja Custom State Activity with Custom Designer

    I have a custom activity which inherits from StateActivity. I implement my own FreeFormActivityDesigner and override the OnPaint event. When using a the state workflow designer either in VS or the re-hosting example the OnPaint event gets called and the shape is correctly painted while dragging the shape to the designer surface. However after dropping the shape it is not rendered even though the properties show up in the property sheet. I have looked at the FlowChart custom designer code but I must be missing something. If I drag and drop the shape in a sequential workflow it renders just fine. Any help would be greatly appreciated. smc750 Ok. But I think that, if the StateDesigner class was public, the work will be more s ...Show All

  • jcedwards Windows Mobile 5 and DirectShow StillImage Capture. Any Advice/Tips?

    Hi All, Unfortuantely I'm not a C++ developer but I dable with it when the need arises and a need has certainly arisen. I have a .NETCF2.0 application targeting a WM5.0 PPC device. I want this application to control and use the devices built in camera. Now this has been a hardware specific thing and difficult to code, until now. I have looked at using the .NETCF2.0 Managed Camera API that wraps up the native SHCameraCapture() call in WM5. The managed code fails dismally but I managed to write an embedded C++ DLL that wraps up the SHCameraCapture() call and this works for me. Two problems with this 1) Its horribly slow loading, kind of unacceptable, the built in HP software loads a lot quicker. 2) The complete lack of control over ...Show All

  • JoseBonifacio Workflow Extensions RC5 not working?

    I have installed RC1 of the .NET 3.0 framework ok on my Windows XP x64 workstation, but the Workflow Extensions RC5 for Visual Studio 2005 don't seem to work. They install the SDK but no Workflow options appear in VS2005 The previous CTP (July) worked ok Hi there, I have recently failed into the same issue. So after I have installed the SDK, I went to <windows folder>\Microsoft.NET\Framework\v3.0\Windows Workflow Foundation\ and started the WF_3.0_x86.msi and it added the Extenstions to Visual Studio. Hope this helps! tanks ... finally works. Can anyone explain this Paulo Aboim Pinto Odivelas - Portugal If you run the MSI for the WF extensions from the same directory where you ...Show All

  • Folyjon Task Scheduler

    I have a problem using the task scheduler from an application in Vista(RC1). I'm able to get the task scheduler object but when I try to activate the specific task I get 0x80070005 (access violation) the code to where the application fails is included below. Does anyone have any idea why this doesn't work in Vista (Works just fine on 2000/XP) Also note! This application is complied ti a Control Panel applet (cpl-file) Code extract:       HRESULT hr        = ERROR_SUCCESS;    bool bReturn      = false ;    HRESULT phrStatus;    ITask *pITask;    LPCWSTR lpcwszTaskName;      // Initiali ...Show All

  • Chimme Capicom to CryptoAPI

    Hi I want to leverage the cryptography support in Windows for Digital Signatures. It is easy in XP and lower versions. I simply use the Capicom API. However, Capicom is not going to be supported for Vista [http://msdn2.microsoft.com/en-us/library/aa375732.aspx]. Is there any other API which will replace Capicom or I will have to use the Crypto API directly. If so, then any pointers/examples would really help. Also, do I need an MSDN license for this. Thanks Govind Pandey ...Show All

  • Attila Fogel AGHost.js Strategy

    I've been looking into how aghost.js works and I am curious about something. I like the strategy that YouTube and their ilk use for allowing visitors to embed their player in your site and wonder if the Dev Team could explain why this same strategy isn't used in WPF/E. This works with WPF/E: <object id="theHost" width="400" height="400" classid="CLSID:32C73088-76AE-40F7-AC40-81F62CB2C1DA"> <param name="Source" value="plugin.xaml" /> <param name="BackgroundColor" value="White" /> <embed id="theHost" width="400" height="400" pluginspage="http://go.microsoft.com/fwlink/ LinkID=77792& ...Show All

  • ALFKI Package Load Failure after installing VS Extensions for Workflow

    I saw this problem during the WF betas, but now I have a new machine with a clean install of VS2005. I installed the ".NET Framework 3", "Windows SDK for Vista", and then the "Visual Studio 2005 Extensions for Windows Workflow Foundation" (in that order). After installing these components, I receive the following error when I open Visual Studio: Microsoft Visual Studio Package Load Failure Package 'Microsoft.Workflow.VSDesigner.DesignerPackage, Microsoft.Wirkflow.VSDesigner, Version=3.0.0.0 Culture=neutral, PublicKeyToken=31bf3856ad364e35' has failed to load property. ... Would you like to disable loading this package in the future You may use 'devenv /resetskippkgs' to re-enable package loading. ...Show All

  • forwheeler Storing WF-Data into ORACLE DB

    hi, can anybody tell me how it works to store data from a workflow into an ORACLE DB-tables Is it as easy as storing in MS SQL Server thanks, bg Thanks Daniel and Tom for your helpful answer! As Daniel mentioned you will need to create a custom persistence service. The post here should help you get started. Hi, By WF-Data you mean store workflow instances into an oracle database If is that what you want, you can create a custom persistence service: http://msdn2.microsoft.com/en-us/library/ms741725.aspx Good luck. ...Show All

  • thereisnomike about wwf

    I installed wwf(beta2.2),but when I create a project in vs2005,a waring shown. The msg is : cann't find "SequentialWorkflowActivity" but I have add the System.Workflow.Activities.dll Thanks ! Unless you have a specific reason to install our beta 2.2 version, like the version of Office 2007 Beta, you should probably be using the latest build. Links can be found in this post for installing it. If you can’t upgrade can you go to the gac and give me the version numbers for System.Workflow.Activities.dll and Microsoft.Workflow.VSDesigner.dll. To get to the gac go to Start / Run and type assembly. Find the assemblies, right click on them and click on the version tab. ...Show All

  • Rathish P S DLL registration fails on Windows vista

    Hi, i am in process of upgrading a DLL application from VS 2003(Windows 2003) to VS 2005 on Windows vista platform. There is a post build event for registering the DLL. This fails with error code "0x80070005". When i try to register this DLL through command prompt, it fails with the same error code. With reference to all forum discussions, i disabled UAC on vista and tried registering the DLL through command prompt. This time it fails with the error code "0x800703f2". There is absolutely no way i can find out about this new error code on the net. Can somebody help me resolve this P.S. : i am running VS 2K5 as an administrator and also i have administrative privileges for my login. Thanks in ...Show All

  • SIYER Error while running the Sharepoint Products and Technologies Configuration Wizard

    I tried to install MOSS 2007 Beta. I installed all the pre-requisites also. The WSS is getting installed successfully. But when I am trying to run the "Sharepoint Products and Technologies Configuration Wizard", it throws an FileNotFoundException. Can anyone help me in this regard Thanks Michelle. I will go and post in that sharepoint community. Hiya Syed You are in the wrong forum - this one's for WF not Sharepoint. Your best bet for getting answers to SharePoint 2007 beta installation issues are the Office beta newsgroups. You can also try one of the main SharePoint newgroups on http://www.microsoft.com/sharepoint/community.mspx . Members of the SharePoint team do spend time on those newsgroups an ...Show All

  • twospoons WPFE on Office Live

    Has WPF/E been tested on Office Live I have added the HTML to a page and IE 7 hangs when I navigate to it: http://charettelabs.com/wpfe.aspx Michael It locks up my IE6 machine as well, only after showing a script error of some sort. I downloaded the code and I will try to run it locally. My guess is that running inside an IFRAME with a deferred script might be messing it up. My guess is that this is an Office Live'ism, but I am not sure. If I find anything interestign in the script i'll let you know here. Looks like you are searching for an element named "textspan" in the jscript that I cannot find. I think the issue is with the HTML surrounding the WPFE, not the WPFE. I got the xaml to display, but it didn' ...Show All

  • Tryin2Bgood Inconsistent File System Enumeration with FindFirstFile / FineNextFile

    I'm working to get a commercial application to run on Vista. Among the many broken things, the first one I encounter is a crash due to a stack overflow due to a recursive function that goes bad. The app enumerates files in various places using FindFirstFile | FineNextFile in a recursive function (C++). I'm using retail Vista Ultimate with VS 2005 sp1 plus the VS Vista update beta. What I see in the debugger is that when I start out enumerating drive "c:", I come to the "Documents and Settings" folder and recurse into it. When I get to "c:\Documents and Settings\All Users\Application Data", FindNextFile then returns "Application Data" over and over again and I recurse into "Application Data&qu ...Show All

707172737475767778798081828384858687

©2008 Software Development Network

powered by phorum