Open tobitech opened 9 years ago
hi, problem is that the framework was updated to WP8. the LInkUnlinkEventArgs class comes from WPToolkit from Microsoft for WP71, but for WP8 the LongListSelector was moved/recoded from toolkit to base controls. I will try to refactor it and bring up a fix for it.
UPDATE:
I forked the repo and make it working again: https://github.com/altima/windows-phone so from this point we can start coding for an app, and make it possible to update the app to WP81 (Silverlight) too.
@altima if you want to fix this app, please open pull requests to this repository so it’s active again. :)
In the CalendarDaysDataContext.cs file, line 35, it says the type or namespace LinkUnlinkEventArgs could not be found, are you missing a using directive or using statement