Forum member

DanHil

85 posts

Posts by DanHil

  1. Execution error in integration test using Oracle

    I wrote an integration test that accesses the database. NCrunch gives me this error: [quote]Exception System.TypeInitializationException: System.TypeInitializationException : The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw an exception. ---- Oracle.DataAccess.Client.…

  2. Projects won't build

    [quote]Try replacing the xunit.dll file inside your NCrunch installation directory (under Xunit\Latest)[/quote] That's what I already did, see first and second post. Before I replaced it I got error messages that the version used in my unit test could not be found. My unit test uses the xUnit…

  3. Projects won't build

    Indeed, the processing queue is more helpful. For the project that simply refuses to build, I get this: [quote][09:25:23.1056-BuildTask-8] ERROR (Compilation): Hyprlinkr.UnitTest: (0): Gallio.Model.ModelException: An exception occurred while invoking a test driver. ---> System.IO.FileNotFoundExc…

  4. Projects won't build

    I was able to fix the exception by updating the version number in c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\Remco Software\NCrunch for Visual Studio 2010\Xunit\Latest\Gallio.XunitAdapterLatest.gallioplugin

  5. Projects won't build

    I have two unit test projects that won't build right now. The first built fine just a few minutes ago. Building it with Visual Studio completes successfully, so there are no "real" errors preventing the build. The problem is, I can't say what is preventing the build, because I get no error messa…