tyronegroves / SimpleCQRS

A framework for building applications using the CQRS and Event Sourcing patterns.
261 stars 92 forks source link

Exception when starting Runtime #10

Closed MovingBitsGroupRoth closed 13 years ago

MovingBitsGroupRoth commented 13 years ago

Hi,

I'm getting the following exception a few times when the runtime is starting:

A first chance exception of type 'System.Threading.SynchronizationLockException' occurred in Microsoft.Practices.Unity.dll

It happens in the SimpleCqrsDemo and in my own project. Past the exception everything works fine. Weird :-)

ciao Volker

tyronegroves commented 13 years ago

Hi Volker,

Thanks for taking interest in the project. The exception is actually being thrown by Unity and caught and handled internally in the Microsoft.Practices.Unity.dll. That message will show in the Output window when an exception is throw and caught in a try catch block.

Thanks, Tyrone