Silverlight element is not a known element

I am using Silverlight 3 in Visual Studio 2008. Unfortunately I cannot get the element <asp:Silverlight>

to work, not intellisense and it emphasizes that it is not a known element.

I'm starting to think something hasn't been installed properly. Although I reinstalled Microsoft® Silverlight ™ 3 Tools for Visual Studio 2008 Service Pack 1 (SP1) and I'm pretty sure to enable asp: silverlight.

reference

+2


source to share


1 answer


As of Silverlight 3, the Silverlight ASP.NET server control is discontinued, you need to add the tag <object>

to your page instead .



+3


source







All Articles