I'm currently trying to upgrade an existing 3.0.6-solution to 4.0.4.2. I looked at FARMCode.org's tutorial regarding this upgrade and followed every step until the installation process begins.
This message occours while accessing ~/install/:
Parser Error Message: The base class includes the field 'umbracoScriptManager', but its type (System.Web.UI.ScriptManager) is not compatible with the type of control (System.Web.UI.ScriptManager).
Line 68: <asp:ScriptManager runat="server" ID="umbracoScriptManager">
Line 69: </asp:ScriptManager>
Every umbraco-.dll is replaced, the /umbraco/ and /umbraco_client/ is also replaced by the new files. I've also tried replacing System.Web.Extensions.dll/System.Web.Extensions.Design.dll with the 3.5-versions.
Upgrading 3.0.6 to 4.0.4.2 fails
Hi all!
I'm currently trying to upgrade an existing 3.0.6-solution to 4.0.4.2. I looked at FARMCode.org's tutorial regarding this upgrade and followed every step until the installation process begins.
This message occours while accessing ~/install/:
Parser Error Message: The base class includes the field 'umbracoScriptManager', but its type (System.Web.UI.ScriptManager) is not compatible with the type of control (System.Web.UI.ScriptManager).
Every umbraco-.dll is replaced, the /umbraco/ and /umbraco_client/ is also replaced by the new files. I've also tried replacing System.Web.Extensions.dll/System.Web.Extensions.Design.dll with the 3.5-versions.
The site is running on IIS6 with ASP.NET 3.5.
/ Patrik
is working on a reply...