ah..yeah you are right about the bus...i found that if i didn't dispose of the container tho I'd get the error you indicated
On Thu, Sep 9, 2010 at 9:33 AM, Ken Baltrinic <[email protected]> wrote: > Mike, > > Thanks for the reply but that is not be the case. The using > statements in the individual tests guarantee that their respective > service buses are properly disposed of. > > --Ken > > On Sep 9, 10:04 am, Mike Nichols <[email protected]> wrote: > > you need to dispose of your service bus and/or your container in your > > fixture teardown i believe > > -- > 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]<rhino-tools-dev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rhino-tools-dev?hl=en. > > -- 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.
