-
- passing parameters to a xoml workflow
by Okwatangen
- 3 Replies
- Last post
by Roman Kiss
-
I've been toying with xoml files for a while and I like that they're serializable so that I can decouple quite a bit.
I have one issue though,... I don't know how to pass that dictionary of string object to a xoml file. When I do it complains about not having the specified property, which is true since I don't know how to add it to the xoml in xoml-speak.
How can I define a Propert
-
- Double playbackrate with IReferencClock?
by GreenhornCoder
- 3 Replies
- Last post
by Geraint Davies
- HI, I have spend a lot time on this Problem but I am not able to solve it :( ...So you are my last hope. I have modified the Texture3d9 Sample from the PlatformSDK which renders a VideoFrame to a D3D9Texture. The Video now plays fine in my D3D enviroment. I can also double the playrate with SetRate(2.d), this also works quite fine if the PC is fast enough. OK now my Problem: I want to change the V
-
- using wcf transactions behind a NLB (Load Balancer) without affinity
by creaturita
- 4 Replies
- Last post
by creaturita
- Hello from Spain,
That is the problem. We are thinking about a SOA aproach in our huge project, we want to make a transaction with wcf through two systems that each are behind a nlb without affinity. How we could do that
Thanks
-
- My context menu shell extension breaks "Run as Administrator"
by BrentB
- 2 Replies
- Last post
by BrentB
- I just discovered that when my context menu shell extension participates in the context menu, the "Run as Administrator" entry in the system context menu stops functioning. I'm hoping someone can give me a clue what I need to do to resolve this. I assume it is a Vista security issue of some kind.
I have UI control over whether to activate the context menu. When it is toggled on,
-
- TransactionScope and SqlMemberShipProvider
by Waleed Yaseen
- 5 Replies
- Last post
by Waleed Yaseen
- I used TransactionScope to to update user info and roles in a single operation in an application cofigured to use sqlMembershipProvider and sqlRoleProvider
the code is as follows:
using ( TransactionScope trans = new TransactionScope ( TransactionScopeOption .RequiresNew))
{
Membership .Provider.UpdateUser(... );
if ( Roles .IsUserInRole(...))
{
Roles .AddUserToRo
-
- Sound Mixer Device
by Anonymous3423423
- 14 Replies
- Last post
by ladybugkc
- It says i have none installed, i have sound and my speakers are fine. Explain
-
- Can we Edit existing WWF through custom web application
by lalit.arya
- 3 Replies
- Last post
by Kavita Kamani - MSFT
- Hi All,
We are in the process of developing a WWF based dot net web application using Dot Net framework 3.0. We have come across some stumbling blocks and have browsed the net for some solutions but to no avail.
Following are the stumbling blocks we have come across:
1. How to display workflow file (XOML) in the front end The idea behind is to let the application adminis
-
- Product Identification Tool reading the wrong product version
by Falconne
- 2 Replies
- Last post
by Mo Nail - MFST
- Does anyone know where the Microsoft Product Identification Tool reads the version number of an installed product from I am trying to figure out why it is reading the wrong version number for our product (even though it finds the publisher name allright). The version set in the product's msi is correct and the correct version number appears in the "Support Information" for the product i
-
- How to get EVR surface?
by goata007
- 2 Replies
- Last post
by goata007
- if I'm rendering using VMR and QueryInterface ImediaSample for IID_IVMRSurface, I get a pointer to the underlying directx surface that I can work with directly. But the same doesn't work for EVR how do I get the surface for EVR
-
- External Western Digital HD not being recognized
by Dinakar
- 14 Replies
- Last post
by anpbensick
- I recently purchased a Western Digital 500 GB External HD. I had backed up a lot of my data and files onto it and did a fresh install of Vista home premium on my desktop. When I tried to connect the USB for the HD, Vista wouldnt recognize. I dont see any errors but Vista simply seems ti ignore the new device. To check if the USB ports are working I interchanged my other USB devices and Vista corre
-
- How to use my MFT in WMPv11 on VISTA for wma file
by Vibhor
- 4 Replies
- Last post
by Chris P.
- Hello,
I have written a DMO object and it is succesfully doing playback of wma file using WMPv11 on WinXP.
For porting my wma decoder on VISTA.
I have writen a hybrid MFT\DMO object. I want to use my hybrid object for wma file playback using WMPv11 on VISTA.
But WMPv11 is not loading my hybrid object.
My questions are:
1. How can I make WMP load my hybrid DMO\
-
- What object to I want to release?
by MMCompton
- 5 Replies
- Last post
by MMCompton
- Hello,
I'm writing a simple in-place tranform filter, and have encountered a refcount problem.
My filter is based on the sample CNullNull filter, with some additional logic in the Transform method that calls SetTime() on the media sample that's passed in.
Running in GraphEdit works until I quit, at which time I get a "there are still 3 active objects" error and GraphEdit crashe
-
- how to get the video's total frame ,current frame number,playing bitrate and FPS using Directshow??
by cyber_zhang
- 2 Replies
- Last post
by cyber_zhang
- I want to get video files total frame and frame number ,bitrate and FPS when playing,
How could i get these parameter,which Interface could use,anyone could help me,highly appreciate in advanced!
-
- Sound Mixer Device
by Anonymous3423423
- 14 Replies
- Last post
by ladybugkc
- It says i have none installed, i have sound and my speakers are fine. Explain
-
- Error using SmartCard and STS Sample
by Vítor
- 14 Replies
- Last post
by Rakesh Bilaney - MSFT
- I am trying to use smartcard with STSSample with no success. I created a sample certificate using makecert tool. So I installed it in smartcard. When I put the smartcard on the reader appears a dialog to confirm certificate installation and installs the certificate in CurrentUser\Root and CardSpace cannot find it because seems me that CardSpace only find in CurrentUser\My (Personal) . If I copy
-
- Web Service Not Marked As Serializable
by jfkrueger119584
- 7 Replies
- Last post
by jfkrueger
- Hello,
I have a pretty simple sequential workflow that has a reference to a web service. I also have a business logic layer class that consumes the web service (I don't need an activity to consume the web service, I only need to call it from within some of my code activities). I am trying to get the tracking services and persistence services to work and I think I am very close but my workflow k
-
- Video Live Streaming of a Webcam
by djin94
- 4 Replies
- Last post
by djin94
- Hi Everybody! I am actually trying to make an application which allows me to broadcast the video stream of a webcam from one computer to another one ( unicast ). I didn't managed to find the filters for broadcasting video stream in DirectShow help. Is there a way to do this Are there some filters which allows sending and receiving live streaming video Thanks in advance for your help.
-
- Control or Text over fullscreen video from AudioVideoPlayback
by Khoramdin
- 1 Replies
- Last post
by Michel Roujansky
- Hello everyone,
I've spent some time trying to render text or even a control on top of video being played at fullscreen using the AudioVideoPlayback namespace without any luck. Originally I was aiming to have a transparent control on top of the video, but if I can get text on top, or any control (transparent or not) I'd be happy... Can someone point me in the right direction Perhaps provi
-
- Question About SideShow Gadget
by NaclSin
- 5 Replies
- Last post
by Dan Polivy - MSFT
- Hi
Is here right place to question about SideShow Gadget
Does anyone know where is the place to question about SideShow Gadget programming
-
- Workflow Persistence Not Working
by Nate K
- 2 Replies
- Last post
by Nate K
- I've tried to setup the persistence service on Vista and Server 2003 and haven't had any luck. My workflow is running with a Webservice and have it executing the first activating call. The problem I have is with the second and third calls. It looks like it is something with the MS DTC configuration but I have read through all the posts on that and it is not restricted at all. Here is the exception
-
- MP3 in memorystream
by neurobion
- 10 Replies
- Last post
by Gerhard Mueller
- Hi all,
is any possibility how to play mp3 from memorystream or o ther forms of streams
Or how decode mp3 file to wav with any external dll (no *.exe!) with api wraps.
I appreciate, if you could solve this problem out, and help me or tell me how i can do this, thank you
-
- Help with ORCA when using a bootstrapper
by cjreid
- 3 Replies
- Last post
by cjreid
- We recently modified our InstallShield Installation program to use a bootstrapper/chainer. We meet all the requirements for Test Case 11. When we execture the setup.exe msiexec.exe is running in task manager and it uses Windows Installer to complete the installation. My question is now that I'm using a setup.exe where the msi is embedded into it, how I can validate any of the test cases that use O
-
- Saving login and Pass for DialUp connection
by ddrakonn
- 3 Replies
- Last post
by SrinuK
- I'm developing simple dial-up program for Vista and XP (languge C# and VB.NET). Under XP all is ok. But in Vista I'v got problem with RasSetEntryDialParams() function. I saves username but not saves pass. I read lot's of documentation and found that the problem can be in UAC service. I start experiment turn off UAC and try to save my pass. It didn't do it(.... Can anybody help me with this.
-
- problem in fetching ipv4 of machine
by case_study
- 4 Replies
- Last post
by Failure
- hi i have written a code in c# using system.net namespace which fethces the current ip of the machine. the code works perfectly fine on xp but it returns some value like 5es7::7ghj :: hkh8:: "100.45.76.90" :jkj in which actully 100.45.76.90 is the actul ipv4 ip of the machine but i dont knw y i get other things appended along with it.
please let me know the way by which i can get
-
- Test Case 32: Is WER necessary for this test case
by sumit kr
- 14 Replies
- Last post
by Tania S Engel
- I am not clear about ThreadHijacker tool to test my application.It inserts /AV in to the app.
I think that there must be the code to handle the structerd exception in my app.
so i am trying to use following code :
#include "stdafx.h"
#include <windows.h>
#include "errorrep.h"
static LONG WINAPI ExceptionFilter( struct _EXCEPTION_POINTERS * pExceptionPoin