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