peterhuene / sqlite-net-wp8

A C++/CX wrapper for SQLite functions that sqlite-net depends on. Can be used as an alternative to csharp-sqlite on Windows Phone 8. This library is released under the MIT license.
MIT License
74 stars 65 forks source link

Compilation error #6

Closed ghost closed 11 years ago

ghost commented 11 years ago

Hello,

I'm trying to build test app with sqlite-net-wp8 project but during the compilation I see this error: Error 1 error C1510: Cannot load language resource clui.dll. C:\test\projects\PhoneApp1\sqlite-net-wp8-master\CL Sqlite Error 2 Metadata file 'C:\test\projects\PhoneApp1\Debug\Sqlite\Sqlite.winmd' could not be found C:\test\projects\PhoneApp1\PhoneApp1\CSC PhoneApp1

How can I resolve this problem?

Thank you.

peterhuene commented 11 years ago

The first error message, the one about clui.dll, is the root problem. CL (Microsoft's C++ compiler) can't find its resource DLL. As a result, it's not even compiling the sqlite-net-wp8 source code resulting in the other cascading error messages. This is likely an installation issue with Visual Studio; I would try repairing the installation.