Skip to content

Instantly share code, notes, and snippets.

@jakcharlton
Created June 8, 2011 06:03
Show Gist options
  • Save jakcharlton/1013865 to your computer and use it in GitHub Desktop.
Save jakcharlton/1013865 to your computer and use it in GitHub Desktop.
Meh
Buildfile: file:///C:/dev2/fmce/src/FluentMigrator.Example/example-nant.build
Target framework: Microsoft .NET Framework 3.5
Target(s) specified: migrate
[loadtasks] Scanning assembly "FluentMigrator.NAnt" for extensions.
migrate:
Using Database SqlServerCe and Connection String Data Source=Database1.sdf
-- Beginning Transaction
BUILD FAILED
INTERNAL ERROR
System.Data.SqlServerCe.SqlCeException: The specified table does not exist. [ @@sys.SCHEMAS ]
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.CompileQueryPlan()
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteReader()
at FluentMigrator.Runner.Processors.SqlServer.SqlServerCeProcessor.Exists(String template, Object[] args) in c:\dev2\fmce\src\FluentMigrator.Runner
\Processors\SqlServer\SqlServerCeProcessor.cs:line 84
at FluentMigrator.Runner.Processors.SqlServer.SqlServerCeProcessor.SchemaExists(String schemaName) in c:\dev2\fmce\src\FluentMigrator.Runner\Proces
sors\SqlServer\SqlServerCeProcessor.cs:line 45
at FluentMigrator.Runner.VersionLoader.get_AlreadyCreatedVersionSchema() in c:\dev2\fmce\src\FluentMigrator.Runner\VersionLoader.cs:line 84
at FluentMigrator.Runner.VersionLoader.LoadVersionInfo() in c:\dev2\fmce\src\FluentMigrator.Runner\VersionLoader.cs:line 108
at FluentMigrator.Runner.VersionLoader..ctor(IMigrationRunner runner, Assembly assembly, IMigrationConventions conventions) in c:\dev2\fmce\src\Flu
entMigrator.Runner\VersionLoader.cs:line 26
at FluentMigrator.Runner.MigrationRunner..ctor(Assembly assembly, IRunnerContext runnerContext, IMigrationProcessor processor) in c:\dev2\fmce\src\
FluentMigrator.Runner\MigrationRunner.cs:line 73
at FluentMigrator.Runner.Initialization.TaskExecutor.Initialize() in c:\dev2\fmce\src\FluentMigrator.Runner\Initialization\TaskExecutor.cs:line 52
at FluentMigrator.Runner.Initialization.TaskExecutor.Execute() in c:\dev2\fmce\src\FluentMigrator.Runner\Initialization\TaskExecutor.cs:line 59
at FluentMigrator.NAnt.MigrateTask.ExecuteTask()
at NAnt.Core.Task.Execute()
at NAnt.Core.Target.Execute()
at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
at NAnt.Core.Project.Execute()
at NAnt.Core.Project.Run()
Please send bug report to [email protected].
Total time: 0.4 seconds.
C:\dev2\fmce\src\FluentMigrator.Example>pause
Press any key to continue . . .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment