<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Windows Phone 7 April CTP and TransitioningContentControl</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/SlickThought/Windows-Phone-7-April-CTP-and-TransitioningContentControl/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/551367_100x75.jpg</url>
		<title>Channel 9 - Windows Phone 7 April CTP and TransitioningContentControl</title>
		<link></link>
	</image>
	<description>
In my original screencast (my blog or on

here on Channel 9), I showed you how to use the Silverlight Toolkit’s TransitioningContentControl to&amp;nbsp;add automatic transitions between pages of your Windows Phone 7 Silverlight application.&amp;nbsp; A few days after recording and posting that screencast,
 Microsoft released an updated version of the tools and the emulator.&amp;nbsp; Soon after, I started to get reports from folks watching my screencast that the
TransitioningContentControl not only didn’t work with the April CTP release, but it prevented their entire application from running. 
Bummer! &amp;nbsp; I started to dig into it, and it “appears” that the TransitioningContentControl is suffering from the bug talked about

here.&amp;nbsp; I say it “appears” to be related to that because the symptoms are the same, but unfortunately, the provided fix does not work on the System.Windows.Controls.Layout.Toolkit assembly that is created by building the Silverlight Toolkit.&amp;nbsp; I think it
 has something to do with the fact that the System.Windows.Controls.Layout.Toolkit project uses the output of several other projects, which are probably signed as well.&amp;nbsp; I am not sure how that propagates&amp;nbsp;into the final assembly, but the Powershell script does
 not fix things. 
To solve the problem, I just went “brute force” and added the necessary source files from the
TransitioningContentControl project to my own project and called it good.&amp;nbsp; A better step would have been to break that source out into its own project and create an unsigned assembly containing just the TCC that I could then reuse between Windows Phone
 projects, but I am assuming&amp;nbsp;at this point that whatever the bug is (signed assembly or other), will be fixed in a future release.&amp;nbsp; In the interim, this get the job done.&amp;nbsp;
 
Watch the short video (5 minutes) to see how to get things set up.&amp;nbsp; Skip to the 2:30 mark if you want to get right to the step required to add TCC directly to your project. 
Download source here
</description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 20:11:17 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 20:11:17 GMT</lastBuildDate>
	<generator>Rev9</generator>
</channel>
</rss>