Telerik.web.ui 丢失
我的项目中是 Telerik 控件,错误是找不到 telerik.web.ui,找不到程序集
我已在 Bin 目录中添加了 Telerik.web.ui.dll
参考代码可在 web 中找到.config
I am Telerik controls in my project, Error is telerik.web.ui is not found, Coudn't find assembly
I have added Telerik.web.ui.dll
inside Bin directory
Reference Code is available inside web.config
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您在 64 位计算机上运行,则需要添加 64 位版本的
Telerik.web.ui.dll
这正是问题所在If you are running on a 64 bit comp then you will need to add the 64 bit version of
Telerik.web.ui.dll
that is properly the problem下载 Telerik DLL 并使用 NuGet Package installer 安装它们。这将解决您的问题,您可能无需担心手动添加项目所需的每个 DLL
Download Telerik DLLs and install them using NuGet Package installer . This will solve your problem and you may need not to worry about manually adding each and every DLL which are needed for your project