我正在使用nopcommerce。
我想从外部数据库获取库存数量。
因此,我在 Presentation 文件夹中添加了另一个项目,并在 Web 配置文件中设置了数据库连接字符串。
我尝试在 Nop.Admin 项目中使用新的项目功能。
为此我写
using ExternalDB;
但是有错误-
The type or namespace name 'ExternalDB' could not be found (are you missing a using directive or an assembly reference?)
您对为什么找不到名称空间有任何想法吗?如何在 nopcommerce 中添加带有外部数据库的外部项目?