<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Mix 08: Silverlight Sessions</title>
	<atom:link href="http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/feed/" rel="self" type="application/rss+xml" />
	<link>http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/</link>
	<description></description>
	<pubDate>Fri, 25 Jul 2008 03:13:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Tim Aidlin</title>
		<link>http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/#comment-29629</link>
		<dc:creator>Tim Aidlin</dc:creator>
		<pubDate>Wed, 09 Apr 2008 20:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/#comment-29629</guid>
		<description>I designed the bags for this year's MIX08 conference using creative designed in collaboration with Mekanism.  I'm glad you like the bags and will use it!</description>
		<content:encoded><![CDATA[<p>I designed the bags for this year&#8217;s MIX08 conference using creative designed in collaboration with Mekanism.  I&#8217;m glad you like the bags and will use it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/#comment-26842</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 08 Mar 2008 19:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/#comment-26842</guid>
		<description>Your session rocked! The presentation was the best among all others - very clear and well laid out.</description>
		<content:encoded><![CDATA[<p>Your session rocked! The presentation was the best among all others - very clear and well laid out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rebecca</title>
		<link>http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/#comment-26781</link>
		<dc:creator>Rebecca</dc:creator>
		<pubDate>Sat, 08 Mar 2008 03:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/#comment-26781</guid>
		<description>I wasn't able to make it to the conference, but watched the posted session.  Excellent job!  I'm curious what code snippet manager you are using.  Much better than the one I have.</description>
		<content:encoded><![CDATA[<p>I wasn&#8217;t able to make it to the conference, but watched the posted session.  Excellent job!  I&#8217;m curious what code snippet manager you are using.  Much better than the one I have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/#comment-26756</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 07 Mar 2008 17:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/#comment-26756</guid>
		<description>It appears the answer is just to use the WCF Config Tool under the Tools menu in VS 2008.  It works great.  Don't try to do it manually in the web.config.  I really messed things up when I did.  Also, I chose to use a Web Application project, rather than a Web Site project like the Silverlight template gave me.</description>
		<content:encoded><![CDATA[<p>It appears the answer is just to use the WCF Config Tool under the Tools menu in VS 2008.  It works great.  Don&#8217;t try to do it manually in the web.config.  I really messed things up when I did.  Also, I chose to use a Web Application project, rather than a Web Site project like the Silverlight template gave me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/#comment-26690</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 07 Mar 2008 00:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/#comment-26690</guid>
		<description>Oh, and I couldn't find any way to contact Eugene, so I came here.

Thanks.</description>
		<content:encoded><![CDATA[<p>Oh, and I couldn&#8217;t find any way to contact Eugene, so I came here.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/#comment-26689</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 07 Mar 2008 00:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/#comment-26689</guid>
		<description>Karen,

I read Laurent Bugnion's blog entry (found here: http://geekswithblogs.net/lbugnion/archive/2008/03/05/mix08-working-with-data-and-web-services-in-microsoft-silverlight.aspx#358634) who attended the "Working with Data and Web Services in Microsoft Silverlight 2" session today presented by Eugene and yourself.

In the presentation, you guys noted that to make a generic WCF service compatible with SL, change the binding to "basicHttpBinding."  I tried changing the binding in the Web.config and it broke my service now and I can't fix it (giving this error: "Could not load file or assembly 'App_Web_eu-uepf8, ...' or one of its dependencies.").

Can you provide an example of how to correctly modify the binding to a "basicHttpBinding" (and perhaps what is causing my assembly load error)?

Thank you in advance.</description>
		<content:encoded><![CDATA[<p>Karen,</p>
<p>I read Laurent Bugnion&#8217;s blog entry (found here: <a href="http://geekswithblogs.net/lbugnion/archive/2008/03/05/mix08-working-with-data-and-web-services-in-microsoft-silverlight.aspx#358634" rel="nofollow">http://geekswithblogs.net/lbugnion/archive/2008/03/05/mix08-working-with-data-and-web-services-in-microsoft-silverlight.aspx#358634</a>) who attended the &#8220;Working with Data and Web Services in Microsoft Silverlight 2&#8243; session today presented by Eugene and yourself.</p>
<p>In the presentation, you guys noted that to make a generic WCF service compatible with SL, change the binding to &#8220;basicHttpBinding.&#8221;  I tried changing the binding in the Web.config and it broke my service now and I can&#8217;t fix it (giving this error: &#8220;Could not load file or assembly &#8216;App_Web_eu-uepf8, &#8230;&#8217; or one of its dependencies.&#8221;).</p>
<p>Can you provide an example of how to correctly modify the binding to a &#8220;basicHttpBinding&#8221; (and perhaps what is causing my assembly load error)?</p>
<p>Thank you in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirti C</title>
		<link>http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/#comment-26667</link>
		<dc:creator>Kirti C</dc:creator>
		<pubDate>Thu, 06 Mar 2008 19:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/#comment-26667</guid>
		<description>Wicked Cool! 

Posting from MIX08 session as you are presenting. Really Awesome! Thanks</description>
		<content:encoded><![CDATA[<p>Wicked Cool! </p>
<p>Posting from MIX08 session as you are presenting. Really Awesome! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe Lauer [MS]</title>
		<link>http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/#comment-26663</link>
		<dc:creator>Christophe Lauer [MS]</dc:creator>
		<pubDate>Thu, 06 Mar 2008 18:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://scorbs.com/2008/03/04/mix-08-silverlight-sessions/#comment-26663</guid>
		<description>Just to say "Hi" live from your session, and kudos for the great job with the Silverlight 2 Controls :)</description>
		<content:encoded><![CDATA[<p>Just to say &#8220;Hi&#8221; live from your session, and kudos for the great job with the Silverlight 2 Controls <img src='http://scorbs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.485 seconds -->
