up vote 3 down vote favorite
share [g+] share [fb]

Update:

Screenshot http://farm4.static.flickr.com/3277/3048788466_661e8e5e78_b.jpg

To reproduce:

  1. Get this sample project from Silveright.net - http://download.microsoft.com/download/5/9/2/5922d533-7ed5-4065-a138-ce3d9ca266e5/4-UserControls_Source_CS.zip

  2. Open the UserControlDemo Solution. Then on Line 9 of Page.xaml, you'll see the error.

    http://download.microsoft.com/download/5/9/2/5922d533-7ed5-4065-a138-ce3d9ca266e5/4-UserControls_Source_CS.zip

I'm creating a User Control in Silverlight 2 using this as my guide.

The problem is that when I use my User Control in Page.xaml, the XAML canvas shows this error: "Unknown attribute Name on element ... ."

Due to this error, I can no longer preview my XAML canvas. The strange thing is that the project still builds and renders my User Control beautifully.

Upon investigating the problem, I've found out the the cause of the problem was that my User Control was using a Style which is a StaticResource. When I remove this Style Property, the error in my Page.xaml XAML file disappears.

This error has been talk about in other online threads but unfortunately to no resolve.

I'm using the latest release and service packs of Visual Studio 2008 and Silverlight 2.

Is there something wrong with what I'm doing or is this a VS/Silverlight bug?

Thanks in advance!

link|improve this question
Could you post the xaml file that generates this error? – Aaron Fischer Nov 21 '08 at 18:35
Hi Aaron, Get this sample project from Silveright.net - download.microsoft.com/download/5/9/2/… Open the UserControlDemo Solution. Then on Line 9 of Page.xaml, you'll see the error. See the entry above for the pic. Thanks! – ptio Nov 21 '08 at 19:36
feedback

2 Answers

up vote 1 down vote accepted

You might try this article for a workaround:

Resource Sharing in Silverlight

link|improve this answer
By reading the article, I'm guessing that this is the problem. So I guess its a Silverlight bug. Thanks Tim! – ptio Nov 25 '08 at 17:40
feedback

In my experience the Visual Studio XAML designer, especially with Silverlight, will crap out for pretty much anything. I can't open a XAML file without all sorts of those mysterious errors and when it does render in the designer, it's not usually very useful.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.