Hello,
I am trying to use the HtmlEditor control and getting the following error, which I am still trying to figure out :-)
If you can please help me with what to try next Thanks!!
Assembly 'AjaxControlToolkit, Version=15.1.1.100, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' contains a Web resource with name 'HtmlEditor.ToolbarButtons.RemoveLink.debug.js', but does not contain an embedded resource with name 'HtmlEditor.ToolbarButtons.RemoveLink.debug.js'.
**Note: I noticed that in the debug and release folders the actual file was called HtmL (with a capital L). I renamed them.. and rebuilt etc, but it didn't help, so maybe it's caching or I need to change a manifest or something somewehere.
1.Latest release (just installed last night) 4-41-2015
1a. I added the Nuget for Microsoft Aspnet opitimizations
1b. Added the ajax minimizer from Microsoft
2.Added this pretty much exactly as the example shows but with a div.
Get the error on top
<%@ Register
Assembly="AjaxControlToolkit"
Namespace="AjaxControlToolkit.HtmlEditor"
TagPrefix="HTMLEditor"
%>
<asp:ScriptManager runat="server" ID="scriptid">
</asp:ScriptManager>
<div> <HTMLEditor:Editor runat="server" Height="300px" Width="100%" AutoFocus="true" /> </div>
I am trying to use the HtmlEditor control and getting the following error, which I am still trying to figure out :-)
If you can please help me with what to try next Thanks!!
Assembly 'AjaxControlToolkit, Version=15.1.1.100, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' contains a Web resource with name 'HtmlEditor.ToolbarButtons.RemoveLink.debug.js', but does not contain an embedded resource with name 'HtmlEditor.ToolbarButtons.RemoveLink.debug.js'.
**Note: I noticed that in the debug and release folders the actual file was called HtmL (with a capital L). I renamed them.. and rebuilt etc, but it didn't help, so maybe it's caching or I need to change a manifest or something somewehere.
1.Latest release (just installed last night) 4-41-2015
1a. I added the Nuget for Microsoft Aspnet opitimizations
1b. Added the ajax minimizer from Microsoft
2.Added this pretty much exactly as the example shows but with a div.
Get the error on top
<%@ Register
Assembly="AjaxControlToolkit"
Namespace="AjaxControlToolkit.HtmlEditor"
TagPrefix="HTMLEditor"
%>
<asp:ScriptManager runat="server" ID="scriptid">
</asp:ScriptManager>
<div> <HTMLEditor:Editor runat="server" Height="300px" Width="100%" AutoFocus="true" /> </div>