While using
<asp:Silverlight ID="Xaml1" runat="server"/>
an error occurs. What can we do?
|
|
While using
an error occurs. What can we do?
|
||||
|
|
|
That control no longer exists in ASP.NET (see Silverlight 3 release notes). You now include the object tag in the page. If you don't know the syntax, you can just create a new Silverlight project and just copy it from the template.
Specify the xap file in the source attribute. |
||
|
|
|
|
<asp:Silverlight> does not work in silverlight 3. You should use <object> |
||
|
|