msgBox.dll发生错误 [英] msgBox.dll has error

查看:148
本文介绍了msgBox.dll发生错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

无法加载文件或程序集"msgBox"或其依赖项之一.该模块应包含一个程序集清单.

<%@注册TagPrefix ="cc1"命名空间="BunnyBear" Assembly ="msgBox"%>

我该怎么办?

Could not load file or assembly ''msgBox'' or one of its dependencies. The module was expected to contain an assembly manifest.

<%@ Register TagPrefix="cc1" Namespace="BunnyBear" Assembly="msgBox" %>

what can i do?

推荐答案

将清单添加到您的dll中?我认为这是您写的东西,还是为什么将其称为"bunnybear"?为什么要在dll中放入消息框控件?我假设它是HTML控件而不是Windows控件?

哦,这是关于CP的文章.您可以将他的示例应用程序与您的示例应用程序进行比较,并查看他的不同之处.您在项目中是否引用了dll?如果仅将源代码复制到项目中而不使用DLL,该怎么办?
Add a manifest to your dll ? I assume it''s something you wrote, or why would it be called ''bunnybear'' ? Why would you put a message box control in a dll ? I assume it''s an HTML control and not a windows one ?

Oh, it''s a CP article. You could compare his sample app with yours and see what his does different. Do you have a reference to the dll in your project ? What if you just copy the source code in to your project and not use the DLL ?


您必须在web.config文件中添加具有正确版本的Assembly条目.
尝试添加dll的引用.
You must have Assembly entry added in web.config file with proper version.

try to add reference of the dll.


这篇关于msgBox.dll发生错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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