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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:40:43+00:00 2026-05-20T18:40:43+00:00

After creating a new Silverlight application from the JetPack theme template that was installed,

  • 0

After creating a new Silverlight application from the JetPack theme template that was installed, I try to follow the instructions provided in the App.xaml file about how to enable themeing of silverlight toolkit controls,

            <!--
            <ResourceDictionary Source="Assets/ToolkitStyles.xaml"/>
            To extend this theme to include the toolkit controls:
            1. Install the Silverlight Toolkit for Silverlight 4
            2. Add a Toolkit control to your project from the toolbox. This will add references to toolkit assemblies.
            3. Change the "Build Action" for ToolkitStyles.xaml to "Page"
            4. Uncomment the resource dictionary include above.

            If you do not intend to use toolkit controls, delete this comment and the ToolkitStyles.xaml file.-->

I follow the instructions correctly but the project now does not compile, here are the 39 or so errors it throws out.

I’m new to Silverlight (coming from MVC/jQuery) and it might be something I’m doing.

Error 40 An error occurred while finding the resource dictionary “Assets/ToolkitStyles.xaml”. X:\Projects\ISMM\ISMM.SilverlightUI\app.xaml 18 17 ISMM.SilverlightUI

Error 20 Assembly ‘System.Windows.Controls.DataVisualization.Toolkit’ was not found. Verify that you are not missing an assembly reference. Also, verify that your project and all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1 603 ISMM.SilverlightUI

Error 19 Assembly ‘System.Windows.Controls.Input.Toolkit’ was not found. Verify that you are not missing an assembly reference. Also, verify that your project and all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1 421 ISMM.SilverlightUI

Error 39 The attachable property ‘Effect’ was not found in type ‘Legend’. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 2204 38 ISMM.SilverlightUI
Error 34 The attachable property ‘IsFieldGroup’ was not found in type ‘DataField’. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1738 27 ISMM.SilverlightUI

Error 31 The attachable property ‘LayoutTransform’ was not found in type ‘LayoutTransformer’. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1619 38 ISMM.SilverlightUI

Error 13 The property ‘IsFieldGroup’ does not exist on the type ‘Grid’ in the XML namespace ‘http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit&#8217;. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1738 27 ISMM.SilverlightUI

Error 11 The tag ‘AccordionButton’ does not exist in XML namespace ‘http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit&#8217;. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1622 38 ISMM.SilverlightUI
Error 2 The tag ‘ButtonSpinner’ does not exist in XML namespace ‘http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit&#8217;. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 565 26 ISMM.SilverlightUI

Error 3 The tag ‘ButtonSpinner’ does not exist in XML namespace ‘http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit&#8217;. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 665 26 ISMM.SilverlightUI

Error 4 The tag ‘ButtonSpinner’ does not exist in XML namespace ‘http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit&#8217;. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 896 26 ISMM.SilverlightUI
Error 16 The tag ‘EdgePanel’ does not exist in XML namespace ‘clr-namespace:System.Windows.Controls.DataVisualization.Charting.Primitives;assembly=System.Windows.Controls.DataVisualization.Toolkit’. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 2199 34 ISMM.SilverlightUI

Error 1 The tag ‘ExpandableContentControl’ does not exist in XML namespace ‘http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit&#8217;. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 365 34 ISMM.SilverlightUI
Error 12 The tag ‘ExpandableContentControl’ does not exist in XML namespace ‘http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit&#8217;. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1624 34 ISMM.SilverlightUI

Error 9 The tag ‘LayoutTransformer’ does not exist in XML namespace ‘http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit&#8217;. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1455 38 ISMM.SilverlightUI
Error 10 The tag ‘LayoutTransformer’ does not exist in XML namespace ‘http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit&#8217;. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1618 34 ISMM.SilverlightUI

Error 17 The tag ‘Legend’ does not exist in XML namespace ‘http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit&#8217;. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 2203 34 ISMM.SilverlightUI
Error 5 The tag ‘LinearClipper’ does not exist in XML namespace ‘clr-namespace:System.Windows.Controls.Primitives;assembly=System.Windows.Controls.Input.Toolkit’. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 975 26 ISMM.SilverlightUI

