On Tue, 2010-08-03 at 16:00 -0700, Sandro wrote:
> I'm not sure if this is the proper forum for this, but the sqlmetal
> shipped with mono 2.6.7 fails with:
Given that bugzilla.novell.com doesn't really have any appropriate
categories, this is currently it. I'll need to look into adding
appropriate bugzilla support.
> Could not load dbLinqSchemaLoaderType type
> 'DbLinq.SqlServer.SqlServerSchemaLoader, System.Data.Linq,
> Version=3.5.0.0, Culture=neutral [...]. Try using the --with-schema-
> loader=TYPE option.
So apparently I was an idiot when I was merging DbLinq and mono, as I
included SqlServerSchemaLoader in the trunk build but not the mono-2-6
build. Doh!
I just fixed this:
http://github.com/mono/mono/commit/7fa99d845fe8024ccb91580d554c66e1d7a5d448
So it should appear in Mono 2.6.8, but that doesn't really help you
now...
For now, you can download a just-built System.Data.Linq.dll which
contains the needed support from:
http://www.jprl.com/tmp/System.Data.Linq.dll
http://www.jprl.com/tmp/System.Data.Linq.dll.mdb
Just overwrite the current files in
e.g. /usr/lib/mono/gac/System.Data.Linq/3.5.0.0__b77a5c561934e089
(change the prefix as appropriate) with the files above, and sqlmetal
should work for you.
Sorry for the inconvenience.
- Jon
--
You received this message because you are subscribed to the Google Groups
"DbLinq" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/dblinq?hl=en.