Assets\Scripts\Model\Server\Module\DB\DBComponent.cs(1,15): error CS0234: The type or namespace name ‘Driver’ does not exist in the namespace ‘MongoDB’ (are you missing an assembly reference?)
Assets\Scripts\Model\Server\Module\DB\DBComponent.cs(13,16): error CS0246: The type or namespace name ‘MongoClient’ could not be found (are you missing a using directive or an assembly reference?)
Assets\Scripts\Model\Server\Module\DB\DBComponent.cs(14,16): error CS0246: The type or namespace name ‘IMongoDatabase’ could not be found (are you missing a using directive or an assembly reference?)
请问有人遇到这个问题吗?