Beagle excepts [Was: anybody working/supporting beagle?]

2010-01-25 Thread Adam Tauno Williams
On Fri, 2010-01-22 at 10:59 -0500, Joe Shaw wrote: Hi, On Fri, Jan 22, 2010 at 6:19 AM, Adam Tauno Williams awill...@whitemice.org wrote: BTW, I love Beagle - it is a massive improvement over 'managing files'. But, at least for me, it has stopped working. Since I last updated Mono it

Re: Beagle excepts [Was: anybody working/supporting beagle?]

2010-01-25 Thread Adam Tauno Williams
On Mon, 2010-01-25 at 08:49 -0500, Adam Tauno Williams wrote: On Fri, 2010-01-22 at 10:59 -0500, Joe Shaw wrote: Hi, On Fri, Jan 22, 2010 at 6:19 AM, Adam Tauno Williams awill...@whitemice.org wrote: BTW, I love Beagle - it is a massive improvement over 'managing files'. But, at least

Re: Beagle excepts [Was: anybody working/supporting beagle?]

2010-01-25 Thread Joe Shaw
Hi, Yep, that class does not exist in Mono.Data.Sqlite. A fix might be to change the using line to be Mono.Data.SqliteClient, as I believe that is the older code. Otherwise some sort will be needed to port to the newer Mono.Data.Sqlite API. Joe On Mon, Jan 25, 2010 at 8:53 AM, Adam Tauno

Re: Beagle excepts [Was: anybody working/supporting beagle?]

2010-01-25 Thread Gabriel Burt
It exists in gac/Mono.Data.Sqlite/1.xxx/ but not the 2.xxx version. I'm told we can explicitly link against the old one by specifying -r:path/to/gac/Mono.Data.Sqlite/1.xxx/ I'm also told that the 2.xxx version has been shipped since Mono 1.2.4 (which we already require), so we should probably

Re: Beagle excepts [Was: anybody working/supporting beagle?]

2010-01-25 Thread Joe Shaw
Hi Gabriel, Sounds good to me. Joe On Mon, Jan 25, 2010 at 2:07 PM, Gabriel Burt gabriel.b...@gmail.com wrote: It exists in gac/Mono.Data.Sqlite/1.xxx/ but not the 2.xxx version. I'm told we can explicitly link against the old one by specifying -r:path/to/gac/Mono.Data.Sqlite/1.xxx/  I'm