- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我创建了一个新项目 ASP.NET 5 Preview Starter Web。
按 Ctrl+F5 测试项目,工作正常。
在程序包管理器控制台中,我执行这些命令:
cd src
cd MyProject
k ef migration add initial
结果:
Using context 'ApplicationDbContext'.
现在我执行:
k ef migration apply
所以,我得到了这些错误:
Using context 'ApplicationDbContext'.
k : System.InvalidOperationException: A relational store has been configured without specifying either the DbConnection or connection string to use.
At line:1 char:1
+ k ef migration apply
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (System.InvalidO... string to use.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
em Microsoft.Data.Entity.Relational.RelationalConnection..ctor(DbContextService`1 options, ILoggerFactory l
oggerFactory)
em Microsoft.Data.Entity.SqlServer.SqlServerConnection..ctor(DbContextService`1 options, ILoggerFactory loggerFactory)
--- Fim do rastreamento de pilha do local anterior onde a exce‡Æo foi gerada ---
em Microsoft.Framework.DependencyInjection.ServiceLookup.Service.ConstructorCallSite.Invoke(ServiceProvider provider)
em Microsoft.Framework.DependencyInjection.ServiceProvider.ScopedCallSite.Invoke(ServiceProvider provider)
em Microsoft.Framework.DependencyInjection.ServiceLookup.Service.ConstructorCallSite.Invoke(ServiceProvider provider)
em Microsoft.Framework.DependencyInjection.ServiceProvider.ScopedCallSite.Invoke(ServiceProvider provider)
em Microsoft.Framework.DependencyInjection.ServiceLookup.Service.ConstructorCallSite.Invoke(ServiceProvider provider)
em Microsoft.Framework.DependencyInjection.ServiceProvider.ScopedCallSite.Invoke(ServiceProvider provider)
em Microsoft.Framework.DependencyInjection.ServiceProvider.<>c__DisplayClass8_0.<RealizeService>b__0(ServiceProvider provider)
em Microsoft.Framework.DependencyInjection.ServiceProvider.GetService(Type serviceType)
em Microsoft.Framework.DependencyInjection.ServiceProviderExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
em Microsoft.Framework.DependencyInjection.ServiceProviderExtensions.GetRequiredService[T](IServiceProvider provider)
em Microsoft.Framework.DependencyInjection.ServiceProviderExtensions.GetRequiredServiceChecked[TService](IServiceProvider serviceProvider)
em Microsoft.Data.Entity.Storage.DataStoreSource`2.get_StoreServices()
em Microsoft.Data.Entity.Storage.DataStoreSelector.SelectDataStore(ServiceProviderSource providerSource)
em Microsoft.Data.Entity.Infrastructure.DbContextServices.<>c__DisplayClass7_0.<Initialize>b__0()
em Microsoft.Data.Entity.Utilities.LazyRef`1.get_Value()
em Microsoft.Data.Entity.Infrastructure.DbContextServices.get_DataStoreServices()
em Microsoft.Data.Entity.Storage.DataStoreServices.GetStoreServices(IServiceProvider serviceProvider)
em Microsoft.Data.Entity.Storage.DataStoreServices.<>c__DisplayClass17_0.<get_DatabaseFactory>b__1()
em Microsoft.Data.Entity.Utilities.LazyRef`1.get_Value()
em Microsoft.Data.Entity.Infrastructure.DbContextService`1.get_Service()
em Microsoft.Data.Entity.DbContext.get_Database()
em WebApplication17.Models.ApplicationDbContext..ctor() na C:\users\paulo.larini\documents\visual studio 14\Projects\WebApplication17\src\WebApplication17\Models\IdentityModels.cs:linha 27
这应该有效,还是无效?
应用 Aqua from mars 更改后,我收到以下错误:
k : System.Data.SqlClient.SqlException (0x80131904): ALTER TABLE DROP COLUMN failed because column 'NormalizedEmail-' does not exist in table 'AspNetUsers'.
At line:1 char:1
+ k ef migration apply
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (System.Data.Sql... 'AspNetUsers'.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
em System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Act
ion`1 wrapCloseInAction)
em System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
em System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
em System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
em System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
em System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
em System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
em Microsoft.Data.Entity.Relational.SqlStatementExecutor.<>c__DisplayClass7_0.<ExecuteNonQuery>b__0()
em Microsoft.Data.Entity.Relational.SqlStatementExecutor.Execute(RelationalConnection connection, Func`1 action)
em Microsoft.Data.Entity.Relational.SqlStatementExecutor.ExecuteNonQuery(RelationalConnection connection, DbTransaction transaction, IEnumerable`1 sqlBatches)
em Microsoft.Data.Entity.Relational.Migrations.Infrastructure.Migrator.ExecuteStatementsWithinTransaction(IEnumerable`1 sqlStatements, RelationalConnection connection)
em Microsoft.Data.Entity.Relational.Migrations.Infrastructure.Migrator.ExecuteSqlBatches(IEnumerable`1 sqlBatches)
em Microsoft.Data.Entity.Relational.Migrations.Infrastructure.Migrator.ApplyMigration(Int32 index, Boolean simulate)
em Microsoft.Data.Entity.Relational.Migrations.Infrastructure.Migrator.<>c__DisplayClass33_0.<ApplyMigrations>b__5(Int32 i)
em System.Linq.Enumerable.<SelectManyIterator>d__8`2.MoveNext()
em System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
em Microsoft.Data.Entity.Relational.Migrations.Infrastructure.Migrator.ApplyMigrations(Int32 targetMigrationIndex, Boolean simulate)
em Microsoft.Data.Entity.Relational.Migrations.Infrastructure.Migrator.ApplyMigrations()
em Microsoft.Data.Entity.Relational.Migrations.MigrationsEnabledDatabase.ApplyMigrations()
em WebApplication20.Models.ApplicationDbContext..ctor() na C:\users\paulo.larini\documents\visual studio 14\Projects\WebApplication20\src\WebApplication20\Models\IdentityModels.cs:linha 27
ClientConnectionId:00f13700-00da-40b8-af96-a330a029fdee
Error Number:4924,State:1,Class:16
最佳答案
仅当您在 OnConfiringMethod
中配置您的连接时它才有效
#if DEBUG
protected override void OnConfiguring(DbContextOptions options)
{
options.UseSqlServer("Server=(localdb)\\mssqllocaldb;Database=localSQLdb;Trusted_Connection=True;MultipleActiveResultSets=true");
base.OnConfiguring(options);
}
#endif
此版本 (CTP 6) 中生成的代码存在问题
要修复它,请像这样更新迁移代码:迁移\DATE_initial.cd
public override void Up(MigrationBuilder migrationBuilder)
{
....
migrationBuilder.DropColumn("AspNetUsers", "NormalizedEmail"); \\ remove the -
....
migrationBuilder.CreateTable("AspNetRoles",
c => new
{
Id = c.String(false), \\ set Id not nullable
Name = c.String()
})
.PrimaryKey("PK_AspNetRoles", t => t.Id);
....
migrationBuilder.CreateTable("AspNetUsers",
c => new
{
Id = c.String(false), \\ set Id not nullable
AccessFailedCount = c.Int(nullable: false),
....
关于c# - 迁移在 Visual Studio CTP 6 vNext 项目中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29253454/
我最近开始从事一个 Sails 项目。它目前在迁移表下具有以下格式的迁移。 20160826122004-create_users_table.js 'use strict'; module.expo
当我尝试迁移时 doctrine:migrations:migrate ,我收到此异常:“元数据存储不是最新的,请运行 sync-metadata-storage 命令来解决此问题。”。这仅在尝试在生
我在 ec2 linux 7 上有一个 MarkLogic 服务器。我想将它迁移到 linux 6。我将 ebs 移动到新的 linux 6 并将其安装在 /var/opt/MarkLogic . 我
我对 OpenID 很好奇。虽然我同意统一凭证的想法很棒,但我有一些保留意见。什么是防止 OpenID 提供商发疯并持有他们拥有的 OpenID 帐户直到您支付 n 美元?如果我决定不喜欢这个提供商,
使用 SQL 很容易做到这一点,但我需要编写一个我不熟悉的 Knex 迁移脚本。以下代码在 order 表中行的末尾添加了 order_id 列。我想在 id 之后添加 order_id。我该怎么做?
使用 SQL 很容易做到这一点,但我需要编写一个我不熟悉的 Knex 迁移脚本。以下代码在 order 表中行的末尾添加了 order_id 列。我想在 id 之后添加 order_id。我该怎么做?
我想通过在 Yii2 中的迁移添加一个新列,使用以下代码: public function up() { $this->addColumn('news', 'priority', $this-
我正在尝试在 SQLDelight 的表中添加更多列。我做了一个迁移文件 1.sqm .在迁移文件中,它给出了找不到表的错误。 我的 build.gradle.kts: sqldelight {
我有一个与 Flyway DB 迁移相关的问题。通常如何管理处理相同 DB 模式的多个项目(微服务)。每个项目中的 Flyway 迁移脚本如果被其他项目修改,则不允许启动。他们是否有任何文档或最佳实践
我是 Laravel 的新手。我做了一份待办事项申请作为一项学校作业。我们必须使用迁移来创建我们的数据库。 我使用迁移创建了 2 个表。我的问题是:如果你第一次在你的电脑上运行这个项目,有没有办法自动
我正在尝试在 Laravel 中创建外键,但是当我使用 artisan 迁移表时,出现以下错误: [Illuminate\Database\QueryException] SQLSTATE[HY000
我从 Django 1.7 升级到 Django 1.9。我有多次迁移。升级后我无法再创建新的数据库。 问题是“django manage.py migrate”运行检查。检查导入应用程序 URL。这
我在创建数据迁移方面遇到了困难。我的应用程序使用两个数据库。我在 settings.py 中配置了数据库,并创建了一个像 Django docs 中一样的路由器. # settings.py DB_H
我有一个像这样的sql结构: CREATE TABLE resources ( id SERIAL PRIMARY KEY, title TEXT NOT NULL, created_at
我正在尝试使用模式构建器向表添加枚举选项(不丢失当前数据集)。 我真正能够找到的关于列更改的唯一信息是 http://www.flipflops.org/2013/05/25/modify-an-ex
我尝试转移到一些 CMake 程序中,并且有一个从 xml 生成头文件的函数。 生成文件.am adaptor_glue.hpp: dbus_introspect.xml $(DBUSXX_X
我想将文件移至我的 iOS 应用程序的 CoreData 存储 ../Library/Application Support/MyApp/ 至 ../Documents/Stores/ 我可以使用 N
有没有人对数据迁移进出 NetSuite 有丰富的经验?我必须将 DB2 表导出到 MySQL,处理数据,然后导出到一个 CSV 文件中。然后获取帐户的 CSV 文件并再次操作数据以使帐户从我们的旧系
我正在尝试在 Django 上建立一个博客。我已经走到了创建模型的地步。他们在这里: from django.db import models import uuid class Users(mode
我最近使用 bluehost 上的 AutoSSL 工具将网站迁移到 HTTPS。我在内容中看到一些失真,例如缺少背景颜色、表格位移、缺少_logos 等。 有谁知道 HTTPS 迁移效果如何影响样式
我是一名优秀的程序员,十分优秀!