Windows Service / WPF Media Player




I have created a windows service in C# using Visual Studio 2008. This
windows service is meant to synchronize the Video Content information that
has been uploaded into an SLS (Silverlight Streaming Service) account. In
order to get a video's meta information (such as duration etc.) and generate
it's thumbnail without downloading it to our server, I am using WPF's
MediaPlayer class.

The service works fine in Windows Server 2003 32 bit and 64 bit edition.
However, it doesn't work in our deployment environment which is Windows
Server 2008 64 bit edition. The player simply fails to retrieve any video's
meta data and thumbnail generation doesn't work either. I don't have any idea
what is going wrong here. Event Viewer seems to have no clue about the
problem. Can somebody please guide me towards the problem resolution as i
have already slipped my deadline.
.



Relevant Pages

  • Re: Looking For Code Sample and Request Feedback
    ... I would prefer to use a Windows Service but a web service will do to. ... What is very easy to do on a Server 2003 and with VBNet? ... > I am looking for a code sample that communicates from a client to a remote> Windows Service on another computer over the internet, that is the Windows> Service performing instructions the client sends. ... the client does the office automation and the actual> communication of the commands to this server. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Automatic startup of .NET server-side object?
    ... data from the client to the server, and I do not want to require a login ... before startup (I am using a console app in my prototyping). ... Does a Windows service have access to the local file system? ... > security/authentication of IIS ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Best architecture - upload file and save on different server
    ... port with a different set of credentials to the asp account. ... permissions to map to the remote server. ... So use a Windows service so authentication is not a problem?? ... Then use a windows service to FTP the file to server two ...
    (microsoft.public.dotnet.framework.aspnet)
  • SimpleXMLRPCServer runnning as a Windows Service using win32serviceutil
    ... connect but it breaks the Windows service functionality (can't stop the ... import win32serviceutil ... import SimpleXMLRPCServer ... server = SimpleXMLRPCServer.SimpleXMLRPCServer) ...
    (comp.lang.python)
  • Re: Displaying a popup from a windows service using .NET remoting
    ... A Windows Service that acts as a remoting server. ... A client UI piece that launches with each login (i.e. in the same ...
    (microsoft.public.dotnet.framework.remoting)

Loading