Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Everyone,

I have got few issues while trying to implement a sliding menu ("Facebook" like) in my windows phone 8 application.

When I added the following code in app.xaml, it shows following issues

XML
<Application.RootVisual>
            <library:SlideApplicationFrame Header="ManageIT"
                                       Background="White">
                <!--<library:SlideApplicationFrame.LeftContent>
                <pages:LeftView />
            </library:SlideApplicationFrame.LeftContent>-->
                <!--<library:SlideApplicationFrame.RightContent>
                <pages:RightView />
            </library:SlideApplicationFrame.RightContent>-->
            </library:SlideApplicationFrame>
        </Application.RootVisual>


The exception is given below.

XML
Error   1   Nested properties are not supported: Application.RootVisual.
Error   2   The attachable property 'RootVisual' was not found in type 'Application'.
Error   3   Unexpected PROPERTYELEMENT in parse rule PropertyElement ::= . PROPERTYELEMENT Content? ENDTAG..


Can anyone help me to solve this?
Is it because the reference to System.Windows.UIElement is not done?

Regards
Sebastian
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900