owncloud-archive / windows-phone

ownCloud Windows Phone App
50 stars 43 forks source link

The type or namespace LinkUnlinkEventArgs could not be found #24

Open tobitech opened 9 years ago

tobitech commented 9 years ago

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

altima commented 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.

jancborchardt commented 8 years ago

@altima if you want to fix this app, please open pull requests to this repository so it’s active again. :)