Hi,
I am doing a client-server based multimedia player in VS2008 using WCF & WPF C#. I have used mediaelement for the player. Now my problem is that when a user selects a particular song to the server, the server should stream the song, and at the client it should start playing as though the song is played from the local disk. I tried changing the "transfer mode =streamed" in client but still no solution.
Please...
User Profile
Collapse
-
Streaming media files in C# using WCF
-
Hi,
No I am not using AJAX Tab container . I am using WPF Tab control .... -
Navigating from one tab to another on button click
Hi,
I am working on mediaplayer using mediaelement in WPF usin VS2008 using C#. In my mediaplayer I have two tabs one is "Now Playing" and another is "guide". The "guide" tab is focused.The "guide" tab has some pages which allows user to select videos. When the user selects the video I want the "now playing " tab to be focused. So please help me to change the tab. -
how to invoke my mediaplayer in website
Hi,
I have developed the mediaplayer using WPF mediaelement using C# in VS2008. I have developed a music Site in WPF browser application from where a user logs in and selects the song. Once when a user selects the song my mediaplayer should be invoked and play the selected song. Now my problem is how to invoke my mediaplayer from the site.
Please anybody hepl me to resolve this. -
Cannot Open default database. Invalid login for [machine name]\[username]
Cannot Open default database. Invalid login for [machine name]\[username]
--------------------------------------------------------------------------------
Hi,
I have written services in WCF using C# and SQL Server 2005 which comes inbuilt with VS2008 and hosted using IIS. the service is to check for valid user and register new user.
The problem is that the application works properly. But when I want to... -
hi,
I tried it but again it gives me the same error. Does WCF allows HttpContext. It is actually giving error on that line.
HttpContext context=HttpCon text.Current
I am stuck over here. Please find any solution...Leave a comment:
-
events in notify icon not working
i have the following code for my notify.cs file
...Code:using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Text; namespace startProjmedia { public partial class notify : Component { public notify() { InitializeComponent(); -
Object reference not set to an instance of an object
Hi,
I am working in WPF using C#, SQL server2005, VS2008.
I am trying to download file using HttpContext. But I am getting the error that
"Object reference not set to an instance of an object". Just check the code. When I debug HttpContext is set to null.
CODE:
private void downloadfile()
{
string connectionstrin g = @"Data Source=01HW1078 87\SQLEXPRESS;A ttachDbFilename =D:\mainproject \Database\prjec tDatabase.mdf;I ntegrated... -
Download file stored from SQL server 2005 to my hard disk using C# in WPF.
Hi,
I want to write an application in WPF using C# in VS2008 to upload media files to database and download media files from database to my hard disk. In ASP we have that provision but in WPF I did not find any such so please help out its urgent. -
-
notify icon events are not working
i have a notify icon for our media player developed in wpf.
included files are notify.cs,notif y.resx,notify.d esigner.cs.
i have also added a class file called app.cs .
now the problem is how do u attach an event handler to the context menu.i
want to add event handlers to hide and show the media player.
The notify icon appears in the tray when i run the application but does not disappear... -
how to dowload a file in wpf
how do u download/upload a file in wpf where the data is stored in the database in the binary format.
how to link asp.net pages in wpf.
please help.... -
Cannot Open default database. Invalid login for [machine name]\[username]
Hi,
I have written services in WCF using C# and hosted using IIS. the service is to check for valid user and register new user.
The problem is that the application works properly. But when I want to check the database in the server explorer I get error message saying "Cannot Open default database. Invalid login for [machine name]\[username]".
I am not understanding what the problem is. Again when I restart... -
unable to start debugging on server
I am working on C# WCF VS2008. I am writing service using WCF service library to be hosted in IIS5.1 and the host is written using WCF service web site. So that it can be hosted in IIS. when i run the host application I get error saying " Unable to start debugging the web server, Make sure your operating system is running correctly. Verify there are no syntax errors in the web.config by doing start without debugging. You may want to...
No activity results to display
Show More
Leave a comment: