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 6828663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:24:35+00:00 2026-05-26T22:24:35+00:00

I have a XAML resource dictionary in project A. How can I merge it

  • 0

I have a XAML resource dictionary in project A. How can I merge it into a resource dictionary in project B?

  • 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-26T22:24:35+00:00Added an answer on May 26, 2026 at 10:24 pm

    Where Granite.Xaml is the library and ConvertersList.xaml has been marked as a resource.

    <ResourceDictionary Source="/Granite.Xaml;component/ConvertersList.xaml" />
    

    Here is the contents of the resource dictionary. Note that I had to include the assembly name in the namespace declaration even though the converters are in the same project as the dictionary. If you fail to do this you will get a runtime exception.

    <ResourceDictionary 
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:converters="clr-namespace:Granite.Xaml.Converters;assembly=Granite.Xaml"
        >
    
        <converters:BoolToVisibilityConverter x:Key="BoolToVisibilityConverter" />
        <converters:DebugBreakConverter x:Key="DebugBreakConverter" />
        <converters:DebugTraceConverter x:Key="DebugTraceConverter" />
        <converters:DictionaryConverter x:Key="DictionaryConverter" />
        <converters:MaxLengthToBoolTrueConverter x:Key="MaxLengthToBoolTrueConverter" />
        <converters:MinLengthToBoolTrueConverter x:Key="MinLengthToBoolTrueConverter" />
        <converters:NotBoolToVisibilityConverter x:Key="NotBoolToVisibilityConverter" />
        <converters:NotConverter x:Key="NotConverter" />
        <converters:NotNullToBooleanConverter x:Key="NotNullToBooleanConverter" />
        <converters:NotNullToVisibilityConverter x:Key="NotNullToVisibilityConverter" />
        <converters:NotZeroToBooleanConverter x:Key="NotZeroToBooleanConverter" />
        <converters:NotZeroToVisibilityConverter x:Key="NotZeroToVisibilityConverter" />
        <converters:NullToBooleanConverter x:Key="NullToBooleanConverter" />
        <converters:NullToVisibilityConverter x:Key="NullToVisibilityConverter" />
        <converters:StringToBooleanConverter x:Key="StringToBooleanConverter" />
        <converters:StringToLowerConverter x:Key="StringToLowerConverter" />
        <converters:StringToUpperConverter x:Key="StringToUpperConverter" />
        <converters:ZeroToBooleanConverter x:Key="ZeroToBooleanConverter" />
        <converters:ZeroToVisibilityConverter x:Key="ZeroToVisibilityConverter" />
    
    </ResourceDictionary>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have resource dictionary files (MenuTemplate.xaml, ButtonTemplate.xaml, etc) that I want to use in
I have a class named Animations and a resource dictionary named animationResources.xaml on the
Given a resource dictionary loading some static resources into memory - is there any
I have a folder in my project, Templates , full of (compiled) XAML ResourceDictionaries.
I've been trying to get a resource dictionary into my visual studio c# express
I Have a ResourceDictionary Generic.xaml which consists of a set of other resource dictionaries,
i want to split my views project into sereveral modules. i wanna have a
I have a resource dictionary in my WPF application which contains the style information
If i have a resource dictionary that contains something like <RibbonTab x:Key=HomeRibbonComponent Header=test> </RibbonTab>
I have developed a WPF application. I have a one resource dictionary file in

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.