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

Software Development Network >> Windows Vista

Windows Vista

New Question

Adding a filter to the graph builder
changing rectangular forms to ovel forms.
Automatic Binding Validator
Change Design Surface Background Color
VuMeter
Rehydrating instances persisted in previous execution
How to delete a registry entry
New Sample: Simple STS
batching : IPendingWork.Commit
Using a Parallel activity in a custom Composite activity (Beta 2)

Top Answerers

Amid
jessicalegazpi
StriderIRL
Carl Daniel
nlarkjason
paulGanesh
cmsmith81
Scottzxcv
Caliendo
BrettDerry
sitemap
Only Title

Answer Questions

  • David_Reynolds Designer unable to load .xolm files

    Hi, I am trying to add a Sequential Workflow with definition expressed as Xaml and user code in a separate code file but due to some unobvious reasons it is not showing up in the designer,Can anybody help please The problem has solved mystically :) The single change I have done is installing Ajax dlls which have no relation to WWF Anyways , thanks to everybody who answered this thread Let me describe the steps Create a new workflow console application Add a new workflow file (Try.xoml from the available templates) Now what i can see is only two files , try.xoml and Try.xoml.cs There is no design view available and this what the problem is ...Show All

  • Sequel2k5 Accessing HKLM from a vb6 exe that calls a .net dll

    Greetings! I have a vb6 exe that calls a .NET 2.0 dll. The dll needs to write to odbc settings. If run as an admin this fails with the exception: that I am not allowed to access HKLM - this is expected. What is the best way to gain write permissions for the dll I read about manfiests, and created the following manifest for my dll: < xml version="1.0" encoding="UTF-8" standalone="yes" > <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="MyLibrary.Common.Database.Tools.PowerTool.Library" type="win32"/> <description>This applicatio ...Show All

  • Sharma Problem with custom CallExternalMethodActivity

    I have successfully implement a local service allowing me to pass parameers into the workflow. Now I want the workflow to return data. I have created a custom activity derived from CallExternalMethodActivity. I have followed the example as outlined at http://windowssdk.msdn.microsoft.com/en-us/library/ms734768.aspx . I then added the custom activity to my workflow. I attempted to then bind the data property under the Properties of the activity. It is here when I receive an error. Could not bind property "ReturnData". Object of type "System.Workflow.ComponentModel.ActivityBind" cannot be converted to type "System.Collections.Specialized.IOrderedDictionary". NOTE: it still creates the property bindin ...Show All

  • AamirHabib OTP: Vista Beta 2 5384 x64: black - blank screen problem

    Hi everyone. I have a problem with a new installation of Windows Vista beta 2 build 5384 x64. After the installation the PC booted in normal mode, but I see only a blank screen without any cursor or information. I am able to boot into safe mode (I managed to install the nVidia 88.61 from there) and log on, but when I reboot into normal mode I can't see anything appearing on screen. I also tried to manually update the driver from the Device Manager in safe mode and nothing. I tried even to boot in "Allow unsafe drivers to load" but no gain. Here are my specs: Athlon X2 4800+ 2 GB RAM MSI K8N Diamond 2 GeForce 7800 GTX (SLi config) 2 Seagate Barracuda (300 GB each) Thanks!! These forums are for v ...Show All

  • A kid WPF New File option in VS 2005

    Hello, I need help in this matter. I installed the SDK for FWP/E but when I try to open new project in VS 2005 i do not have the choice for WPF/E Can you please let me know how to fix this After installing the SDK open the C:\Program Files\Microsoft SDKs\WPFE\Tools folder and run WPFEVSTemplate.msi. After you install this you should see WPF/E Javascript Application under My Templates under Visual C#. ...Show All

  • JN5943 Tracking and Persistence Service

    Hi, I tried adding the SqlTrackingService and SqlPersistenceService to my runtime. I have two databases one for tracking and one for persistence When I add only one of there service, I am able to see the entry in the database, but when I have both the services added I do not see any entry in the database. This is what I am doing. string connectionString = "Initial Catalog=PersistenceDatabase; Data Source=localhost\\SQLEXPRESS; Integrated Security=SSPI;" ; SqlWorkflowPersistenceService persistence = new SqlWorkflowPersistenceService (connectionString); workflowRuntime.AddService(persistence); string trackingConnectionString = "Initial Catalog=TrackingDatabase; Data Source=localhost\\SQLEXPRESS; ...Show All

  • JLutz Writing to Global Shared memory from an Application in Vista.

    Hi all, Global shared memory is created by a service which is used by my user mode application to communicate with the service through global mutexes and events. This as of now works well in Vista RC1. 1) Are there any restrictions that an application should not write to global shared memory already created by service This application does not has any elevated privileges. 2) Can application created global named objects like event and mutex Again the application is running under a standard user privilege and not as admin. 3) Can a 32bit application on a 64bit machine get interfaces to a 64bit Local server COM object Is there any special processing required in the 32bit app or in the 64bit local server COM object. Regards, ...Show All

  • arkiboys Windows WorkFlow: Created my project exactly as OrderApplication sample and still I get below error

    Activity 'handleExternalEventActivity1' validation failed: ExternalDataExchangeAttribute missing on interface ResWFService.IResWFSer h:\Personal\Visual Studio 2005\Projects\ResWFWin\ResWF\Workflow1.cs Did you decorate the IResWFSer interface with the ExternalDataExchange attribute Yes. Problem has been Resolved by commenting below line <Import Project="$(MSBuildExtensionsPath)\Microsoft\Windows Workflow Foundation\v3.0\Workflow.Targets" /> Thanks for your help. ...Show All

  • Rizzlers Running old DOS applications in Vista

    I have a client who needs to continue maintaining their old DOS application for a few more years and it must be accessible from their PC's as customers call in. Will they still be able to run this application on their Vista Business or Vista Premium Editions It might not need to run elevated. There are other steps you may be able to apply short of running elevated. LUA Buglight is capable of analyzing 16-bit DOS and Windows applications for admin-access ("LUA") bugs, and the "Fixing LUA Bugs" series of posts on my blog applies to Vista as well as to XP. Hello LANengineer, Being a 16bit application it will not run on 64bit editions of Windows Vis ...Show All

  • Richard Meijer starting application from setup - not as administrator

    Hello all: When my application is run for the very first time at the end of the installation process, it is running as administrator, because the setup itself was automatically detected and elevated by Vista. Is there any option to run it from setup at usual (medium) privilege level I have tried manifest with requestedExecutionLevel of asInvoker - to no avail. TIA OTNS I think of it this way - if you had an .msi installer, would you see the shield I'm kind of curious about this install-time service approach. If the user is a 'standard user,' runs the admin app (providing credentials for an admin user) does the service produce an app running as the or ...Show All

  • jsmartfoster OnLoad event

    I'm trying to create the a WPF/E control and hook up a some events after it has loaded it's XAML. I've trying a zillions of ways to hook up the onload/onloaded/loaded event (or what ever it is called - the doc is not too clear on that), but no luck. I'm also confused on whether I should hook the event to the host or to the WPF/E Control Basically here's what I'm trying to do: this ._host = new agHost( this .get_element().id, // hostElementID (HTML element to put WPF/E control into) this .get_element().id+ "_wpfeControl" , // ID of the WPF/E ActiveX control we create this ._width, // Width this ._height, // Height this ._backColor, // Background color null , // SourceElement (name of script tag containing x ...Show All

  • oneforall2012 Active Directory Synchronizing into ADAM

    I have an application that requires AD schema changes that my AD folks are concerned about making. The fact that they would need to be made to multiple AD implementations adds to the problem. I am considering using ADAM as the directory for my application and then synchronizing these multiple AD implementations with one instance of ADAM. Thoughts This forum is for questions related to Windows Workflow Foundation. I am not sure exactly which forum you should ask the question to, you can always try Where Is the Forum For... . ...Show All

  • Majd Yafi Rehydrating instances persisted in previous execution

    Hello, My project is similar to expense reporting. Someone sends an order, it is stored into a list in memory, and then the workflow waits for an event (Reviewed). I've just added the default SQL persistence service and it works fine. I've subscrived to the idled, unloaded, persisted and loaded events and I see that once it receives the order and it starts waiting for the reviewed event, the instance is unloaded, and once the event arrives it is rehydrated and completed successfully. What I want to do now is: say I start the host, and I receive 2 orders. One is reviewed and accepted, so its removed from the persistence database. The other isnt, so its still kept inside the DB. Then the host closes. Later, the host is re-opened a ...Show All

  • RolandKlein How will I bind user interface with each step of workflow (asp .net)?

    I am developing project about Petition System. My problem is when user login , their level different depend on user-level and each webpage display different depend on user-level , too. How I must bind each UI with each user-level And I must use which activity . I develop by ASP.NET. Thank you. I think StateMachine workflows serve very well for page flow control scenarios in ASP.Net Take a look at this post for links to useful sites: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=981174&SiteID=1 Note in the MVC architecture, such a WF only serves as the Model to drive the application. Thanks, Vignesh ...Show All

  • nglow A basic question about WF, plz help me

    Hello, I have been learning Windows WF recently. But I've got a big block at the beginning. I want to develop an overtime management system. And it’s a long flow system,I think. I create 2 projects. One is a web project, the other is Squence Workflow Library project. My expectation is: 1. One user logs in this system and submit his overtime application in apply.aspx. 2. System sends a mail to the user's supervisor, in which is a message and a url which links to audit.aspx flowid= . 3. The supervisor receives the mail and clicks the link, by which he logs in the system and finds this application according to flowid And …. … My question is how to keep the workflow running in the memory. I think when I access this system, the workflow instan ...Show All

131415161718192021222324252627282930

©2008 Software Development Network

powered by phorum