PDA

View Full Version : Silverlight 2.0 Beta1 Hosting - Error: asp.


mkariv
03-29-2008, 04:32 AM
Hi all,
I have just uploaded my first Silverlight 2.0 Beta 1 application and got the following error

Unknown server tag 'asp:ScriptManager'

Does anyone know what it means? Anyone deployed SL2 application on discountaspnet? Anything special to do configuration wise?

wisemx
03-29-2008, 04:36 AM
Please tell how you created the files and how you deployed them.
i.e. VS2008, Silverlight Project, Following one of the tutorials, etc.
Salute,
Mark
PS- Your root web.config got deployed, right?

mtaneja
04-01-2008, 05:21 AM
ScriptManager is associated with AJAX. Do you have therelevant register tag on top of the page?

jmcfet
06-20-2008, 11:30 AM
If u are running 3.5 one should not need to do this. I am running into the same issue as my app runs fine on my local IIS , .net 3.5 system but
when I copy the files over I get this error. What I find puzzling is that the error page indicates that .net is 2.0. Is there a way to issue that the app runs under 3.5 at Discount?