You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
I think the issue is that a newer version of Microsoft.Phone.Controls.Toolkit is required that removes all of the types that are duplicated in the now included WinPhone assemblies. See:
Once the above is done, any XML that refers to LongListSelector needs to have
toolkit:LongListSelector
changed to
phone:LongListSelector
in order to refer to the new location of LongListSelector
However, the new LongListSelector type does not have certain properties that were used before, like:
GroupItemsTemplate
GroupItemPanel
So I removed XML elements referring to those properties to test. The app does run with the above changes, but no employees are shown since I had to remove the above properties with their associated bindings.
However, not being that great with XAML and Bindings I did not know off hand how to make it work without those elements.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think the issue is that a newer version of Microsoft.Phone.Controls.Toolkit is required that removes all of the types that are duplicated in the now included WinPhone assemblies. See:
http://social.msdn.microsoft.com/Forums/windowsapps/en-US/c5a54f98-e3d6-4239-97e4-f42343934fb9/longlistselector-conflict-in-wp8-sdk-and-silverlighttoolkit?forum=wpdevelop
and
http://stackoverflow.com/questions/15317861/the-type-microsoft-phone-controls-longlistselector-exists-in-both-dlls
Reported in desk case: 84017
The text was updated successfully, but these errors were encountered: