<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.bingads.microsoft.com/utility/FeedStylesheets/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>Microsoft Advertising SDK for Windows Apps</title><link>http://community.bingads.microsoft.com/msa/en/global/b/blog/archive/2011/12/07/microsoft-advertising-sdk-for-windows-metro-apps.aspx</link><description>In September at the BUILD Conference in Anaheim, CA, Microsoft shared the Windows 8 developer preview with thousands of eager developers. Then yesterday , in San Francisco, Microsoft outlined a variety of monetization options for developers including</description><dc:language>en</dc:language><generator>6.x Production</generator><item><title>Microsoft Advertising SDK for Windows Apps</title><link>http://community.bingads.microsoft.com/msa/en/global/b/blog/archive/2011/12/07/microsoft-advertising-sdk-for-windows-metro-apps.aspx#112539</link><pubDate>Wed, 05 Sep 2012 23:42:32 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:4685bd05-5590-4cef-9726-af39980f1410</guid><dc:creator>Anonymous-EN</dc:creator><description>&lt;p&gt;how can i register application ID and Ad Unit ID????? bit confused, and where can i get code? I didnot see the code why please?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bingads.microsoft.com/aggbug.aspx?PostID=112539&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Microsoft Advertising SDK for Windows Apps</title><link>http://community.bingads.microsoft.com/msa/en/global/b/blog/archive/2011/12/07/microsoft-advertising-sdk-for-windows-metro-apps.aspx#106979</link><pubDate>Tue, 10 Jan 2012 20:44:03 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:c1243f3e-761f-4985-a0da-dc892e194bbd</guid><dc:creator>Anonymous-en-US</dc:creator><description>&lt;p&gt;Hi Ian,&lt;/p&gt;
&lt;p&gt;That worked well but as you pointed out the designer view doesn&amp;#39;t seem to like the component even in test mode.&lt;/p&gt;
&lt;p&gt;Still, can&amp;#39;t complain, works well.&lt;/p&gt;
&lt;p&gt;Once again thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bingads.microsoft.com/aggbug.aspx?PostID=106979&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Microsoft Advertising SDK for Windows Apps</title><link>http://community.bingads.microsoft.com/msa/en/global/b/blog/archive/2011/12/07/microsoft-advertising-sdk-for-windows-metro-apps.aspx#106968</link><pubDate>Tue, 10 Jan 2012 15:01:46 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:83ca2be4-8685-48ab-be01-eae6817aeef8</guid><dc:creator>Anonymous-en-US</dc:creator><description>&lt;p&gt;Thank you Ian, will take a look&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bingads.microsoft.com/aggbug.aspx?PostID=106968&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Microsoft Advertising SDK for Windows Apps</title><link>http://community.bingads.microsoft.com/msa/en/global/b/blog/archive/2011/12/07/microsoft-advertising-sdk-for-windows-metro-apps.aspx#106954</link><pubDate>Mon, 09 Jan 2012 22:52:35 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:7788547b-0592-48d1-a182-46af750d27b9</guid><dc:creator>Ian Ferreira - MSFT</dc:creator><description>&lt;p&gt;@Redtalon&lt;/p&gt;
&lt;p&gt;Please refer to the help file for more details, but hte following markup should work. Ensure you have the Internet Client capability checked.&lt;/p&gt;
&lt;p&gt;&amp;lt;UserControl x:Class=&amp;quot;My_Ad_Funded_Metro_style_App.MainPage&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;xmlns=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/winfx/2006/xaml/presentation&amp;quot;"&gt;schemas.microsoft.com/.../presentation&amp;quot;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;xmlns:x=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/winfx/2006/xaml&amp;quot;"&gt;schemas.microsoft.com/.../xaml&amp;quot;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;xmlns:d=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.microsoft.com/expression/blend/2008&amp;quot;"&gt;schemas.microsoft.com/.../2008&amp;quot;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;xmlns:mc=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://schemas.openxmlformats.org/markup-compatibility/2006&amp;quot;"&gt;schemas.openxmlformats.org/.../2006&amp;quot;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;xmlns:my=&amp;quot;using:Microsoft.Advertising.WinRT.UI&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;mc:Ignorable=&amp;quot;d&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;d:DesignHeight=&amp;quot;768&amp;quot; d:DesignWidth=&amp;quot;1366&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Grid x:Name=&amp;quot;LayoutRoot&amp;quot; Background=&amp;quot;#FF0C0C0C&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;lt;my:AdControl x:Name=&amp;quot;AdControl1&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ApplicationId=&amp;quot;test_client&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AdUnitId=&amp;quot;Image_250x250&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Width=&amp;quot;250&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Height=&amp;quot;250&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/Grid&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/UserControl&amp;gt;&lt;/p&gt;
&lt;p&gt;@Nathan&lt;/p&gt;
&lt;p&gt;Please see above comments around capabilities. FWIW, we have seen some issues with the XAML designer, which would get addressed by the platform.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bingads.microsoft.com/aggbug.aspx?PostID=106954&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Microsoft Advertising SDK for Windows Apps</title><link>http://community.bingads.microsoft.com/msa/en/global/b/blog/archive/2011/12/07/microsoft-advertising-sdk-for-windows-metro-apps.aspx#106915</link><pubDate>Sat, 07 Jan 2012 19:21:42 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:55687b14-0ac5-4664-9e80-92b5c66302b6</guid><dc:creator>Anonymous-en-US</dc:creator><description>&lt;p&gt;Tried to get the xaml version working as well, using the above example.&lt;/p&gt;
&lt;p&gt;Page wont load, get following error:&lt;/p&gt;
&lt;p&gt;An exception of type &amp;#39;Windows.UI.Xaml.Markup.XamlParseException&amp;#39; occurred in assetregister.exe but was not handled in user code&lt;/p&gt;
&lt;p&gt;Additional information: The type &amp;#39;AdControl&amp;#39; was not found because &amp;#39;clr-namespace:Microsoft.Advertising.WinRT.UI;assembly=Microsoft.Advertising&amp;#39; is an unknown namespace. [Line: 211 Position: 83]&lt;/p&gt;
&lt;p&gt;Looked at the object and its in there, not sure what is going on.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bingads.microsoft.com/aggbug.aspx?PostID=106915&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Microsoft Advertising SDK for Windows Apps</title><link>http://community.bingads.microsoft.com/msa/en/global/b/blog/archive/2011/12/07/microsoft-advertising-sdk-for-windows-metro-apps.aspx#106673</link><pubDate>Sat, 31 Dec 2011 11:27:53 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:70d45fbd-8e7b-4bca-95d8-334617a60503</guid><dc:creator>Anonymous-en-US</dc:creator><description>&lt;p&gt;Well, after adding the library to the project, adding a reference and borrowing from phone code (change Mobile to WinRT in the namespace definition), I was able to get a C#/XAML version to compile, but it hangs when the component is loaded from the library, so maybe it isn&amp;#39;t quite ready yet...&lt;/p&gt;
&lt;p&gt;xmlns:my=&amp;quot;clr-namespace:Microsoft.Advertising.WinRT.UI;assembly=Microsoft.Advertising&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;lt;my:AdControl x:Name=&amp;quot;adBox&amp;quot; &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;Height=&amp;quot;250&amp;quot; &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;Width=&amp;quot;300&amp;quot; &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;VerticalAlignment=&amp;quot;Top&amp;quot; &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;HorizontalAlignment =&amp;quot;Right&amp;quot; &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;AdUnitId=&amp;quot;Image_300x250&amp;quot;&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;ApplicationId=&amp;quot;test_client&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bingads.microsoft.com/aggbug.aspx?PostID=106673&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Microsoft Advertising SDK for Windows Apps</title><link>http://community.bingads.microsoft.com/msa/en/global/b/blog/archive/2011/12/07/microsoft-advertising-sdk-for-windows-metro-apps.aspx#106158</link><pubDate>Fri, 16 Dec 2011 19:51:59 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:061e2af9-c92a-4b12-878d-5859fe9d1979</guid><dc:creator>Angela Westell</dc:creator><description>&lt;p&gt;When new innovation is developed iWindows 8 in the form of the new apps that are being developed continually by a dedicated team, advertisement is the fun bit !&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bingads.microsoft.com/aggbug.aspx?PostID=106158&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Microsoft Advertising SDK for Windows Apps</title><link>http://community.bingads.microsoft.com/msa/en/global/b/blog/archive/2011/12/07/microsoft-advertising-sdk-for-windows-metro-apps.aspx#105986</link><pubDate>Tue, 13 Dec 2011 02:46:57 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:2902fe68-f549-4ffa-883a-6c0721f200f7</guid><dc:creator>Tutang MM</dc:creator><description>&lt;p&gt;A lot of new information here, and of course as IT Professional in Indonesia many new science and valuable information for me&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bingads.microsoft.com/aggbug.aspx?PostID=105986&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Microsoft Advertising SDK for Windows Apps</title><link>http://community.bingads.microsoft.com/msa/en/global/b/blog/archive/2011/12/07/microsoft-advertising-sdk-for-windows-metro-apps.aspx#105985</link><pubDate>Tue, 13 Dec 2011 02:46:03 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:96a293a2-ee06-4ffb-a44e-627e407eb7a2</guid><dc:creator>Tutang MM</dc:creator><description>&lt;p&gt;A lot of new information here, and of course as IT Professional in Indonesia many new science and valuable information for me&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bingads.microsoft.com/aggbug.aspx?PostID=105985&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Microsoft Advertising SDK for Windows Apps</title><link>http://community.bingads.microsoft.com/msa/en/global/b/blog/archive/2011/12/07/microsoft-advertising-sdk-for-windows-metro-apps.aspx#105891</link><pubDate>Fri, 09 Dec 2011 05:38:05 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:df5a5c98-6650-461d-a8c0-8764a4b85289</guid><dc:creator>Anonymous-en-US</dc:creator><description>&lt;p&gt;This information is very nice. I hope it will get more benefit to me.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bingads.microsoft.com/aggbug.aspx?PostID=105891&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Microsoft Advertising SDK for Windows Apps</title><link>http://community.bingads.microsoft.com/msa/en/global/b/blog/archive/2011/12/07/microsoft-advertising-sdk-for-windows-metro-apps.aspx#105876</link><pubDate>Fri, 09 Dec 2011 01:20:07 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:5b47b87f-1e59-4ee1-973c-6b1e23e4ef74</guid><dc:creator>Anonymous-en-US</dc:creator><description>&lt;p&gt;@techSage - I think he said that the next post would show XAML, so that means we should see some C# coming up...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bingads.microsoft.com/aggbug.aspx?PostID=105876&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Microsoft Advertising SDK for Windows Apps</title><link>http://community.bingads.microsoft.com/msa/en/global/b/blog/archive/2011/12/07/microsoft-advertising-sdk-for-windows-metro-apps.aspx#105864</link><pubDate>Thu, 08 Dec 2011 18:04:21 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:21497086-0a0a-4b0c-bd36-0c7162fde87f</guid><dc:creator>Anonymous-en-US</dc:creator><description>&lt;p&gt;Please don&amp;#39;t start assuming that developers that would be interested in this would want to see ONLY an HTML example of how to use this.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bingads.microsoft.com/aggbug.aspx?PostID=105864&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Microsoft Advertising SDK for Windows Apps</title><link>http://community.bingads.microsoft.com/msa/en/global/b/blog/archive/2011/12/07/microsoft-advertising-sdk-for-windows-metro-apps.aspx#105840</link><pubDate>Thu, 08 Dec 2011 01:54:14 GMT</pubDate><guid isPermaLink="false">38871f28-9d99-44e5-98e7-e3efb574d0b2:acb9bd27-bf11-4bf9-b639-7c38eda38a22</guid><dc:creator>Anonymous-en-US</dc:creator><description>&lt;p&gt;FYI - If you are having issues with the help file, please save to your local machine, right click on properties and click on UnBlock.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://community.bingads.microsoft.com/aggbug.aspx?PostID=105840&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>