Hi, In extension SDK's VSIX package of SQLite for WinRT (sqlite-winrt-3071401.vsix), there is discrepancy between name of folder which stores import library files (.lib) and default library folder path setting.
Release version of import library files (.lib) are deployed in the following folder: C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\SQLite.WinRT\3.7.14.1\DesignTime\Retail\XXX * XXX is ARM/x64/x86 On the other hand, the following path is added to the default library folder setting of release build configuration of VS project. C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\SQLite.WinRT\3.7.14.1\DesignTime\Release\XXX Of course, they should be same. I think the deployed folder name should be "Release". Please fix in the just next version. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users