Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了一个使用外部 dll(dotras.dll)的应用程序,它可以正常工作,但是当我想在调试或发布文件夹中运行 exe 文件时,我面临“无法加载或归档或组装'dotras'”什么是问题?
为什么不尝试将 Dotras Dll 的副本设置为 local = true 。
我在我的应用程序中遇到问题,其中我有一个作为 JSF 自定义标签构建的验证码组件:
在我的 JavaEE 6 webapp 中,我使用:JSF 2.1 + Jboss Richfaces