首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

编辑器命名空间的有关问题

2012-05-06 
编辑器命名空间的问题.编辑器的文件夹就直接放在下面这个路径里,在解决方案上看不到。编译的时候提示错误:

编辑器命名空间的问题.
编辑器的文件夹就直接放在下面这个路径里,在解决方案上看不到。
编译的时候提示错误:未能在全局命名空间中找到类型或命名空间名称“FreeTextBoxControls”(是否缺少程序集引用?)

命名空间FreeTextBoxControls怎么回事呢?

是不是编辑器也有命名空间的? 解决方案上面没有编辑器(是直接放到路径"../../aspnet_client/FreeTextBox/"下的)

应该怎么弄?

HTML code
<%@ Register TagPrefix="FTB" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>...<FTB:FreeTextBox id="article_context" runat="Server" Language="zh-cn"  SupportFolder="../../aspnet_client/FreeTextBox/" Width="495" height="204" HtmlModeDefaultsToMonoSpaceFont="True" DownLevelCols="50" DownLevelRows="10" ButtonDownImage="False" GutterBackColor="LightSteelBlue" ToolbarBackgroundImage="True" ToolbarLayout="ParagraphMenu,FontFacesMenu,FontSizesMenu,FontForeColorsMenu|Bold,Italic,Underline,Strikethrough;Superscript,Subscript,RemoveFormat|JustifyLeft,JustifyRight,JustifyCenter,JustifyFull;BulletedList,NumberedList,Indent,Outdent;CreateLink,Unlink,InsertImage,InsertRule|Cut,Copy,Paste;Undo,Redo,Print" ToolbarStyleConfiguration="NotSet" />...


[解决办法]
FreeTextBox 有一个 dll文件
放在 bin目录下面

然后在 解决方案里面 添加 引用
再编译 就可以了

热点排行