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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T01:56:12+00:00 2026-05-13T01:56:12+00:00

I am trying to use Blend 3.0 to edit a project that contains some

  • 0

I am trying to use Blend 3.0 to edit a project that contains some WPF controls. This project already compiles and runs fine from Visual Studio 2008.

In Blend however, I’m getting mysterious errors that make no sense:

For example, I have a class that derives from Control :

namespace Company.WPFControls.SearchTextBox
{
    public class SearchTextBox : Control
    {
        ...
    }
}

And I try to use it in a resource, in the same assembly, to assign a style:

<ResourceDictionary 
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
    xmlns:local="clr-namespace:Company.WPFControls.SearchTextBox" 

    <Style TargetType="{x:Type local:SearchTextBox}">
        ...
    </Style>
</ResourceDictionary>

I get the following error in Blend:

The name “SearchTextBox” does not
exist in the namespace
“clr-namespace:Company.WPFControls.SearchTextBox”.

I’ve tried specifying the assembly name, by adding ;assembly=Company.WPFControls but it doesn’t remove the error.

Is there any way to fix this or at least figure out where the problem comes from?

  • 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-13T01:56:12+00:00Added an answer on May 13, 2026 at 1:56 am

    I had the same problem with Blend 2, on a Windows Vista 64.

    I normally compile my solution in VS2008, with a “Debug – x86” target on all my projects, so that it’s compatible with some other 32 bits-only projects.

    It looks like Blend loves the “Debug – Any CPU” targets.
    I basically changed my configuration manager so that it targets Any CPU platforms instead of x86.

    So…

    • Open your solution in Blend and in VS2008
    • In VS2008, choose the menu Build ->
      Configuration Manager
    • Ensure that your solution
      configuration has a “Debug – Any CPU”
      for all projects
    • Compile in VS2008
    • tadaaaa Your blend project should update and remove those errors…
      well it did for me

    I did the opposite to verify if it was really that, and it seems yes… I simply reverted the solution changes back to Debug – x86, cleaned everything, and rebuilded, and I was still back with the error “Does not exist […]”

    As for the “Why?”… I don’t know, but at least it works now!

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

Sidebar

Related Questions

I have an custom UserControl that displays an image, i'm trying to use this
I am trying use this example http://www.sajithmr.me/jrecorder/example2.html for recording audio and send it to
Trying to use this method (gist of which is use self.method_name in the FunnyHelper
I am trying to use the Visual State Manager in blend to animate a
I've created a style in generic.xaml that i want to use in my project
I've just started out fiddling with WPF in Expression Blend and now I'm trying
I am trying to learn to use Expression Blend to build SilverLight UI. I
I am trying to use opengl to make isometric drawings. According to: http://en.wikipedia.org/wiki/Isometric_projection#Mathematics this
I am trying use Google Maps for my work; I have downloaded an example
I was trying use a set of filter functions to run the appropriate routine,

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.