<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://mediacentersandbox.com/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The Media Center Sandbox: Unanswered Threads</title><link>http://mediacentersandbox.com/forums/TopicsNotAnswered.aspx</link><description>Posts that are unanswered</description><dc:language>en-US</dc:language><generator>CommunityServer 2.0 (Build: 60217.2664)</generator><item><title>Unable to load resx:// resources in executing assembly</title><link>http://mediacentersandbox.com/forums/thread/10159.aspx</link><pubDate>Mon, 03 Sep 2012 12:49:19 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:10159</guid><dc:creator>basik</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/10159.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=3&amp;PostID=10159</wfw:commentRss><description>Hi,&lt;br /&gt;&lt;br /&gt;I am trying to resolve an issue with loading MCML from an embedded resource in a Window Media Center addin. &lt;br /&gt;&lt;br /&gt;The addin loads fine and I am able to debug it. But basically any MCML located in the addin class library can't be retrieved, &lt;br /&gt;although MCML located in a referenced assembly using a strong-named assembly reference is fine.&lt;br /&gt;&lt;br /&gt;Visual Studio Solution&lt;br /&gt;WMC Project with 2 assemblies&lt;br /&gt;1. WMC.UI - satellite assembly with markup and resources&lt;br /&gt;  HelloWorld.mcml :&lt;br /&gt; |Mcml xmlns="http://schemas.microsoft.com/2008/mcml" xmlns:me="Me"|&lt;br /&gt; |UI Name="HelloWorld"|&lt;br /&gt; |Content|&lt;br /&gt; |Text Content="Hello World from WMC.UI" Color="White"/|&lt;br /&gt; |/Content|&lt;br /&gt; |/UI|&lt;br /&gt; |/Mcml|&lt;br /&gt; Library.mcml :&lt;br /&gt; |Mcml xmlns="http://schemas.microsoft.com/2006/mcml"|&lt;br /&gt; |!-- common --|&lt;br /&gt; |Aggregate Source="resx://WMC.UI,Version=4.0.0.0,Culture=neutral,PublicKeyToken=475e31aa353c3cfb/WMC.UI.Resources/HelloWorld"/|&lt;br /&gt; |Mcml|&lt;br /&gt;2. MyAddIn - The addin assembly launched by WMC&lt;br /&gt; HelloWorld.mcml :&lt;br /&gt; {{|Mcml xmlns="http://schemas.microsoft.com/2008/mcml" xmlns:me="Me"|&lt;br /&gt; |UI Name="HelloWorld"|&lt;br /&gt; |Content|&lt;br /&gt; |Text Content="Hello World from MyAddIn" Color="White"/|&lt;br /&gt; |/Content|&lt;br /&gt; |/UI|&lt;br /&gt; |/Mcml|}}&lt;br /&gt; Common.mcml :&lt;br /&gt;{{{ |Mcml xmlns="http://schemas.microsoft.com/2006/mcml" xmlns:me="Me"|&lt;br /&gt; |Aggregate Source="resx://WMC.UI,Version=4.0.0.0,Culture=neutral,PublicKeyToken=475e31aa353c3cfb/WMC.UI.Resources/HelloWorld" /|&lt;br /&gt; |Aggregate Source="resx://MyAddIn/MyAddIn.Resources/HelloWorld"/|}}}&lt;br /&gt; |/Mcml|&lt;br /&gt;&lt;br /&gt;MCMLVerifier results:&lt;br /&gt;&lt;br /&gt;Project 1 is the satellite assembly with markup and resources and all markup can be loaded with the MCMLVerifier.exe in the WMC SDK 7.0A&lt;br /&gt;"resx://WMC.UI,Version=4.0.0.0,Culture=neutral,PublicKeyToken=475e31aa353c3cfb/WMC.UI.Resources/HelloWorld"  - OK!&lt;br /&gt;"resx://WMC.UI,Version=4.0.0.0,Culture=neutral,PublicKeyToken=475e31aa353c3cfb/WMC.UI.Resources/Library"   - OK!&lt;br /&gt;&lt;br /&gt;Project 2 will load the HelloWorld mcml resource via the resource location,but fails accessing MCML resources embedded in itself:&lt;br /&gt;"resx://MyAddin,Version=4.0.0.0,Culture=neutral,PublicKeyToken=475e31aa353c3cfb/MyAddin.Resources/HelloWorld" - OK!&lt;br /&gt;"resx://MyAddin,Version=4.0.0.0,Culture=neutral,PublicKeyToken=475e31aa353c3cfb/MyAddin.Resources/Common" &lt;br /&gt;resx://MyAddIn/MyAddIn.Resources/HelloWorld: &lt;br /&gt;Failure acquiring MCML markup from 'resx://MyAddIn/MyAddIn.Resources/HelloWorld'.&lt;br /&gt;resx://MyAddIn,Version=4.0.0.0,Culture=Neutral,PublicKeyToken=475e31aa353c3cfb/MyAddIn.Resources/Common: &lt;br /&gt;Unable to load 'resx://MyAddin/MyAddin.Resources/HelloWorld'.&lt;br /&gt;&lt;br /&gt;The assemblies are in the GAC and reflection using ILSpy confirms that the resx path is correct. &lt;br /&gt;&lt;br /&gt;The application entry points exist in the registry and the icons etc appear in WMC, &lt;br /&gt;just the MCML resources can't be resolved.&lt;br /&gt;Any help greatly appreciated as I am stuck on this issue. I've had to replace the "&lt;&gt;" with pipe symbols to prevent the mcml markup disappearing from the forum post.</description></item><item><title>ApplicationContext.RegisterApplication doesn't work?</title><link>http://mediacentersandbox.com/forums/thread/10147.aspx</link><pubDate>Sat, 17 Mar 2012 17:23:58 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:10147</guid><dc:creator>JackLuminous</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/10147.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=6&amp;PostID=10147</wfw:commentRss><description>Hi,&lt;br /&gt; &lt;br /&gt;I am trying to register plug-ins via a custom action and a registration.xml file that's an embedded resource. All the code is being called properly but it seems to have no effect and the plug-in is not registered. Using debug code I can verify that the custom action and all associated method calls are occuring. I am a little stumped. It's as if  ApplicationContext.RegisterApplication() is just not doing anything.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;        public static void RegisterAddIns()&lt;br /&gt;        {&lt;br /&gt;            // We have to unregister the add-in before registering it&lt;br /&gt;            RegisterMediaCenterAddIn(LibraryAddIns.TVLibrary, true);&lt;br /&gt;            RegisterMediaCenterAddIn(LibraryAddIns.TVLibrary, false);&lt;br /&gt; &lt;br /&gt;            RegisterMediaCenterAddIn(LibraryAddIns.DVDExtender, true);&lt;br /&gt;            RegisterMediaCenterAddIn(LibraryAddIns.DVDExtender, false);&lt;br /&gt; &lt;br /&gt;            RegisterMediaCenterAddIn(LibraryAddIns.PodcastLibrary, true);&lt;br /&gt;            RegisterMediaCenterAddIn(LibraryAddIns.PodcastLibrary, false);&lt;br /&gt;        }&lt;br /&gt; &lt;br /&gt;        public static void UnRegisterAddIns()&lt;br /&gt;        {&lt;br /&gt;            RegisterMediaCenterAddIn(LibraryAddIns.TVLibrary, true);&lt;br /&gt;            RegisterMediaCenterAddIn(LibraryAddIns.DVDExtender, true);&lt;br /&gt;            RegisterMediaCenterAddIn(LibraryAddIns.PodcastLibrary, true);&lt;br /&gt;        }&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;        private static void RegisterMediaCenterAddIn(LibraryAddIns addIn, bool unRegister)&lt;br /&gt;        {&lt;br /&gt;            WriteEntry("RegisterMediaCenterAddIn({0}, {1})", addIn, unRegister);&lt;br /&gt; &lt;br /&gt;            try&lt;br /&gt;            {&lt;br /&gt;                // Get registration xml from resource&lt;br /&gt;                string registrationXml = string.Empty;&lt;br /&gt;                switch (addIn)&lt;br /&gt;                {&lt;br /&gt;                    case LibraryAddIns.TVLibrary:&lt;br /&gt;                        registrationXml = TVLibrary.Resources.Registration_TVLibrary;&lt;br /&gt;                        break;&lt;br /&gt; &lt;br /&gt;                    case LibraryAddIns.DVDExtender:&lt;br /&gt;                        registrationXml = TVLibrary.Resources.Registration_DVDExtender;&lt;br /&gt;                        break;&lt;br /&gt; &lt;br /&gt;                    case LibraryAddIns.PodcastLibrary:&lt;br /&gt;                        registrationXml = TVLibrary.Resources.Registration_PodcastLibrary;&lt;br /&gt;                        break;&lt;br /&gt;                }&lt;br /&gt; &lt;br /&gt;                // Load xml into a string reader inorder to pass to RegisterApplication()&lt;br /&gt;                WriteEntry("xml = {0}", registrationXml);&lt;br /&gt;                string basePath = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);&lt;br /&gt;                WriteEntry("basePath = {0}", basePath);&lt;br /&gt;                &lt;br /&gt;                using (XmlTextReader xmlReader = new XmlTextReader(new StringReader(registrationXml)))&lt;br /&gt;                {&lt;br /&gt;                    ApplicationContext.RegisterApplication(xmlReader, unRegister, true, basePath);&lt;br /&gt;                }&lt;br /&gt;                &lt;br /&gt;                WriteEntry("RegisterMediaCenterAddIn({0}, {1}): Successful", addIn, unRegister);&lt;br /&gt;            }&lt;br /&gt;            catch (Microsoft.MediaCenter.ApplicationAlreadyRegisteredException regEx)&lt;br /&gt;            {&lt;br /&gt;                WriteEntry("RegisterMediaCenterAddIn({0}, {1}): Already registered", addIn, unRegister);&lt;br /&gt;            }&lt;br /&gt;            catch (Microsoft.MediaCenter.ApplicationNotRegisteredException notRegEx)&lt;br /&gt;            {&lt;br /&gt;                WriteEntry("RegisterMediaCenterAddIn({0}, {1}): Not registered", addIn, unRegister);&lt;br /&gt;            }&lt;br /&gt;            catch (Exception ex)&lt;br /&gt;            {&lt;br /&gt;                WriteEntry("RegisterMediaCenterAddIn({0}, {1}): Unhandled exception", ex, addIn, unRegister);&lt;br /&gt;                if (unRegister)&lt;br /&gt;                {&lt;br /&gt;                    throw new InstallException(string.Format("Could not un-register Media Center Add In '{0}'", addIn), ex);&lt;br /&gt;                }&lt;br /&gt;                else&lt;br /&gt;                {&lt;br /&gt;                    throw new InstallException(string.Format("Could not register Media Center Add In '{0}'", addIn), ex);&lt;br /&gt;                }&lt;br /&gt;            }&lt;br /&gt;        }&lt;br /&gt;</description></item><item><title>Navigate to &amp;quot;search&amp;quot; or &amp;quot;add recording&amp;quot; page???</title><link>http://mediacentersandbox.com/forums/thread/10126.aspx</link><pubDate>Mon, 01 Aug 2011 16:18:42 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:10126</guid><dc:creator>eMpTy3000</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/10126.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=6&amp;PostID=10126</wfw:commentRss><description>In my &lt;a href="http://www.recordedtvhd.com"&gt;Recorded TV HD&lt;/a&gt; app (Windows 7) I would really love the ability to send the user to the "search" or "add recording" page that you can get to from the recorded tv menu strip and in the native recorded tv library respectively.&lt;br&gt;&lt;br&gt;I've obviously looked here at NavigateToPage(pageid): &lt;a href="http://msdn.microsoft.com/en-us/library/ms814622.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms814622.aspx&lt;/a&gt; and these are not included.&lt;br&gt;&lt;br&gt;Has anybody figured out any way to navigate to either the "search" page or the "add recording" page?&lt;br&gt;&lt;br&gt;Any help would be greatly appreciated!&amp;nbsp; Thanks!&lt;br&gt;</description></item><item><title>Navigate to another Addin</title><link>http://mediacentersandbox.com/forums/thread/10081.aspx</link><pubDate>Mon, 28 Mar 2011 11:55:04 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:10081</guid><dc:creator>Xive</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/10081.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=6&amp;PostID=10081</wfw:commentRss><description>Hello,&lt;br&gt;&lt;br&gt;Is it possible to navigate to another addin (entry point) from inside a different addin ?&lt;br&gt;If so i would like to know how.&lt;br&gt;&lt;br&gt;&lt;i&gt;EDIT: Found the solution&lt;br&gt;&lt;br&gt;MediaCenterEnvironment.LaunchEntryPoint(AppGUID, EntryGUID, PARAM)&lt;br&gt;this is derived from your AddInHost instance&lt;br&gt;&lt;br&gt;ex:&lt;br&gt;host.MediaCenterEnvironment.LaunchEntryPoint(new Guid("{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}"), new Guid("{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx}"), null);&lt;br&gt;&lt;/i&gt;&lt;br&gt;Thanks.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>Media Center Graphic Issue</title><link>http://mediacentersandbox.com/forums/thread/10067.aspx</link><pubDate>Tue, 01 Mar 2011 10:45:18 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:10067</guid><dc:creator>Xive</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/10067.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=3&amp;PostID=10067</wfw:commentRss><description>Hello,&lt;br&gt;I'm having trouble getting an image to show properly on windows media center on win7..&lt;br&gt;The problem is I'm using an image with lots of "gradient" effect in photoshop.&lt;br&gt;&lt;br&gt;It looks good in photoshop but when viewing it inside media center the gradient effect is missed up its called "banding".&lt;br&gt;&lt;br&gt;I'm not sure this the right place to ask this - there wasn't any part of the forum dedicated to graphics - how can i fix this.. do i need a specific bit depth and channel modes to view the image properly on media center ?&lt;br&gt;&lt;br&gt;Thank you!&lt;br&gt;</description></item><item><title>UK Media Center and Windows Home Server Event, June 12</title><link>http://mediacentersandbox.com/forums/thread/9667.aspx</link><pubDate>Tue, 08 Jun 2010 14:53:52 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:9667</guid><dc:creator>AndyC</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/9667.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=3&amp;PostID=9667</wfw:commentRss><description>Just in case you haven't seen this in any of the other places it's been posted so far:&lt;br /&gt;&lt;br /&gt;We’re putting on a UK Media Center and Windows Home Server Event, taking place on Saturday June 12, 2010 at “The Studio” in the heart of Birmingham.   Media Center and Windows Home Server enthusiasts, experts, and newcomers to the digital home scene are all welcome. &lt;br /&gt; &lt;br /&gt;We have lined up a great selection of speakers for you to hear and products for you to see.  Meet people from DVB Logic, Passive Technologies, The Green Button, Amulet Devices, and JFDI Engineering, as well as UK MVPs and other Media Center and Windows Home Server experts!   Hear from the experts on how to put together a great Home Server and Media Center experience! Get hands-on with products from Tranquil PC, Evolve Media, and Niveus Media, Sonos, and more!&lt;br /&gt; &lt;br /&gt;As if that wasn’t enough encouragement to attend, we’ve got great prizes too – we’ve got 10 xtreamers to give away, copies of Windows Home Server and Windows 7, T-Shirts, mugs, pens, and even socks!  We’ve got a Zune HD worth around $200.00, and a Sonos multi-room music system S5 Zone Player worth &amp;#163;349.00, and with places limited to 120 people you’ve got a 1 in 120 chance of taking one home with you!&lt;br /&gt; &lt;br /&gt;For the first 100 arriving there will be a free 2GB USB drive, so don’t be late!   Places are filling up fast, so register soon to make sure you can attend.  Registration link is here &lt;a href="http://ukug2.eventbrite.com/" target="_blank" title="http://ukug2.eventbrite.com/"&gt;http://ukug2.eventbrite.com/&lt;/a&gt;, agenda is here &lt;a href="http://thedigitallifestyle.com/cs/TDL/b/ian/archive/2010/06/08/agenda-for-the-windows-media-center-whs-user-group-meeting.aspx" target="_blank" title="http://thedigitallifestyle.com/cs/TDL/b/ian/archive/2010/06/08/agenda-for-the-windows-media-center-whs-user-group-meeting.aspx"&gt;http://thedigitallifestyle.com/cs/TDL/b/ian/archive/2010/06/08/agenda-for-the-windows-media-center-whs-user-group-meeting.aspx&lt;/a&gt;, directions are here &lt;a href="http://www.studiovenues.co.uk/pdfs/birmingham_studio_directions.pdf" target="_blank" title="http://www.studiovenues.co.uk/pdfs/birmingham_studio_directions.pdf"&gt;http://www.studiovenues.co.uk/pdfs/birmingham_studio_directions.pdf&lt;/a&gt;, see you there!&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Andrew&lt;br /&gt;</description></item><item><title>MediaTransport.PlayRate under Windows 7</title><link>http://mediacentersandbox.com/forums/thread/9611.aspx</link><pubDate>Mon, 19 Apr 2010 14:44:49 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:9611</guid><dc:creator>eddyc</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/9611.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=6&amp;PostID=9611</wfw:commentRss><description>Under Vista, using MediaTransport.Playrate to set Fast Forward works fine for me on Music tracks. Under Windows 7, it seems to be ignored when Music is playing.&lt;br /&gt;&lt;br /&gt;When I use the remote (or onscreen overlay controls) to invoke fast-forward during music, it works okay. Reading MediaTransport.PlayRate shows it always as value 5 (FF3, fastest playback rate). Writing this value (5), or FF1 (3), or FF2 (4), has no effect however. In fact, if the media playback was currently paused, it remains paused. Setting value 1 (Pause) or 2 (Play) works as expected.&lt;br /&gt;&lt;br /&gt;What's odd is that everything works fine for Video playback - I can set all the fast forward and fast reverse settings and they behave.&lt;br /&gt;&lt;br /&gt;Anyone else seen this?</description></item><item><title>PageId for the &amp;quot;Speaker Setup&amp;quot; Wizard Page</title><link>http://mediacentersandbox.com/forums/thread/9608.aspx</link><pubDate>Thu, 08 Apr 2010 19:04:36 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:9608</guid><dc:creator>IntesetGuy</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/9608.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=3&amp;PostID=9608</wfw:commentRss><description>In WMC 7, is it possible to navigate directly to the "Speaker Setup" and "Display Configuration" pages? We'd like to shortcut to this page in our app.</description></item><item><title>XPath and XmlRemoteValue</title><link>http://mediacentersandbox.com/forums/thread/9553.aspx</link><pubDate>Mon, 15 Feb 2010 20:48:02 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:9553</guid><dc:creator>timtation</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/9553.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=3&amp;PostID=9553</wfw:commentRss><description>It seems that XmlRemoteValue-&amp;gt;Source does not fully suport xpath. Something like /title[@lang='eng'] fails without any messages. &lt;br&gt;&lt;br&gt;I'm trying to build a hosted mcml app for windows 7. Thatswhy i think i can't use a custom class (c# dll) to represent the data model. &lt;br&gt;&lt;br&gt;any ideas?&lt;br&gt;</description></item><item><title>SlingPlayer Media Center add-in</title><link>http://mediacentersandbox.com/forums/thread/9516.aspx</link><pubDate>Sun, 27 Dec 2009 06:38:46 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:9516</guid><dc:creator>skavan</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/9516.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=6&amp;PostID=9516</wfw:commentRss><description>Hi,&lt;br /&gt;&lt;br /&gt;I have successfully reversed engineered control of the slingplayer ActiveX web-browser control. I've also built a test harness that supports responding to the media center remote.&lt;br /&gt;&lt;br /&gt;HOWEVER, i have no experience in Media Center add-ins and am hoping other developers would be excited to jump in on the add-in side of the equation.&lt;br /&gt;&lt;br /&gt;If you're interested please holler...&lt;br /&gt;thanks!</description></item><item><title>Reference works in debug but not release</title><link>http://mediacentersandbox.com/forums/thread/9512.aspx</link><pubDate>Thu, 17 Dec 2009 18:01:15 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:9512</guid><dc:creator>ebr</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/9512.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=3&amp;PostID=9512</wfw:commentRss><description>&lt;P&gt;I've got a nasty problem.&amp;nbsp; I'm trying to allow mcml in a separate assembly that is loaded at runtime to gain access back to itself inside mcml.&amp;nbsp; Okay, that was a mouthful, let me try to explain.&lt;/P&gt;
&lt;P&gt;We have a plug-in architecture that allows things to be added on to our app at runtime.&amp;nbsp; It works very well.&amp;nbsp; In the course of this, we allow the loaded assembly (plug-in) to provide mcml for us to run in the context of our application.&amp;nbsp; That works well too (by using the source attribute of the host object).&lt;/P&gt;
&lt;P&gt;Where I'm having an issue is a specific instance (our config page) where the plug-in has some mcml that is loaded by the main app and that mcml needs to reference an object inside of the plug-in.&amp;nbsp; We can't pass the object directly into the mcml because it is generic and must have the same parameters as all of these types of mcml UIs.&amp;nbsp; BUT, I do have the ability for my plug-in to register an object with the main app (just put it in a list) and then, the mcml in our plugin can reference that object via a method on the application object (that is one of the generic variables passed to the mcml).&lt;/P&gt;
&lt;P&gt;I then simply type cast that reference to the proper type in the plug-in and then (should) be able to access specific methods and properties on that type.&amp;nbsp; Here's what the reference looks like in the mcml:&lt;/P&gt;
&lt;P&gt;(in the locals)&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;P&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;us:MyConfig&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;Name&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Config&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; /&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#000000 size=3&gt;
&lt;P&gt;(in the rules)&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;
&lt;P&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;Default&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;Target&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;[Config]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#ff0000 size=2&gt;Value&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;[Application.CurrentConfigObject!us:MyConfig]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;"&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt; /&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#000000 size=3&gt;Where us: is defined as our assembly and "MyConfig" is the actual class of the object.&amp;nbsp; Now I can reference properties that are on MyConfig in the mcml with something like [Config.Property].&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#000000 size=3&gt;You still with me...?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;This all works famously while running a debug build.&amp;nbsp; Everything does just what I expect.&amp;nbsp; But, as soon as I build a "Release" version and run that, it bombs out on the first reference to any member of Config and says it can't find "whatever" on MyConfig.&lt;/P&gt;
&lt;P&gt;Any clues?&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description></item><item><title>Calling all Media Center developers!</title><link>http://mediacentersandbox.com/forums/thread/9441.aspx</link><pubDate>Tue, 17 Nov 2009 17:39:49 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:9441</guid><dc:creator>AndyC</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/9441.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=3&amp;PostID=9441</wfw:commentRss><description>One of the things that excites me about Media Center is it's extensibility - there is so much more that can be done with Media Center than just the built-in features, and there are a lot of very clever people out there producing add-ins to extend the functionality in all sorts of different and really inventive ways.&lt;br /&gt;&lt;br /&gt;The biggest issue with all this - where do I find these add-ins?  There are a few well known ones such as My Movies, but for the rest of the Media Center development community, getting in front of an interested audience can be very hit and miss.  So, Ian Dixon and I have put together a new website and Media Center add-in to fix this!   It's called madeformediacenter.com and is a central repository for Media Center add-ins and related apps.  Developers can submit their add-ins to the site, and once activated they will appear in both the website and the madeformediacenter.com add-in.   &lt;br /&gt;&lt;br /&gt;You can find more details of this new service including screenshots here: &lt;a href="http://iandixon.co.uk/cs/blogs/ian/archive/2009/11/17/introducing-madeformediacenter-the-app-store-for-windows-media-center.aspx" target="_blank" title="http://iandixon.co.uk/cs/blogs/ian/archive/2009/11/17/introducing-madeformediacenter-the-app-store-for-windows-media-center.aspx"&gt;http://iandixon.co.uk/cs/blogs/ian/archive/2009/11/17/introducing-madeformediacenter-the-app-store-for-windows-media-center.aspx&lt;/a&gt; and you can create an account by logging on to the website here: &lt;a href="http://madeformediacenter.com" target="_blank" title="http://madeformediacenter.com"&gt;http://madeformediacenter.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Once your account is set up, to publish your addin or app, click on "Publish App"!&lt;br /&gt;&lt;br /&gt;Please let us have feedback on whether you think this is a good idea, and any suggestions for improvements or changes.  &lt;br /&gt;&lt;br /&gt;This is very much a version 1.0 - no bells and whistles yet, as we want to gauge interest before spending a serious amount of time developing it further.  At the moment there is no payment infrastructure, so only free apps, or ones that can support their own payment infrastructure outside of the add-in are possible, but if there is enough demand we will implement it.&lt;br /&gt;Cheers,&lt;br /&gt;Andrew</description></item><item><title>PlayState bug - PlayState.Stopped never triggered using MediaCollections...</title><link>http://mediacentersandbox.com/forums/thread/9416.aspx</link><pubDate>Tue, 27 Oct 2009 22:39:43 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:9416</guid><dc:creator>emigrating</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/9416.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=3&amp;PostID=9416</wfw:commentRss><description>&lt;P&gt;Anyone else come across this?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;PlayMedia(MediaType.Video, VideoFile.FullName, false)&lt;/EM&gt; will work fine and when the video finishes playing (or the user presses the Stop button) PlayState.Stopped is set.&lt;/P&gt;
&lt;P&gt;If, however, I setup a MediaCollection, fill it with MediaCollectionItems&amp;nbsp;and do a &lt;EM&gt;PlayMedia(MediaType.MediaCollection, MediaCollectionObject, false)&lt;/EM&gt; - PlayState.Stopped is never set and hence my eventhandler never executed.&lt;/P&gt;
&lt;P&gt;Any workarounds for this and if so, what would they be?&lt;/P&gt;</description></item><item><title>Windows 7 Media Center SDK RTW is released!</title><link>http://mediacentersandbox.com/forums/thread/9323.aspx</link><pubDate>Thu, 20 Aug 2009 17:17:18 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:9323</guid><dc:creator>quanwang</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/9323.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=3&amp;PostID=9323</wfw:commentRss><description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;Windows 7 Media Center SDK RTW is released to Microsoft Download Center:&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;A href="http://download.microsoft.com/download/6/C/6/6C6B665D-6240-4958-A028-A944B8BD6860/WindowsMediaCenterSDK6.msi" target=_blank&gt;&lt;FONT face=Calibri&gt;http://download.microsoft.com/download/6/C/6/6C6B665D-6240-4958-A028-A944B8BD6860/WindowsMediaCenterSDK6.msi&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Windows 7 is the required system for this SDK. Please read the chm file in the SDK to see what is new in this SDK.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;Quan Wang [MSFT]&lt;/SPAN&gt;&lt;/P&gt;</description></item><item><title>DataSets</title><link>http://mediacentersandbox.com/forums/thread/9302.aspx</link><pubDate>Tue, 04 Aug 2009 18:08:43 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:9302</guid><dc:creator>David Wright</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/9302.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=3&amp;PostID=9302</wfw:commentRss><description>&lt;P&gt;Using the Z application as an example, I am trying to figure out how to write a new entry in the tbl_Movies.xml via the dataset.&amp;nbsp; However, everytime I try, it seems to be writing the new entry outside of the dataroot.&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;XML:&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;lt;root&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;dataroot&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tbl_Movie&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tbl_Movie&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;--- Existing entries (all fine there)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;...&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/dataroot&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;tbl_Movie&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;--- New entry (being written outside of dataroot)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/tbl_Movie&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/root&amp;gt;&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;C#:&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;DataTable table = dataset.Tables["tbl_Movies"];&lt;/P&gt;
&lt;P&gt;DataRow row = table.NewRow();&lt;/P&gt;
&lt;P&gt;row[".."] = ...;&lt;/P&gt;
&lt;P&gt;row[".."] = ...;&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;table.Rows.Add(row);&lt;/P&gt;
&lt;P&gt;table.AcceptChanges();&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;I have also tried table.Rows.InsertAt(row, 0);&amp;nbsp;&amp;nbsp;&amp;nbsp; but either way the new entry is being written outside the dataroot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How should I write this so that the new entry is written inside the dataroot?&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description></item><item><title>Windows Mediaplayer - how to switching the current song within a playlist</title><link>http://mediacentersandbox.com/forums/thread/9260.aspx</link><pubDate>Wed, 10 Jun 2009 06:53:22 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:9260</guid><dc:creator>tom</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/9260.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=6&amp;PostID=9260</wfw:commentRss><description>Hi there,&lt;br&gt;&lt;br&gt;I have got the following code (striped down to the main parts)&lt;br&gt;&lt;br&gt;WindowsMediaPlayer _windowsMediaPlayer = "initialized for the current session"&lt;br&gt;IWMPMedia item&amp;nbsp; = "a valid track within the current playlist";&lt;br&gt;&lt;br&gt;// set the current track&lt;br&gt;_windowsMediaPlayer.controls.currentItem = item;&lt;br&gt;&lt;br&gt;// play it..&lt;br&gt;_windowsMediaPlayer.controls.play();&lt;br&gt;&lt;br&gt;while this is working at a pc, it won't at the XBox. The "play()" throws an exception "hardware not available".&lt;br&gt;&lt;br&gt;Is there another way to play a specific track within the current playlist?&lt;br&gt;&lt;br&gt;Kind regards,&lt;br&gt;Sörnt&lt;br&gt;&lt;br&gt;</description></item><item><title>Remote control and security issue</title><link>http://mediacentersandbox.com/forums/thread/9251.aspx</link><pubDate>Fri, 05 Jun 2009 12:10:52 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:9251</guid><dc:creator>Simo</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/9251.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=6&amp;PostID=9251</wfw:commentRss><description>Hi, &lt;br&gt;&lt;br&gt;I do not know if this is the right forum but I have a strange behavior when starting my MC application from the remote control and I think it is a security issue.&lt;br&gt;&lt;br&gt;If I enter the addin from a PC under standard or admin accounts everything works as expected, but if I try to start it via the remote control it crashes. Queries to the database do not succeed and the Media Center asks the user to quit the application. &lt;br&gt;&lt;br&gt;I found out that if I try to launch the addin from an unprivileged application, i.e. an exe with manifest file defining it asInvoker, I get the same result.&lt;br&gt;Using the Standard User Analyzer I found out that the database creates a mutex objects and needs some privilege to do that (and I still don't know which one it is).&lt;br&gt;&lt;br&gt;So, my questions are: what happens when you start the MediaCenter from the green button? Why is the ehshell process less privileged in this case and what can I do to bypass the privilege restrictions?&lt;br&gt;&lt;br&gt;&lt;br&gt;Thank you in advance for your help,&lt;br&gt;&lt;br&gt;Simo&lt;br&gt;</description></item><item><title>Changing music while running a photo slideshow</title><link>http://mediacentersandbox.com/forums/thread/9232.aspx</link><pubDate>Sat, 23 May 2009 10:29:32 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:9232</guid><dc:creator>eddyc</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/9232.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=3&amp;PostID=9232</wfw:commentRss><description>Windows 7 MC is behaving differently to Vista when my plug-in changes the currently playing music while a photo slideshow is active.&lt;br /&gt;&lt;br /&gt;Under Vista, the slideshow continues to play, and the "now playing" thumbnail in the lower left corner appears briefly to indicate what the new track selection is. This is nice behaviour.&lt;br /&gt;&lt;br /&gt;Under Windows 7 (all versions up to RC), the slideshow is interrupted and instead the Now Playing music screen for the newly selected music is displayed. This is very intrusive.&lt;br /&gt;&lt;br /&gt;Is there any way to revert back to the Vista behaviour? It only affects the slideshow display; at other points within media center (including when the photowall screensaver is active) the main display is not changed when new music starts.&lt;br /&gt;&lt;br /&gt;I'm using host.MediaCenterEnvironment.PlayMedia to play the music. I tried adding my own entrypoint via MediaExperience.EntryPointId after starting the music -- this works fine when I select 'Now playing' via the start menu, in that my own application gets control, but it doesn't seem to affect what the slideshow does.&lt;br /&gt;&lt;br /&gt;Thoughts and workarounds welcome.</description></item><item><title>OFF TOPIC: Codec Support Xbox 360</title><link>http://mediacentersandbox.com/forums/thread/9221.aspx</link><pubDate>Thu, 07 May 2009 09:54:37 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:9221</guid><dc:creator>soultaker</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/9221.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=3&amp;PostID=9221</wfw:commentRss><description>&lt;P&gt;With Windows7 right around the corner are there plans to support all flavors of the wmv on the xbox 360, specifically the following:&lt;/P&gt;
&lt;P&gt;
&lt;TABLE class=MsoNormalTable cellSpacing=0 cellPadding=0&gt;

