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

Software Development Network >> Windows Vista

Windows Vista

New Question

Starting a WF from a WF
Documented procedure for Creating Managed Cards
i need .Net Framework 3.0 in my web server
Design questions for payment system (timer)
ignore state machine events
How Vista detects antispyware or firewall from third-party firms?
Virtualization folders
Error shown in SUA for OpenSCManager
MS .NET SDK *.img download - install problems
Help, Persistence not working!

Top Answerers

LogoC
stombiztalker
DavidSB
tm9t9
ksona
robinjam
sanaku
Mikkel Christensen
Evan Mulawski
Nathan R
sitemap
Only Title

Answer Questions

  • Australian Sewing Machine Co. Use the Width/Height of parent object in XAML

    Is there a way to make an object use the width and height of its parent without having to manually assign the same width and height values For instance, if you have a Canvas sized 100 x 100 and then you add a Rectangle to that Canvas, can you make the Rectangle automatically give itself the size 100 x 100 Maybe something like: <Canvas Width="100" Height = "100"> <Rectangle Stroke="Black" RadiusX="5" RadiusY="5" Width="*" Height="*"/> </Canvas> No, not in WPF/E. You will need a Grid or Flow panel that the full WPF has. -mark Program Manager Microsoft This post is provided "as-is" ...Show All

  • NastyMatt Where is IIS in Vista 5219?

    I had installed Vista Beta 1 and as it should be, IIS was not enabled by default. In Vista 5219, I don't even have the service listed "World Wide Web Publishing Service." Am I missing something Where is it I can't do Indigo development without it. hey its quite funny , i dont even see "windows features" in my programs list : O how do i fix this problem and how do i get an IIS on my vista thx This is very helpfull tip, Thanks for posting it Yip, Thanks, found it. Typical MS - have to change everything ;) I ran into this issue too. My issue was finding add/remove programs. It has been moved to Programs > Windows Features . Hope that helps. It ...Show All

  • mamo How to get color scheme name?

    I'm looking for Windows API function to get the color scheme name on Vista. GetCurrentThemeName() function is not good because the filename returned is the same for both Windows Aero and Windows Vista Basic. But I need something to know if the color scheme is Aero or Vista Basic because I'm doing different things based on the color scheme. Thanks! I'm OK on the fact that there is one color scheme for both. But there is 2 different entries in the list. So, Vista, should store somewhere the selected value, am I right Thank you to taking the time to respond. Could you confirm the list below: Color Scheme -- Composition Enabled =========================== Aero -- True Basic -- False Classic -- False Standard -- False ...Show All

  • odv Problem with the sample "ASPNETWithPersistenceAndTracking"

    Hi All, I'm studing the sample "ASPNETWithPersistenceAndTracking". It is really a great sample. But everytime when I restart my IIS server (using "iisreset" in the command line), the previous persisted workflow instances cannot be fetch back in the "Tracking" service. Below is the error message when I clicked the instance GUID in the "default.aspx". Have you also encounter such problem Pls kindly advise. Thanks. Server Error in '/TestApp' Application. Take a look at this post for the answer. Thanks. It is now working. ...Show All

  • Ted12893 WWF Persistance Status

    I have a workflow which having a while loop inside that I have an activity called Handle External Event, which will receives inputs from some windows application. When ever inputs come I used start a workflow and load the workflow for current situations. I have situations like, some time I have to hold the current workflow instance (dehydration) and start new workflow instance. WF internally updates the workflow persistence details into Workflow – DB. When ever workflow executes, I have to store the input values into my application database. So I am calling a database call( call to Data access Layer) from my External activity. The problem I am facing is after updating my application database workflow is not at a ...Show All

  • daniele bonini Missing Persistence Schema RC2

    I have installed the most recent release canidate for windows workflow. I went to add the default persistence service to my workflow and discovered that the schema files do not exist on my computer (in fact in the C:\WINDOWS\WinFX\v3.0 directory, there are only two folders WinFX Runtime Components 3.0 - Beta 2 and WPF and both are empty). I have installed the RC on 3 machines, and all three are the same, so I don't feel reinstalling will fix the problem. I have tried the installer that came with the labs (in C:\Windows Workflow Foundation\Labs\SQL_Scripts\Lab03 I ran CreateDatabaseObjects.cmd) and the installer did not work. I got "0sql is not recognized as an internal or external command, operable program or batch file." Does an ...Show All

  • Paul Diston Persisting a workflow containing the EmailActivity

    Hi, I used the EmailActivity in my workflow then I added the persistence service. My workflow get terminated when I start it with this exception : Exception {"Type 'System.Net.Mail.Attachment' in Assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not marked as serializable."} System.Exception {System.Workflow.Runtime.Hosting.PersistenceException} The EmailActivity could not be serialized !!! Is there any way to do that !! Thanks in advance. Sorry it's the Send Email Activity I got it from here Send Email Activity maybe they are the same And thanks to Matt I didn't mind that the issue was already threaded. ...Show All

  • XNA-Mordt 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

  • Montse WWF , BPEL , BP workflows

    Hello, Does WWF support the BPEL Standard dor workflow. My point of view is that it 's difficult or complex to build Business Process with WWF. It's not adpted for this issue. I think it's more generic than BP workflows. Can You help me by some some explainations about this issue. Thanks in advance Thanks Povan for this link, but really I don't find exactly answers for the questions in my mind.or may be I don't understand well . Can you give me more explaination. Thanks I seem to remmber a webcast in which this issue is amplified and explanied in detail I think you should check webcasts or any one in this group point that. For your query that " does ...Show All

  • Wee Bubba BDA with DVB-T

    i have a dvb-t card. and i want to write a program which can view the tv show and capture it in to stream. i found the sample in directshow (bda) , but it works with ATSC i have rewrite it but i don't know witch the flow is write . cause that i can't run correctly in grapedit . microsoft dvbt network provider --> dtv-dvb mantis dvbt bda receiver --> mpeg-2 demultiplexer --> inter video video decoder --> video renderer can anyone show me how to try it . <bda network privoder dvb-t> -> <tuner device> -> <file writer> , it can be run and capture down the full stream , but i should start another tv program and closed it, then i can capture the tv ...Show All

  • Pure Krome Writing to HKLM

    I'm using the RTM release of Windows Vista and testing my application to see if it will run on Vista as a standard user. I'm seeing some strange behaviour and I'm wondering if anyone can help me figure this out. My application writes some data to HKLM\Software. I was expecting to see this write getting redirected to the VirtualStore when running as a Standard user. However, that does not seem to be happening. My app is able to write to HKLM\Software. My app is not running with elevated privileges and Virtualization is ON. I even tested my app with the Standard User Analyzer tool thinking it would possibly show me some errors when writing to registry but nothing showed up there either. Strangely enough, I see the same behavior when running ...Show All

  • Jalf Anyone has latest Vista-specific version of <SDDL.H> Windows header file?

    I am looking for the latest version of the Windows header file <sddl.h> that contains cnstants related to Vista's Mandatory Access Control and to Process Isoation. Does anyone have it or knows how to get it Is such file available from Microsoft The speciifc definitions I am looking to get from this file are: * String constants to construct SACL ACE for Mandatory Access Control * Constants like SDDL_IL_LOW, SDDL_IL_MEDIUM, SDDL_IL_HIGH * Any SDDL ACE declarations/definitions that might be related to the activation of running COM/DCOM servers from various Integrity Levels I'd appreciate any help, Thank you, Matthew! Hello karen_tgha, sddl.h is included with the Windows Vista SDK and is located in C:\Program Files\Micr ...Show All

  • fozgirl Microsoft Cautions Developers About Visual Studio/Vista Conflicts ?

    http://ddj.com/dept/windows/193100342;jsessionid=QVOCPBYPBOZZGQSNDLOSKH0CJUNN2JVN It means we cannot use Visual Studio 6.0 Is this True As if it would be that easy to migrate to new IDEs and OSs... it may well be. VS6 is already old and outdated...best to move to bigger and better things. You can use the FREE Express editions of .NET, with some limitation of course but not time constraints. About time you moved on up ;-) ...Show All

  • Prash1 ASP.NET and WWF

    Hi, I need to build anything like this :-) Scenario: 1) The user clicks in a button and start the workflow. 2) The workflow executes an activity and stop waiting for a action user. 3) In any moment the user access a asp.net page and list all workflows pendent and approve and cancel the workflow. 4) The stoped workflow is notified and resume the flow. I'm thinking in use the mechanism to save and track workflows in database, but I don't have idea about how to do this communication between asp.net page and workflow already started. May I to do it using events Thanks in advance. Andre Ok. thanks to your web activities i've managed to send email from wf when specific web page loads (i wonder if i could do the same ...Show All

  • J. Brian Missing include file stgprop.h

    Ntquery.h try to include missing file stgprop.h in the June 2006 CTP. As a workaround i've added storage property set definitions in it manually from the previous version of ntquery.h. HTH, Sergey. Still no idea Thanks for the info. We will investigate. The same problem still in the July 2006 CTP. ;] I'm seeing this too - in the RTM version of the SDK. Pretty bad... I have tried just commenting out the reference to "stgprop.h". That fixes the missing file error, but now our code cannot find includes for PSGUID_STORAGE or PID_STG_CONTENTS. And that's just for starters I imagine. PSGUID_STORAGE can now be found in "ShlGuid.h". I guess the integration of search into the shell ...Show All

383940414243444546474849505152535455

©2008 Software Development Network

powered by phorum