Error 7 The tag ‘ListTimePickerPopup’ does not exist in XML namespace ‘http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit&#8217;. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1122 22 ISMM.SilverlightUI

Error 14 The tag ‘ResourceDictionaryCollection’ does not exist in XML namespace ‘http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit&#8217;. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1960 18 ISMM.SilverlightUI

Error 6 The tag ‘TimePickerPopupTemplate’ does not exist in XML namespace ‘http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit&#8217;. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1121 18 ISMM.SilverlightUI

Error 8 The tag ‘TimeUpDown’ does not exist in XML namespace ‘http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit&#8217;. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1230 26 ISMM.SilverlightUI

Error 15 The tag ‘Title’ does not exist in XML namespace ‘http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit&#8217;. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 2193 30 ISMM.SilverlightUI

Error 37 The type ‘dvp:EdgePanel’ was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 2199 34 ISMM.SilverlightUI

Error 25 The type ‘prim:LinearClipper’ was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 975 26 ISMM.SilverlightUI

Error 32 The type ‘toolkit:AccordionButton’ was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1622 38 ISMM.SilverlightUI

Error 22 The type ‘toolkit:ButtonSpinner’ was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 565 26 ISMM.SilverlightUI

Error 23 The type ‘toolkit:ButtonSpinner’ was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 665 26 ISMM.SilverlightUI

Error 24 The type ‘toolkit:ButtonSpinner’ was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 896 26 ISMM.SilverlightUI

Error 21 The type ‘toolkit:ExpandableContentControl’ was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 365 34 ISMM.SilverlightUI

Error 33 The type ‘toolkit:ExpandableContentControl’ was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1624 34 ISMM.SilverlightUI

Error 29 The type ‘toolkit:LayoutTransformer’ was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1455 38 ISMM.SilverlightUI

Error 30 The type ‘toolkit:LayoutTransformer’ was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1618 34 ISMM.SilverlightUI
Error 38 The type ‘toolkit:Legend’ was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 2203 34 ISMM.SilverlightUI

Error 27 The type ‘toolkit:ListTimePickerPopup’ was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1122 22 ISMM.SilverlightUI

Error 35 The type ‘toolkit:ResourceDictionaryCollection’ was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1960 18 ISMM.SilverlightUI

Error 26 The type ‘toolkit:TimePickerPopupTemplate’ was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1121 18 ISMM.SilverlightUI

Error 28 The type ‘toolkit:TimeUpDown’ was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 1230 26 ISMM.SilverlightUI

Error 36 The type ‘toolkit:Title’ was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built. X:\Projects\ISMM\ISMM.SilverlightUI\Assets\ToolkitStyles.xaml 2193 30 ISMM.SilverlightUI

  • 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-20T18:40:44+00:00Added an answer on May 20, 2026 at 6:40 pm

    Looks like Toolkit problems. What references have you got in the project?

    There are quite a few assemblies that make up the toolkit. Looks like some of them it wants are ‘System.Windows.Controls.DataVisualization.Toolkit’ and ‘System.Windows.Controls.Input.Toolkit’. The DockPanel is part of ‘System.Windows.Controls.Toolkit’ or something similar so that one might have been added when you dragged a DockPanel in.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have such view that handles user registration. After creating new user i want
I'm creating a fast application with ruby on rails, and after doing a lot
I'm bumbling my way through creating a Silverlight 3 application. I need some high
I am creating a new Silverlight project in Visual Studio 2008 Sp1. Further creating
After creating a new user john with: CREATE USER john PASSWORD 'test'; CREATE DATABASE
After creating a new workbook, I am trying to solve a newly created worksheet
After creating a new form, I usually perform this ritual: Change the name into
After creating the grill with GridLayout: supper(new GridLayout(rows, column)); I will add to demand
After creating a instance of a class, can we invoke the constructor explicitly? For
After updating or creating a record I use url helper to redirect to the

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.