&lt;TR&gt;
&lt;TD class=""&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN&gt;Microsoft MPEG-4 Video Codec V3&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=""&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN&gt;MP43&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class=""&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN&gt;Microsoft MPEG-4 Video Codec V2&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=""&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN&gt;MP42&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class=""&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN&gt;Microsoft MPEG-4 Video Codec V1&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD class=""&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN&gt;MP41&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;</description></item><item><title>WYSIWYG media center UI kit? /rant?</title><link>http://mediacentersandbox.com/forums/thread/9191.aspx</link><pubDate>Sat, 11 Apr 2009 12:59:01 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:9191</guid><dc:creator>thermacore</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/9191.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=3&amp;PostID=9191</wfw:commentRss><description>as text comes off as a crappy way to communicate, my question isn't as forceful as it seems, but, why hasn't microsoft come up with a way to give us a "what you see is what you get" designer for media center?  see, compared to wpf, media center has been around longer, and they already are in their third edition of expression blend.  why isn't there a version that ties into media center, or a stand alone UI designer?  maybe a UI plugin for visual studio?&lt;br /&gt;&lt;br /&gt;i, for one, am a noob.  i know this, and readily admit it.  and right at this moment, i'm crawling into my flame suit from the impending flame war...&lt;br /&gt;&lt;br /&gt;in expression blend i can quickly and easily create animations, applications, etc, without coding one single line of wpf.  i know some of you purists are thinking that's not a good way to program, but it gets the job done.  i've just started to teach myself how to program (i'm 31, VERY late in the game compared to some), and...i can hear the purists footsteps behind me...quite frankly, i don't have time to learn another language, between kids, work (obviously not related to computers), balancing time with your wife so she doesn't feel like you've left her for your computer...&lt;br /&gt;&lt;br /&gt;and i know some of you are thinking,"well, maybe programming isn't for you", but i think that with a UI kit for something would ease the pain of learning mcml, because you can see how things are implimented easily. &lt;br /&gt;&lt;br /&gt;so, how bout it, charlie, have you guys looked into it?  i guess i can't speak for everyone else, but i have at least 10 good ideas for media center, but between trying to learn c#, c++, objective c, a UI kit would SIGNIFICANTLY streamline development for me.  &lt;br /&gt;&lt;br /&gt;personally, i love media center and the way the extenders handle it.  with the beta of the new version, media center's damn near perfect (i wish i could add things to the stock MC components, ie. Zone controls to a multi zone music system in the Music tab).  i think the "resume" function to the Videos system is a long needed change.  i recently converted to the ati cablecard system in my house, ripped all my music and dvds, and i couldn't feel happier with my current setup.  i'd like to add more lifestyle apps into MC, and like i said before, a UI kit would streamline things unbelievably for me.  &lt;br /&gt;&lt;br /&gt;again, i'm not trying to set a tone of picking a fight with anyone here, but i'm asking why this hasn't been implemented?  is it because wpf apps can run on all versions of vista and media center is limited to 2 versions?  is it becasue media center has a smaller percentage of users? is it because windows is targeting more of a business market than an entertainment market? is it because the people who learn mcml come up with higher quality apps?  guys, am i alone in feeling this way?</description></item><item><title>If you've recently registered for this site</title><link>http://mediacentersandbox.com/forums/thread/9094.aspx</link><pubDate>Fri, 06 Mar 2009 08:13:48 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:9094</guid><dc:creator>Charlie</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/9094.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=3&amp;PostID=9094</wfw:commentRss><description>If you've recently registered for this site please send me an email to &lt;A href="mailto:charlieo@microsoft.com"&gt;charlieo@microsoft.com&lt;/A&gt;&amp;nbsp;so I can approve you into the system.</description></item><item><title>Pioneer reciever status within WIN7 MCE</title><link>http://mediacentersandbox.com/forums/thread/9068.aspx</link><pubDate>Sat, 21 Feb 2009 08:15:55 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:9068</guid><dc:creator>jacobjust</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/9068.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=6&amp;PostID=9068</wfw:commentRss><description>&lt;P&gt;Hi everyone&lt;BR&gt;&lt;BR&gt;I have got my pioneer reciever show status on screen with sound input, volume, sound source on overlay in other htpc software.&lt;BR&gt;&lt;BR&gt;But in MCE it will not show in overlay ... no mather what i try.&lt;BR&gt;&lt;BR&gt;So question is, how do i get my program to show the status in MCE window?&lt;BR&gt;&lt;BR&gt;What i need is 1 line text to show for approx 2-3 seconds, then dissapear.&lt;BR&gt;&lt;BR&gt;&lt;EM&gt;(All inputs i get from RS232 to my little program)&lt;/EM&gt;&lt;BR&gt;&lt;BR&gt;Any help very apreciated :-)&lt;BR&gt;&lt;BR&gt;Regards&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;</description></item><item><title>Simpler workflow for debugging media center plugins</title><link>http://mediacentersandbox.com/forums/thread/8902.aspx</link><pubDate>Wed, 28 Jan 2009 01:39:48 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:8902</guid><dc:creator>sambo99</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/8902.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=3&amp;PostID=8902</wfw:commentRss><description>FYI, I posted this &lt;a href="http://www.samsaffron.com/archive/2009/01/28/Simpler+debugging+of+Vista+Media+Center+plugins"&gt;blog post &lt;/a&gt;which outlines a simpler way to debug your MCML addins &lt;br&gt;&lt;br&gt;Hope you find it handy &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>Z Sample Application wix problems</title><link>http://mediacentersandbox.com/forums/thread/8844.aspx</link><pubDate>Mon, 19 Jan 2009 18:28:48 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:8844</guid><dc:creator>woolooloo</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/8844.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=3&amp;PostID=8844</wfw:commentRss><description>&lt;P&gt;I'm trying to play with the z sample application (from SDK 5.3), but the .wxs file that comes with it doesn't seem to be compatible with the current Wix3.0 release.&lt;/P&gt;
&lt;P&gt;It gives the following errors (summarized):&lt;/P&gt;
&lt;P&gt;Line 607, DestinationName and DestinationLongName cannot both be specified. Further, DestinationLongName is deprecated. So I remove the DestinationLongName attribute.&lt;/P&gt;
&lt;P&gt;Lines 897, 907, the DirectorySearch Id "EhomeDirectory" is a duplicate.&amp;nbsp; So I append "1" and "2" onto the end of EhomeDirectory for each one to make them unique.&lt;/P&gt;
&lt;P&gt;Wix now runs and creates a .MSI file, but when I run it, near the end it starts rolling back.&amp;nbsp; The install log shows:&lt;/P&gt;
&lt;P&gt;MSI (s) (94:A4) [13:09:04:074]: Executing op: ProgressTotal(Total=1,Type=1,ByteEquivalent=1300000)&lt;BR&gt;MSI (s) (94:A4) [13:09:04:076]: Executing op: ServiceInstall(Name=DownloadManager,DisplayName=Z Download Manager,ImagePath="C:\Program Files\Microsoft\Z\DownloadManagerService.exe",ServiceType=16,StartType=3,ErrorControl=32769,,,,,Password=**********,Description=Manages file downloads for the Z Windows Media Center Sample Application)&lt;BR&gt;MSI (s) (94:A4) [13:09:05:260]: Executing op: ActionStart(Name=ExecSecureObjects,,)&lt;BR&gt;Action 13:09:05: ExecSecureObjects. &lt;BR&gt;MSI (s) (94:A4) [13:09:05:265]: Executing op: CustomActionSchedule(Action=ExecSecureObjects,ActionType=3073,Source=BinaryData,Target=ExecSecureObjects,CustomActionData=Z_DownloadManagerService?ServiceInstall??Users?511)&lt;BR&gt;&lt;FONT color=#ff0000&gt;MSI (s) (94:F8) [13:09:05:300]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIB41C.tmp, Entrypoint: ExecSecureObjects&lt;BR&gt;ExecSecureObjects:&amp;nbsp; Error 0x80070424: failed to get security info for object: Z_DownloadManagerService&lt;/FONT&gt;&lt;BR&gt;Action ended 13:09:05: InstallFinalize. Return value 3.&lt;BR&gt;MSI (s) (94:A4) [13:09:05:326]: User policy value 'DisableRollback' is 0&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Can someone help me get this straightened out?&lt;/P&gt;</description></item><item><title>videos not playing some times..</title><link>http://mediacentersandbox.com/forums/thread/8808.aspx</link><pubDate>Mon, 12 Jan 2009 22:42:57 GMT</pubDate><guid isPermaLink="false">edf2c9e4-3a2f-48fb-a021-c4ce4a1a3ed1:8808</guid><dc:creator>krishkv23</dc:creator><slash:comments>0</slash:comments><comments>http://mediacentersandbox.com/forums/thread/8808.aspx</comments><wfw:commentRss>http://mediacentersandbox.com/forums/commentrss.aspx?SectionID=3&amp;PostID=8808</wfw:commentRss><description>&lt;P&gt;hello all,&lt;/P&gt;
&lt;P&gt;i am developing an application using MCML.. i am trying to append video in a page.. i have all the other controls like play, pause,stop and everything get working.. but the problem is the video is playing fine for the first time.. then when i go back to previous screen and try to play the same video again i dont see it playing.. it is not giving any errors.. but it is giving me black screen in the place where the video is supposed to play... &lt;/P&gt;
&lt;P&gt;the video i am trying to play is in database somewhere else... &lt;/P&gt;</description></item></channel></rss>