0
shyamjith created
Hi
I am setting up project for single instance multiple database. When i try to add tenants with connection string , i am getting an exception
System.Data.SqlClient.SqlException (0x80131904): There is already an object named 'AbpAuditLogs' in the database.
3 Answer(s)
-
0
Hi,
It seems like you are trying to use an existing database for your new tenant ? Is that correct ?
-
0
Thanks for the reply. My issue got solved. we must use property "Enlist=false" inside connection string when we are dealing with multiple db with same unit of work . Thank you
-
0
Thanks for sharing your solution :)