Stephen Lacy
Stephen Lacy

Reputation:

Element Silverlight is not a known element

I'm using Silverlight 3 in Visual Studio 2008. Unfortunately I can't seem to get the <asp:Silverlight> element to work, it's not on the intellisense and it underlines it saying its not a known element.

I'm beginning to think something wasn't installed properly. Although I've reinstalled the Microsoft® Silverlight™ 3 Tools for Visual Studio 2008 SP1 and I'm pretty sure that's what is meant to include asp:silverlight.

Help?

Upvotes: 2

Views: 666

Answers (1)

AnthonyWJones
AnthonyWJones

Reputation: 189437

As of Silverlight 3 the Silverlight ASP.NET server control is discontinued, you need to write the <object> tag approach into your page instead.

Upvotes: 3

Related Questions