I originally tagged this onto another thread but I think it's a dead post. I'm having some problems using CE in a custom DNN control. It's working fine on other controls (core and purchased) but when I put in on my ascx file it looks like this....
My ascx code looks like this:
<%
@ Register TagPrefix="dnn" TagName="TextEditor" Src="~/controls/TextEditor.ascx"%>
<%
@ Control Language="vb" AutoEventWireup="false" CodeFile="Settings.ascx.vb" Inherits="MyCompanyName.Modules.DealerInventoryDetail.Settings" %>
<dnn:TextEditor id="teTemplate" runat="server" width="100%" height="250"></dnn:TextEditor>
I'm running CE 5.2
DNN 4.0.2
VS 2005
ASP.Net 2.0