弹出控件有问题 [英] Problem to popup control

查看:70
本文介绍了弹出控件有问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我确实参考了下面的弹出控件



ASP.NET的弹出控件 [ ^ ]



我添加了像
的DLL
https://app.box.com/s/j808pqjlhgtfl5qvlzf8g6y2gmg6ii4d



到我的项目但是我已经得到了



'/ Start3'应用程序中的服务器错误。 

解析器错误
描述:解析服务此请求所需的资源时发生错误。请查看以下特定的解析错误详细信息并相应地修改源文件。

分析器错误消息:无法加载文件或程序集ASP.Web.UI.PopupControl或其依赖项之一。该系统找不到指定的文件。

来源错误:



第1行:<%@ Page Language =C#AutoEventWireup =trueCodeBehind =默认。 aspx.csInherits =Start._Default%>
第2行:<%@ Register Assembly =ASP.Web.UI.PopupControl
第3行:Namespace =ASP.Web.UI.PopupControl
第4行:TagPrefix = ASPP%>


源文件:/Start3/Default.aspx行:2

程序集加载跟踪:以下信息有助于确定程序集'ASP的原因。无法加载Web.UI.PopupControl'。



WRN:程序集绑定日志记录已关闭。
要启用程序集绑定失败日志记录,请将注册表值[HKLM \Software\Microsoft \Fusion!EnableLog](DWORD)设置为1.
注意:程序集绑定会导致一些性能损失故障记录。
要关闭此功能,请删除注册表值[HKLM\Software\Microsoft\Fusion!EnableLog]。




版本信息:Microsoft .NET Framework版本:4.0.30319; ASP.NET版本:4.0.30319.34249





我尝试过:



我尝试在VS 2013中解决一个项目,根据代码项目网站提供的有关Popup控件的说明。

解决方案

这可以通过将ASP.Web.UI.PopupControl.dll放在 bin 文件夹中来解决。



谢谢,

Hi,
I did refer to Popup control below

Popup Control for ASP.NET[^]

and I added that DLL like
https://app.box.com/s/j808pqjlhgtfl5qvlzf8g6y2gmg6ii4d

to my project but I've got

Server Error in '/Start3' Application.

Parser Error 
  Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

 Parser Error Message: Could not load file or assembly 'ASP.Web.UI.PopupControl' or one of its dependencies. The system cannot find the file specified.

Source Error: 



Line 1:  <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Start._Default" %>
Line 2:  <%@ Register Assembly="ASP.Web.UI.PopupControl" 
Line 3:      Namespace="ASP.Web.UI.PopupControl"
Line 4:      TagPrefix="ASPP" %>  
  

 Source File:  /Start3/Default.aspx    Line:  2 

Assembly Load Trace: The following information can be helpful to determine why the assembly 'ASP.Web.UI.PopupControl' could not be loaded.



WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

  


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34249  



What I have tried:

I tried to tackle with one project, within VS 2013, per given notes regarding Popup control from Code-project site.

解决方案

This can be solved by just putting "ASP.Web.UI.PopupControl.dll" in bin folder.

Thanks,


这篇关于弹出控件有问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