2010-02-24 3 views
0

비주얼 웹 개발자 2010 vb.net proj에서 사용할 FCKEditorV2를 설정하려고합니다.proj visual web dev 2010 용 FredCK Editor undefined가 정의 된 오류를 해결하려면 어떻게해야합니까?

Element FCKEditor is not a known element. 
enter code here<%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/Site.Master" CodeBehind="Edit.aspx.vb" Inherits="WebApplication5.WebForm2" %> 
<%@Import Namespace="System.IO" %> 
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKEditorV2" TagPrefix="FCKeditorV2" %> 
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server"> 
</asp:Content> 
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> 
<div><FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server"></FCKeditorV2:FCKeditor></div> 
</asp:Content> 

답변

관련 문제