在 DotNetNuke 模块中引用已编译的业务层
我想知道是否可以创建一个引用已编译业务层的 DNN 模块,而不是仅使用默认项目中包含的数据提供程序方法。这样的项目将如何部署?只需将我引用的已编译程序集复制到网站 bin 文件夹中即可吗?
I was wondering if it is possible to create a DNN module that references a compiled business layer, instead of using just the data provider approach that's included in the default project. How would such a project be deployed? Just copy the compiled assembly that I'm referencing into the website bin folder?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以从模块的项目中引用 bin 中的程序集。
Yes, you can reference assemblies in the bin from your module's project.