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

Broken support for SQLite 3.7.16.1 #7

Closed louy closed 11 years ago

louy commented 11 years ago

Hello,

I've just upgraded the SQLite plugin for VS to version 3.7.16.1 and the sqlite-net-wp8 project isn't working anymore.

I've removed the project from my solution and tried to re-add it but i'm getting an error

"Unable to read the project file ... the imported project "...SQLite.WP80\3.7.16\DesignTime\CommonConfiguration\Neutral\SQLite.WP80.props" was not found. Confirm that the path in the declaration is correct..."

Is there anyway to download the old version of the sqlite plugin until this is fixed?

louy commented 11 years ago

This is actually weird after the latest commit! but i'm sure I've pulled the latest version from github :)

louy commented 11 years ago

The issue was fixed by closing and re-opening VS!

Looks like it was caching the project file somewhere.

I'm closing this issue now, sorry for this :)

peterhuene commented 11 years ago

Yeah, it seems VC++ incorrectly cache some of the project's information, so after modifying the paths by hand (their extension upgrade experience is crap), I always have to restart VS for them to take effect. Glad you got it working.