[google-appengine] Re: C# SqlServer database connection problem while deploying to AppEngine

2020-10-05 Thread Krzysztof Patra
I think I found the real problem. It was connected to MultipleActiveResultSets=true. When I commented some code that was generating "the multiple batches on a single connection situation" on starting of the app, the deployment to Appengine got successful. Does Google Cloud SqlServer have proble

[google-appengine] C# SqlServer database connection problem while deploying to AppEngine

2020-10-05 Thread Krzysztof Patra
Hi I have this problem when trying to deploy to AppEngine. On local machine using proxy it works fine. Microsoft.EntityFrameworkCore.Database.Connection[20004] A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not