Type 'System.Web.UI.ScriptManager' does not have a public property named 'CompositeScript-ScriptMode

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
I just installed nopcommerce 1.5 (unmodified) on a Windows 2003 server (w/all the latest service packs), but I can't get to the admin page - just get the following error message.


Parser Error Message: Type 'System.Web.UI.ScriptManager' does not have a public property named 'CompositeScript-ScriptMode'.

Source Error:

Line 11: <body>
Line 12:     <form id="form1" runat="server">
Line 13:     <asp:ScriptManager runat="server" ID="sm1" EnableScriptGlobalization="true" EnableScriptLocalization="true"
Line 14:         ScriptMode="Release" CompositeScript-ScriptMode="Release" />
Line 15:     <div class="master-wrapper-page">


Source File: /Administration/main.master    Line: 13


any ideas?  it looks like there is a wrong version of the scriptmanager.
What is the correct version of the AJAX for this?
13 年 前
Oops! I tried to install it on a server that does not have FW3.5 SP1 on it (ASPDotNetStoreFront 7 is running on that machine and it is incompatible w/SP1).
I installed it on a machine with FW3.5SP1 on it and it works now!
Hope my error helps someone out!

I LOVE the admin side!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.