I am porting an app from iOS to Win8 and would like to use NHibernate in the app to store relational data, but whenever I add the NHibernate.dll
& lesli.Collections.dll
I get the following errors:
Error 2 Cannot find type System.ApplicationException in module mscorlib.dll.
Error 1 Cannot resolve Assembly or Windows Metadata file 'System.Data.dll'
If someone could point me in the direction of possible solution that would be great, I've been unable to find one as of yet