I am working on this right now. Also it looks like you only included the grbit for Win 2003 on one instance of coltyp = JET_coltyp.LongBinary. I had gone and set that for _every_ column that used this type in both SchemaCreator and QueueSchemaCreator. Also I did this on LongText types. Is there a reason you didn't do this on all of those columns? I can commit my copy (which works on win 5) if you like me to.
On May 8, 8:21 am, Ayende Rahien <[email protected]> wrote: > That is great that you were able to track down, can you also fix this?Or > give me more points where to find it? It eluded me completely > > On Fri, May 8, 2009 at 4:27 PM, Mike Nichols <[email protected]>wrote: > > > > > I saw this passed on the team city box so not sure what is going on. > > When I walk thru it looks like the QueueManager is getting disposed > > before the message which was Discarded could be dealt with completely, > > so when the TransactionEnlistment Commit()s the queue manager is > > already gone, baby, gone. > > > On May 4, 2:24 am, Mike Nichols <[email protected]> wrote: > > > I have been trying to get RQ to work and even on my Win 2008 machine I > > > am getting an ObjectDisposedException (line 205 in QueueManager) in > > > TransactionEnlistment line 97. > > > > This was failing on my Win2K3 machine so I thot I'd see if that was > > > the problem but no dice. > > > > Are tests passing on other folks' side? The teamcity build hasn't run > > > since 4/30 and some changes were since then. > > > > mike --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
