Wojtek F.
Wojtek F.
Yes you are right, in my original example using fluentnhibernate the collection was mapped as "inverse". I forgot to add this in the xml mapping file. This doesn't change the...
Hello, any chance for a fix of this issue ? Or could you be so kind and point me some workaround ?
It can be easily fixed... just change line 207 in Program.cs from: if (mutex.WaitOne(0, false)) to: if (mutex.WaitOne(10, false)) I have no idea why the mutex behavior has changed but...