Road bumps...

Well, had some time to dive back into the DevTracker code and remembered where I was last time I looked at it. I had hit an issue where I was unable to load the SQLite driver in the application. Was able to solve it by reverting the project back to .Net 3.5... turns out the current release of SQLite doesn't work in .Net 4.0.

So I'm back to .net 3.5 but I also now have a working WPF application that creates a database and opens again. There is apparently an RC version of the SQLite DLL linked here, but the blog they reference gives me reason to go back for now I guess. Seems like no one is going to adopt .Net 4.0 until VS 2010 becomes more mainstream and I don't want to hit other such incidents.

Cheers,
Alex

Comments

Popular Posts