我正在使用 web developer 2010。我关注了这个帖子:如何将 silverlight 集成到 aspx 中?.
但它显示 msgbox 说已经添加了参考。当我尝试运行我的 aspx 页面时,我得到一个错误:未知的服务器标签“asp:Silverlight”。我有 .net 框架 4、silverlight 3 和 4。
我在 .aspx 中有代码:
<div><asp:ScriptManager runat="server" ID="ScriptManager"/>
<asp:Silverlight runat="server" ID="silverlightLayout" InstallationMode="Inline" Version="1.1" Source="MainPage.xaml"
EnableHtmlAccess="true" Windowless="true" Width="844" Height="472" PluginBackColor="Transparent" /> </div>
我现在该怎么办?