Hi Guys,
i just created a new Web Application - and found out that an existing database update does not work anymore. In this updater i used this command:
this.ExecuteScalarCommand("command…", false);
Now inside the the ExecuteScalarCommand the CreateCommand method is called - and here the objectspace Connection property is NULL. This happens because in the new WebApplication XpoDefault.GetConnectionPoolString is used.
Any Info about this?
thx