Hello!<br /><br />I found again a Issue in the ShareTarget WinRT Example and also in my Project.<br />If i try to share from e.g. IE ist works the first time.<br />If i want to share again, -> second Share Target Call, i got this Exception:<br />System.InvalidOperationException<br />Sequence contains more than one element in Caliburn.Micro.SimpleContainer<br /><br />public object GetInstance(Type service, string key)<br /> {<br /> var entry = GetEntry(service, key);<br /> if (entry != null)<br /> {<br /> return entry.Single()(this);<br /> }<br />}<br /><br /><br />Can anyone help me to solve this Problem or take a look at this Issue!?<br />
Comments: Fixed in commit 27fe2a183a7518144d643fe59529ffcc913d7f90
Comments: Fixed in commit 27fe2a183a7518144d643fe59529ffcc913d7f90