Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6154435
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T20:15:47+00:00 2026-05-23T20:15:47+00:00

I have problems with creating my own template from resource dictionary . It shows

  • 0

I have problems with creating my own template from resource dictionary . It shows me exception : Error [Line : 0 Position : 0] . I can’t find the error . Here is my source :

<ResourceDictionary
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="clr-namespace:oktaCMS.Menu">   
    <!-- RIBBON PANEL TEMPLATE -->
    <Style x:Key="RibbonPanelTemplate" TargetType="local:RibbonPanel">
        <Setter Property="Template">
            <Setter.Value>
                <ControlTemplate TargetType="local:RibbonPanel">
                    <Grid>
                        <VisualStateManager.VisualStateGroups>
                                <VisualStateGroup x:Name="DefaultStates">
                                    <VisualState x:Name="MouseOver" />
                                    <VisualState x:Name="Normal"/>
                                </VisualStateGroup>
                        </VisualStateManager.VisualStateGroups>
                        <Border BorderBrush="#FFE2DFEF" BorderThickness="1" Margin="0" CornerRadius="4">
                            <Grid>
                                <Grid x:Name="ContentArea" Margin="0,0,0,20" Background="Transparent"/>
                                <Border BorderBrush="#FFE2DFEF" BorderThickness="0,1,0,0" Margin="0" VerticalAlignment="Bottom" Height="20" CornerRadius="0,0,4,4" Background="#FFD1CDE6">
                                    <ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center"/>
                                </Border>
                            </Grid>
                        </Border>
                    </Grid>
                </ControlTemplate>
            </Setter.Value>
        </Setter>
    </Style>
</ResourceDictionary> 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T20:15:48+00:00Added an answer on May 23, 2026 at 8:15 pm

    If you are loading the XAML dynamically using XamlReader.Load(), then you probably need to qualify your “local” namespace with the full name of your assembly (not just the clr namespace).

    E.g. change this:

    xmlns:local="clr-namespace:oktaCMS.Menu"
    

    to something like this:

    xmlns:local="clr-namespace:oktaCMS.Menu;assembly=MyAssemblyName"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been having problems with creating a download list of files for a
I'm creating an application and I have problems with Cursor . I have an
I have problem creating new instance of excel 2007 using VBA (from Access 2002).
I am creating a settings editor where plugin writers can define their own user
I have a problem creating my own librairie to send email. This is my
I have a problem with creating my own subclass of NSData , which I
How can I include a page from magnolia into a magnolia template script? In
Im currently creating my own forum for my website and i have read plenty
I have problem with creating a simple MySQL trigger in C#. I'm using StringBuilder
I have an irritating problem, I'm creating an asp.net web service; this service should

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.