is not possible applay command: Update-Database to migrate database on package 
manager console
----------------------------------------------------------------------------------------------

                 Key: DNET-750
                 URL: http://tracker.firebirdsql.org/browse/DNET-750
             Project: .NET Data provider
          Issue Type: Bug
          Components: Entity Framework support
    Affects Versions: 5.8.0.0
         Environment: Visual Studio 2015
FirebirdSql.Data.FirebirdClient 5.8.0.0
EntityFramework.Firebird 5.8.0.0
aspnetboilerplate with Module Zero v1.5.2
            Reporter: Roberto Carlos da Silva
            Assignee: Jiri Cincura
            Priority: Critical



PM> Update-Database -Verbose
Using StartUp project 'TestaSite.EntityFramework'.
Using NuGet project 'TestaSite.EntityFramework'.
Specify the '-Verbose' flag to view the SQL statements being applied to the 
target database.
System.NotSupportedException: There is no store type corresponding to the EDM 
type 'Edm.Byte' of primitive type 'Byte'.
   at 
FirebirdSql.Data.EntityFramework6.FbProviderManifest.GetStoreType(TypeUsage 
edmType) in 
C:\Users\Jiri\Documents\devel\NETProvider\working\Provider\src\FirebirdSql.Data.FirebirdClient\FirebirdClient\FbProviderManifest.cs:line
 417
   at 
System.Data.Entity.ModelConfiguration.Edm.Services.StructuralTypeMappingGenerator.MapTableColumn(EdmProperty
 property, String columnName, Boolean isInstancePropertyOnDerivedType)
   at 
System.Data.Entity.ModelConfiguration.Edm.Services.PropertyMappingGenerator.Generate(EntityType
 entityType, IEnumerable`1 properties, EntitySetMapping entitySetMapping, 
MappingFragment entityTypeMappingFragment, IList`1 propertyPath, Boolean 
createNewColumn)
   at 
System.Data.Entity.ModelConfiguration.Edm.Services.TableMappingGenerator.Generate(EntityType
 entityType, DbDatabaseMapping databaseMapping)
   at 
System.Data.Entity.ModelConfiguration.Edm.Services.DatabaseMappingGenerator.GenerateEntityTypes(DbDatabaseMapping
 databaseMapping)
   at 
System.Data.Entity.ModelConfiguration.Edm.Services.DatabaseMappingGenerator.Generate(EdmModel
 conceptualModel)
   at System.Data.Entity.DbModelBuilder.Build(DbProviderManifest 
providerManifest, DbProviderInfo providerInfo)
   at System.Data.Entity.DbModelBuilder.Build(DbConnection providerConnection)
   at 
System.Data.Entity.Internal.LazyInternalContext.CreateModel(LazyInternalContext 
internalContext)
   at System.Data.Entity.Internal.RetryLazy`2.GetValue(TInput input)
   at System.Data.Entity.Internal.LazyInternalContext.InitializeContext()
   at 
System.Data.Entity.Internal.InternalContext.ForceOSpaceLoadingForKnownEntityTypes()
   at 
System.Data.Entity.DbContext.System.Data.Entity.Infrastructure.IObjectContextAdapter.get_ObjectContext()
   at Abp.EntityFramework.AbpDbContext.RegisterToChanges()
   at Abp.Zero.EntityFramework.AbpZeroDbContext`3..ctor(String 
nameOrConnectionString)
   at TestaSite.EntityFramework.TestaSiteDbContext..ctor() in 
C:\arquivos\TestaSite\TestaSite.EntityFramework\EntityFramework\TestaSiteDbContext.cs:line
 20
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Data.Entity.Infrastructure.DbContextInfo.CreateInstance()
   at System.Data.Entity.Infrastructure.DbContextInfo..ctor(Type contextType, 
DbProviderInfo modelProviderInfo, AppConfig config, DbConnectionInfo 
connectionInfo, Func`1 resolver)
   at System.Data.Entity.Migrations.DbMigrator..ctor(DbMigrationsConfiguration 
configuration, DbContext usersContext, DatabaseExistenceState existenceState, 
Boolean calledByCreateDatabase)
   at System.Data.Entity.Migrations.DbMigrator..ctor(DbMigrationsConfiguration 
configuration)
   at 
System.Data.Entity.Migrations.Design.ToolingFacade.BaseRunner.GetMigrator()
   at System.Data.Entity.Migrations.Design.ToolingFacade.UpdateRunner.Run()
   at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
   at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)
   at System.Data.Entity.Migrations.Design.ToolingFacade.Run(BaseRunner runner)
   at System.Data.Entity.Migrations.Design.ToolingFacade.Update(String 
targetMigration, Boolean force)
   at 
System.Data.Entity.Migrations.UpdateDatabaseCommand.<>c__DisplayClass2.<.ctor>b__0()
   at System.Data.Entity.Migrations.MigrationsDomainCommand.Execute(Action 
command)

There is no store type corresponding to the EDM type 'Edm.Byte' of primitive 
type 'Byte'.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to