Those CslaContrib.Caliburn.Micro modules were build for Caliburn.Micro 1.4.0 but Caliburn.Micro 1.4.1 was released and there are version issues. In order to solve those issues, edit:
and add the following section:
<runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Caliburn.Micro" publicKeyToken="8e5891231f2ed21f" culture="neutral" /> <bindingRedirect oldVersion="1.4.0.0" newVersion="1.4.1.0" /> </dependentAssembly> <dependentAssembly> <assemblyIdentity name="Caliburn.Micro" publicKeyToken="8e5891231f2ed21f" culture="neutral" /> <publisherPolicy apply="no" /> </dependentAssembly> </assemblyBinding> </runtime>
Copyright (c) Marimer LLC