Hi,

I created a test UWP project using Visual Studio 2015/Windows 10 and added a 
reference to "SQLite.UAP.2015, Version=3.8.11.1". When compiling the project, I 
get the following warning message:
warning MSB3781: The SDK "SQLite.UAP.2015, Version=3.8.11.1" depends on the 
following SDK(s) "Microsoft.VCLibs.AppLocal, version=14.0", which have not been 
added to the project or were not found. Please ensure that you add these 
dependencies to your project or you may experience runtime issues. You can add 
dependencies to your project through the Reference Manager.

I tried to add the missing reference, and I can only find a reference of 
"Microsoft.VCLibs, Version=14.0" from "C:\Program Files (x86)\Microsoft 
SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs\14.0\". There is no 
reference to "Microsoft.VCLibs.AppLocal, version=14.0" with Windows 10 and 
Visual Studio 2015. so, even if I added the reference of "Microsoft.VCLibs, 
Version=14.0", the build warning message is still there.
I modified the file "C:\Program Files (x86)\Microsoft 
SDKs\UAP\v0.8.0.0\ExtensionSDKs\SQLite.UAP.2015\3.8.11.1\SDKManifest.xml", and 
replaced "Microsoft.VCLibs.AppLocal, version=14.0" with "Microsoft.VCLibs, 
Version=14.0". The build warning message goes away.
Is this a bug with "SQLite.UAP.2015, Version=3.8.11.1"?
Thanks,
Weidong Shen

Reply via email to