Anyone know how to fix this? 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).
Source Error:
Line 66: <body> Line 67: <form id="Form1" method="post" runat="server"> Line 68: <asp:ScriptManager runat="server" ID="umbracoScriptManager"> Line 69: </asp:ScriptManager>
I get the same error when trying to run a self-compiled version of the MailEngine-Project. Compilation works fine but opening the Newsletter-Window inside of umbraco gives me the error above.
Peter, where could the version conflict arise? I used the DLL's from my umbraco-installation (businesslogic...) and Visal Studio ist set to .Net2.0 (also tried (3.0). But both give me the same error.
Is there any help to get here? I just tried to update from v4.03 to 4.5 and got this error? I used the .NET 3.5 version from codeplex. Are there things i need to change? Running on a IIS 7 2008 server.
Parser Error Message: umbracoScriptManager
Anyone know how to fix this? 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).
Source Error:
Looks like a version-conflict to me. Are you trying to use .NET 3.5? If so, you should be using the correct web.config for that.
HTH,
Peter
I get the same error when trying to run a self-compiled version of the MailEngine-Project. Compilation works fine but opening the Newsletter-Window inside of umbraco gives me the error above.
Peter, where could the version conflict arise? I used the DLL's from my umbraco-installation (businesslogic...) and Visal Studio ist set to .Net2.0 (also tried (3.0). But both give me the same error.
Anyone knows about this issue?
Greets, Arnim.
Is there any help to get here? I just tried to update from v4.03 to 4.5 and got this error? I used the .NET 3.5 version from codeplex. Are there things i need to change? Running on a IIS 7 2008 server.
I've just fixed this problem that was causing an old umbraco site (v4.0.1) to crash.
1. Make sure you have ASP.NET Ajax 1.0 installed
2. In web config you must have
and this
is working on a reply...