Search Results

0
votes

Play Audio from a Stream using C#

I haven't tryed it from a WebRequest, but both the Windows Media Player activex and the MediaElement (from WPF) components are capable of playing and buffering mp3 streams. I use it to pla …
2
votes

Where to find the status of the WPF Image Control?

As long as your ImageSource is a BitmapImage you could use the BitmapImage.DownloadCompleted event. The only problem I have found so far is that it only works from C#, so you would lose some flexib …
0
votes

WCF service unable to load referenced assemblies from the GAC

One thing you could try is using the fully qualified assembly name of your service. It is my understanding that when dealing to the GAC, that's the only way to go. Apart from that, you coul …