Skip to content

Instantly share code, notes, and snippets.

@jakcharlton
Created June 8, 2011 06:06
Show Gist options
  • Save jakcharlton/1013868 to your computer and use it in GitHub Desktop.
Save jakcharlton/1013868 to your computer and use it in GitHub Desktop.
Fails
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