I'm getting an error in my application that is really cryptic. My only thoughts are that I'm trying to save too much information into state. At the bottom of this post is the error message. I want to know if there is a good way to manage how much data [...] read more
I created domain user 'jsmith' in Active Directory and i've added that domain account as a user in Dynamics CRM. My goal here is to execute code with a service account that is in the PrivUserGroup for the organization while impersonating 'jsmith'. I instantiate the CrmDataContext by passing it an [...] read more
I built a DirectShow Video renderer to capture Frames with a VIDEOINFOHEADER2 as video format (which is not possible with the built-in grabber). The class is derived from CBaseVideoRenderer and implements the basic method required. CheckMediaType and SetMediaType are called, as well as OnStartStreaming. However DoRenderSample is never called, because [...] read more
I get this Hresult when i resample PCM Sound to a IEEE:Float Sound with DirectXMediaResampler. Changing the bits per sample with the same sampling rate is no problem. Also resamppling from IEEE:Float to PCM. This HResult is not documented in context with a DMO object. And it doesn't happen on [...] read more