samuelt
February 24th, 2009, 01:42 AM
Hi Kirupa,
First I want to say thank you for your awesome tutorials. They have been very helpful.
However, I came across this basic tutorial on how to add Silverlight project onto a new website on your page.
http://www.kirupa.com/blend_silverlight/silverlight_website_projects_pg3.htm
I was applying these instructions above on another Silverlight project on your website.
http://www.kirupa.com/blend_silverlight/preloading_displaying_image_pg5.htm
And I came across this error below, which I'm unable to resolve.
I have looked across quite a bunch of forums to no avail.
Error 1 Unknown server tag 'asp:ScriptManager'. C:\Codes\Samples\Silverlight\LoadingImages_Tutoria l\Website\LoadingImages_TutorialTestPage.aspx 13
These are some of the code snippets my VS 2008 produced for me.
It's using the latest Silverlight Tools for VS SP1.
<%@ Page Language="c#" AutoEventWireup="true" %>
<%@ Register Assembly="System.Web.Silverlight" Namespace="System.Web.UI.SilverlightControls"
TagPrefix="asp" %>
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
Please help.
Thank you.
Samuel
First I want to say thank you for your awesome tutorials. They have been very helpful.
However, I came across this basic tutorial on how to add Silverlight project onto a new website on your page.
http://www.kirupa.com/blend_silverlight/silverlight_website_projects_pg3.htm
I was applying these instructions above on another Silverlight project on your website.
http://www.kirupa.com/blend_silverlight/preloading_displaying_image_pg5.htm
And I came across this error below, which I'm unable to resolve.
I have looked across quite a bunch of forums to no avail.
Error 1 Unknown server tag 'asp:ScriptManager'. C:\Codes\Samples\Silverlight\LoadingImages_Tutoria l\Website\LoadingImages_TutorialTestPage.aspx 13
These are some of the code snippets my VS 2008 produced for me.
It's using the latest Silverlight Tools for VS SP1.
<%@ Page Language="c#" AutoEventWireup="true" %>
<%@ Register Assembly="System.Web.Silverlight" Namespace="System.Web.UI.SilverlightControls"
TagPrefix="asp" %>
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
Please help.
Thank you.
Samuel