Hi all,
I am attempting to generate the LINQ Classes from my DB using SqlMetal
(as per
http://stackoverflow.com/questions/6092413/monodevelop-cant-generate-linq-class)
When I try and run SqlMetal I get an 'abort trap' message and no
output files are created.
Output:
> DbLinq Database mapping generator 2008 version 0.20
> for Microsoft (R) .NET Framework version 3.5
> Distributed under the MIT licence (
http://linq.to/db/license)
>
> >>> Reading schema from MySQL database
> <<< writing C# classes in file 'Output.cs'
> Abort trap
I am using Macv OSX with Mono 2.1.x using the bundled DbLinq libraries
in Mono.
Thanks in advance.
James