A few days ago I installed the Castle.Facilities.AutoTx
from NuGet which has a dependency on Castle.Transactions
. When I ran my application I got a FileNotFoundException
trying to load a DLL from the Castle.Transactions folder.
Both of these packages have recently been updated (27th June) and it seems like the update caused this problem. There is a reply to that announcement from someone else saying that they have the same problem and they created a pull request to fix the issue which has not yet been accepted by the looks of things.
I have tried to go back and install an earlier version of Castle.Facilities.AutoTx from Nuget using the commands in this Stack Overflow question but I ran into the problem detailed here in that the Rx-Core package had been renamed so that dependency couldn't be satisfied.
I have emailed Henrik Feldt who posted the 3.1 announcement and who also authors the Castle.Transactions package but I haven't had a response. I would really like to get the AutoTx facility working in my application, can you suggest how I can achieve that?