MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal TV-Server 1 » Help on Development » Development


Development You want to code something for the TV-Server? Share it in here!

Reply
 
Thread Tools Display Modes
Old 2007-09-05, 16:25   #31 (permalink)
Portal Member
 
dvdfreak's Avatar
 
Join Date: Jun 2006
Posts: 527
Thanks: 0
Thanked 29 Times in 16 Posts

Country:

My System

Default

Quote:
Originally Posted by THDBASED View Post
Yep everything is working, the services in IE also...
Excellent, if all testing goes this smoothly I'll have to hurry with uploading that WinForms test program
dvdfreak is offline   Reply With Quote
Old 2007-09-05, 16:36   #32 (permalink)
Portal Member
 
Join Date: Nov 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts


Default

I downloaded and installed.
First thing I notice:
When I start the service, Windows tells me that the service has been started and immediately closed since it had nothing to do.
As a result of that nothing happens when I add XML files.

Hope that helps.
LANJAN is offline   Reply With Quote
Old 2007-09-05, 16:43   #33 (permalink)
Portal Member
 
Join Date: Jul 2005
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Everything worked great here as well...

// Jacob
jake78 is offline   Reply With Quote
Old 2007-09-05, 16:59   #34 (permalink)
Portal Member
 
THDBASED's Avatar
 
Join Date: Jan 2006
Posts: 464
Thanks: 65
Thanked 2 Times in 2 Posts

Country:

My System

Default

Quote:
Originally Posted by dvdfreak View Post
Quote:
Originally Posted by THDBASED View Post
Yep everything is working, the services in IE also...
Excellent, if all testing goes this smoothly I'll have to hurry with uploading that WinForms test program
Yes indeed!!
THDBASED is offline   Reply With Quote
Old 2007-09-05, 23:08   #35 (permalink)
Portal Member
 
dvdfreak's Avatar
 
Join Date: Jun 2006
Posts: 527
Thanks: 0
Thanked 29 Times in 16 Posts

Country:

My System

Default

Quote:
Originally Posted by LANJAN View Post
I downloaded and installed.
First thing I notice:
When I start the service, Windows tells me that the service has been started and immediately closed since it had nothing to do.
As a result of that nothing happens when I add XML files.

Hope that helps.
Can you check with the Event Viewer (eventvwr.exe) if an error is logged when you try to start the service? Can you then tell me what the error was?

Thanks!
dvdfreak is offline   Reply With Quote
Old 2007-09-06, 01:38   #36 (permalink)
Portal Member
 
Join Date: Nov 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts


Default

There are two entries in the eventviewer:
first in the application part:

Quote:
Service cannot be started. System.IO.FileNotFoundException: Could not load file or assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
File name: 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
at TvScheduler.WindowsService.TvSchedulerService.OnSt art(String[] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMai nCallback(Object state)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
then the system part:
both messages issued by the Service Control Manager

Quote:
The TvScheduler service was successfully sent a start control.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
and this:

Quote:
The TvScheduler service entered the stopped state.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Maybe as a side note (should have said that way earlier): I am running windows x64

hope that helps
LANJAN is offline   Reply With Quote
Old 2007-09-06, 08:03   #37 (permalink)
Portal Member
 
dvdfreak's Avatar
 
Join Date: Jun 2006
Posts: 527
Thanks: 0
Thanked 29 Times in 16 Posts

Country:

My System

Default

Quote:
Originally Posted by LANJAN View Post
There are two entries in the eventviewer:
first in the application part:

Quote:
Service cannot be started. System.IO.FileNotFoundException: Could not load file or assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
File name: 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
at TvScheduler.WindowsService.TvSchedulerService.OnSt art(String[] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMai nCallback(Object state)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
...

hope that helps
Yes! Did you install .NET Framework 3.0? My guess is you missed that requirement and that you don't have it installed?
dvdfreak is offline   Reply With Quote
Old 2007-09-06, 13:14   #38 (permalink)
Portal Member
 
Join Date: Nov 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts


Default

OMFG I suck! I thought it was 2.0
I didn't even know that there was a 3.0 already.
That makes 3 installations on my pc :/
I'm so sorry. I'll let you know if it works with the 3.0.
LANJAN is offline   Reply With Quote
Old 2007-09-06, 13:27   #39 (permalink)
Portal Member
 
dvdfreak's Avatar
 
Join Date: Jun 2006
Posts: 527
Thanks: 0
Thanked 29 Times in 16 Posts

Country:

My System

Default

Quote:
Originally Posted by LANJAN View Post
OMFG I suck! I thought it was 2.0
I didn't even know that there was a 3.0 already.
That makes 3 installations on my pc :/
I'm so sorry. I'll let you know if it works with the 3.0.
Hehe, no problem man, easy mistake to make!

But at least this explains the error you got. Perhaps I should add an extra check to the installer itself, not allow the service to install unless .NET 3.0 is detected... Will be clearer to the user than what you got.
dvdfreak is offline   Reply With Quote
Old 2007-09-06, 14:15   #40 (permalink)
Portal Member
 
Join Date: Nov 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts


Default

I think that would be an excellent addition.
LANJAN is offline   Reply With Quote
Reply

Bookmarks

Tags
rulebased, service, tvscheduler

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Bug Report: Error when editing logo rule ccMatrix My TVSeries 1 2007-05-09 09:29
One remote to rule them all? fathead General Support 5 2006-01-06 17:37
Media Portal Developers Rule! Jaguarius MediaPortal 1 Talk 1 2005-11-11 16:00


All times are GMT +1. The time now is 02:13.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress