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

后端 未结 4 1460
孤街浪徒
孤街浪徒 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:31

    Did you look at your compile settings in Visual Studio 2010?

    For hiding their inability to get their newest debugger running in 64bit Microsoft decided to switch the default compilation for .Net applications from ANY_CPU to 32bit x86.

    That could create your problems.

提交回复
热议问题