I want to use dotcmis in my Windows store app. I downloaded the dotcmis-0.6 and added a reference from my Windows app project. While building, it is giving me an error as this :
C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v12.0\8.1\Microsoft.Windows.UI.Xaml.Common.targets(327,9): Xaml Internal Error error WMC9999: Cannot find type System.ApplicationException in module mscorlib.dll.
Looks like it is something to do with the version compatibility of dotcmis and Windows store app.
How can I use dotcmis in Windows Store App