Thoughts about setup and deployment issues, WiX, XNA, the .NET Framework and Visual Studio
All postings are provided AS IS with no warranties, and confer no rights. Additionally, views expressed herein are my own and not those of my employer, Microsoft.
A couple of folks have reported issues to me via my blog about errors downloading television guide data in Media Center 2005 when they install a SonicWALL firewall device on their network. Our guide download team has debugged this issue on a Media Center system that a Microsoft employee reported this problem on and found the following:
SonicWALL has an option in one of their settings pages (diag.html) which allows you to enable or disable HTTP byte range requests as part of the gateway anti-virus filtering process. If that setting is turned off (which it is by default on the SonicWALL device we debugged on), then guide downloads will not work within Media Center.
If you have a SonicWALL device on your network and cannot get guide download to work, you can use the following steps to resolve this issue:
The underlying cause for this issue is that the guide download service in Media Center relies on the background intelligent transfer service (BITS) in Windows, and the BITS service requires the ability to request and receive byte ranges to support key scenarios involving data throttling and download restarting.