Created
June 8, 2011 06:06
-
-
Save jakcharlton/1013868 to your computer and use it in GitHub Desktop.
Fails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CanCreateTable : FailedSetUp : System.BadImageFormatException : is not a valid Win32 application. (Exception from HRESULT: 0x800700C1) | |
TearDown : System.NullReferenceException : Object reference not set to an instance of an object. | |
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) | |
at System.Data.SqlServerCe.UnmanagedLibraryHelper..ctor(String fileName) | |
at System.Data.SqlServerCe.NativeMethodsHelper..ctor(String modulePath) | |
at System.Data.SqlServerCe.NativeMethods.LoadValidLibrary(String modulePath) | |
at System.Data.SqlServerCe.NativeMethods.LoadNativeBinariesFromPrivateFolder(String privateInstall) | |
at System.Data.SqlServerCe.NativeMethods.LoadNativeBinaries() | |
at System.Data.SqlServerCe.SqlCeEngine..ctor() | |
at System.Data.SqlServerCe.SqlCeEngine..ctor(String connectionString) | |
at FluentMigrator.Tests.Unit.Generators.SqlServerCe4.SqlServerCe4CreateTableTests.Setup() in SqlServerCe4CreateTableTests.cs: line 28 | |
--TearDown | |
at FluentMigrator.Tests.Unit.Generators.SqlServerCe4.SqlServerCe4CreateTableTests.Teardown() in SqlServerCe4CreateTableTests.cs: line 43 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment