Just upgraded to latest nightly build, and getting the following error:
I paired the code down to its bare essentials and still getting error:
I tried it with a memory configuration and it works:
This thread was imported from our support forum. The original discussion may contain more detailed answer. Original topic by Anonymous. |
Alex (Xtensive) wrote:We'll try to fix it ASAP. We'll contact you in case of any problems with repeating the issue. Bug report to track: http://code.google.com/p/dataobjectsdot ... ail?id=310 Dmitri Maximov (Xtensive) wrote:Hello Tony, Recently we made huge refactoring in Xtensive.Sql layer and protocol names have been changed also. They became more generalized, server version independent, e.g.: mssql2005, mssql2008 => sqlserver pgsql, postgres => postgresql Just update your connection url and that's it. sqlserver://NNetTest:NNetTest@localhost/NNetTest P.S. Yes it is a breaking change, and certainly we are going to properly highlight it in the upcoming DataObjects.Net 4.0.3 (4.0.5) release. Anonymous wrote: I did check that, but since all the tests and samples I checked were still using mssql2005 I did not try anything else. Hmm, it seems that we didn't update samples yet. Anyway, give "sqlserver" protocol a try. Anonymous wrote: Now working |