Oh!
Removed Enlist=false; from connection string solved the problem :mrgreen:
Thanks.
Hi, Thanks for replying. Is this code in an app service method ? YES. Also, have you tried to start UoW like this? YES. this is my connection string: <add connectionString="Data Source=IP Adress;Initial Catalog=DB;User ID=sa;Password=P@ssw0rd;Pooling=false;Enlist=false;" name="Default" providerName="System.Data.SqlClient" />