分析器错误信息: 未能加载文件或程序集“AutoTextBox”或它的某一个依赖项..但BIN目录下存在这个类
xjhhb 2008-12-24 11:54:33 这是一个. net的程序..在程序中引用了一个类AutoTextBoxExtender,这个类文件在网站的Bin目录下存在..但是调试时提示
行 3: <%@ Register Assembly="AutoTextBox" Namespace="AutoTextBox.AutoTextBox" TagPrefix="cc1" %>
分析器错误信息: 未能加载文件或程序集“AutoTextBox”或它的某一个依赖项。该模块应包含一个程序集清单。
这是怎么回事..请高手指教....
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server" />
<div>
请输入部分文字:<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<cc1:AutoTextBoxExtender ID="AutoTextBoxExtender1" runat="server" TargetControlID="TextBox1"
ServicePath="Default.aspx" ServiceMethod="TextbackgroundProcess"
>
</cc1:AutoTextBoxExtender>
</div>
</form>