Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Simplify Page Transitions in Windows Phone 7 Silverlight Applications
May 19, 2010 at 3:13 AMthx jeff, I will keep an eye on it.
Simplify Page Transitions in Windows Phone 7 Silverlight Applications
May 16, 2010 at 7:19 AMHey Jeff
Nice one!
But I can't get it to run in my solution. got rid of the signed assemblies bug but I get a senseless XAML parseexception from this line:
<layout:TransitioningContentControl Content="{TemplateBinding Content}" Style="{StaticResource TransitioningStyle}" />
When I run it, I get this:
XamlParseException occured
2024 An error has occurred. [Line: 19 Position: 12]
Parser says this:
Error 1 [Parser_SetValue_Exception]
Arguments: System.Windows.FrameworkElement.Style
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=4.0.50401.0&File=System.Windows.dll&Key=Parser_SetValue_Exception [Line: 144 Position: 39] C:\Users\Hypi\Documents\Visual Studio 2010\Projects\WinPhoneRSS\WinPhoneRSS\App.xaml 774 9 WinPhoneRSS
when I remove this line, it works but without transitions for sure
u have any clue?