Is Subsonic 3 compatible with the latest release of Mono

subsonicsubsonic3

The latest stable release of Mono right now is 2.4.2.3. Does subsonic 3 work with it? I know Mono isn't compatible with all .net 3.5 features yet, but I'm presuming compatibility depends on which specific language features of .net 3.5 Subsonic uses. Does anyone know for a fact whether it's compatible?

Best Answer

Its compatible - just remember to use an actual version of MySQL connector, if planning to use MySQL. And there is an Error in current SubSonic (see Issue 111). Change IsDbNull to IsDBNull in SubSonic.Core/Linq/Structure/ExecutionBuilder.cs and recompile.

That did it for me with Mono 2.6 and MySQL-connector 6.2.2

But I didnt't test anything but simple save and read queries.

Related Topic