Hi,
i had the same behavior using ExcelDatareader and compact framework: it's because you can't convert full compact framework's System.data classes to compact framework 's System.Data version: Hoping the code calls existing functions and members in compact framework, your should try to create a compact framework project and import all the files of the standard project and then compile the new project... (doing this for ExcelDatareader doesn't work but maybe with this one it will work)
i had the same behavior using ExcelDatareader and compact framework: it's because you can't convert full compact framework's System.data classes to compact framework 's System.Data version: Hoping the code calls existing functions and members in compact framework, your should try to create a compact framework project and import all the files of the standard project and then compile the new project... (doing this for ExcelDatareader doesn't work but maybe with this one it will work)