<%@ Register assembly="CKEditor.NET" namespace="CKEditor.NET" tagprefix="CKEditor" %>
<div class="main" style="height:400px; padding-top:30px;">
<CKEditor:CKEditorControl ID="CKEditorControl1" runat="server">
</CKEditor:CKEditorControl>
</div>
asp.net で CKeditor を使用しようとしましたが、参照 .dll を追加した後、この CKeditor を作成しましたが、希望する CKeditor の代わりに小さなテキストエリアが表示されます。バージョン ckeditor_aspnet_3.6.4 を使用しています。バージョンに問題はありますか?