Problem with SQLite related nUnit-tests after upgrade to VS2010 and Re#5

后端 未结 4 1453
孤街浪徒
孤街浪徒 2021-01-19 11:32

After converting to Visual Studio 2010 with ReSharper5 some of my unit tests started failing. More specifically this applies to all unit tests that use NHibernate with SQLit

4条回答
  •  时光取名叫无心
    2021-01-19 12:24

    There seems to be a mixup between 64bit and 32bit dlls somehow. Switching to use the x64 variant of SQLite.dll fixes the problem. I'm not sure why VS2008 doesn't give this problem though.

提交回复
热议问题