the tv guide menu working perfect even the search funktion.
I got an error when i try to open an sub meny in recorded and scheduled, the error is:
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
its the same for all sub menys. |