- Thread starter
- Moderator
- #131
On the error.log it says
2009-04-08 01:13:13.906250 [ERROR][MPMain]: No translation found for id 110099
2009-04-08 01:13:14.156250 [ERROR][MPMain]: MyNetFlixMain:OnButtonPress: Error retreiving Instant Queue : Could not load file or assembly 'System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c56194e08' or one of its dependencies. The system cannot find the file specified.
and the mediaportal.log is attached
Do you have .net 3.5 installed? I had the same issue a while back.
On this issue, is 3.5 actually *required* for this plugin or is that just the framework it happens to be compiled against? I ask only now because I have seen a rather large number of projects who's only 3.5 requirement is because they reference System.Xml.Linq, though it is rarely actually used in the project and if the reference is removed, compiling against 2.0 goes off without a hitch.
Hey Vaelek,
Yes, the System.XML.Linq is required for this project. The Netflix API's return XML and I parse/traverse the XML with a few of the classes from the Linq library...
very awesome plugin.
One problem
once silverlight launches, I have no way to go back to MP unless I alt/tab
I get the standard silverlight options, pause/play and fullscreen
Hey Jstutman,
Thanks for the feedback!
The Stop button should exit the browser and send you back to MP. It is broken in the current version, but I have a fix in the release due out Friday... Keith and I have been working for a while to find a way to include a webbrowser in the plugin, but have yet to work out a few issues. If we are able to get a browser built into the plugin it will allow us better control over opening/closing/etc...
You can also use Alt-F4 to exit the browser...
Wile E.