今天在部署公司开发框架的时候 ,登录系统之后调用代办列表的时候就报错了
总线调用契约XX.Service.Contracts.IXXService上的GetXXCount方法时出错。 Resolution of the dependency failed, type = "XX.Business.Definition.IXXLogic", name = "(none)". Exception occurred while: Calling constructor XX.DataAccess.Implement.XXRepository(). Exception is: ArgumentException - 不支持的关键字:“provider connection string”。 ----------------------------------------------- At the time of the exception, the container was: Resolving XX.Business.Implement.XXLogic,(none) (mapped from XX.Business.Definition.IXXLogic, (none)) Resolving parameter "repository" of constructor XX.Business.Implement.XXLogic(XX.DataAccess.Definition.IXXRepository repository) Resolving XX.DataAccess.Implement.XXRepository,(none) (mapped from XX.DataAccess.Definition.IXXRepository, (none)) Calling constructor XX.DataAccess.Implement.XXRepository() 总线调用契约XX.