For some reason with this WPF project, I am getting the following exception in Blend:

This happens when one UserControl is inside another UserControl or Window.  ItemBorder is a style that exists in a Resource Library linked to the application XAML file.  It doesn't matter where I move this resource or its library.  Even if I put it directly into the UserControl that is using it, I get this exception.  Only when I make it a local value and not a resource does this exception go away.  This exception only happens in Blend.  It doesn't happen in Visual Studio (i'm using 2010), and it doesn't occur when I run the application.
I'm at the end of my rope here. This problem means I am completely unable to use Expression Blend.
 
     
     
    