abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.94k stars 3.45k forks source link

ABP MongoDB Migration #5798

Closed pascalfossouo closed 4 years ago

pascalfossouo commented 4 years ago

Hi, I have this error when running the .DBMigrator

Unhandled exception. Autofac.Core.DependencyResolutionException: An exception was thrown while activating Volo.Abp.Identity.IdentityDataSeedContributor -> Volo.Abp.Identity.IdentityDataSeeder -> Castle.Proxies.IdentityUserManagerProxy.

"ConnectionStrings": { "Default": "mongodb://localhost:27017/BookStore" },

pascalfossouo commented 4 years ago

Hi having the same problem with BookStore-Mvc-EfCore on SQL Server

Microsoft.Data.SqlClient.SqlException: 'Invalid column name

image

{ "ConnectionStrings": { "Default": "Server=(LocalDb)\MSSQLLocalDB;Database=BookStore;Trusted_Connection=True;MultipleActiveResultSets=true" },

I have another question : is it on the SQL Server the database "BookStore" suppose to create ? if yes I'm using SSMS to view all databases but is not there.

realLiangshiwei commented 4 years ago
pascalfossouo commented 4 years ago

Hi @realLiangshiwei :

pretty much did what I saw on this https://www.youtube.com/watch?v=cJzyIFfAlp8&t=390s

ABP version : Don't how to check the ABP version. Just download the abp-samples-master

'Acme.BookStore.DbMigrator.exe' (CoreCLR: DefaultDomain): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Private.CoreLib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Acme.BookStore.DbMigrator.dll'. Symbols loaded. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Runtime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Step into: Stepping over non-user code 'Acme.BookStore.DbMigrator.Program.

' 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Threading.Tasks.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Step into: Stepping over non-user code 'Acme.BookStore.DbMigrator.Program.Main' Step into: Stepping over non-user code 'Acme.BookStore.DbMigrator.Program.
d__0..ctor' 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Serilog.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\netstandard.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.IO.FileSystem.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Runtime.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Serilog.Sinks.File.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Text.Encoding.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Serilog.Sinks.Console.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Hosting.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Hosting.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Collections.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.IO.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.IO.FileSystem.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Text.Encoding.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Console.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Threading.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Runtime.InteropServices.RuntimeInformation.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Private.Uri.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Logging.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.DependencyInjection.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Configuration.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.DependencyInjection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.ComponentModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Configuration.EnvironmentVariables.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Configuration.CommandLine.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.FileProviders.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.FileProviders.Physical.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Memory.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Configuration.FileExtensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Configuration.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.IO.FileSystem.Watcher.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.ComponentModel.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Collections.Concurrent.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.FileSystemGlobbing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Threading.Timer.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Threading.Overlapped.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\Microsoft.Win32.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Text.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Buffers.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Numerics.Vectors.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Runtime.CompilerServices.Unsafe.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Runtime.InteropServices.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Options.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Logging.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Logging.EventLog.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Logging.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Options.ConfigurationExtensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Logging.Console.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Logging.Debug.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Logging.EventSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Diagnostics.Tracing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Reflection.Emit.Lightweight.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Configuration.Binder.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Acme.BookStore.Domain.dll'. Symbols loaded. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Autofac.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Autofac.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Serilog.Extensions.Logging.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Localization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Localization.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Configuration.UserSecrets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.ComponentModel.Annotations.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Linq.Expressions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Acme.BookStore.EntityFrameworkCore.DbMigrations.dll'. Symbols loaded. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Acme.BookStore.Application.Contracts.dll'. Symbols loaded. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Castle.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Acme.BookStore.EntityFrameworkCore.dll'. Symbols loaded. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Identity.EntityFrameworkCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.IdentityServer.EntityFrameworkCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.PermissionManagement.EntityFrameworkCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.SettingManagement.EntityFrameworkCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.EntityFrameworkCore.SqlServer.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.BackgroundJobs.EntityFrameworkCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.AuditLogging.EntityFrameworkCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.TenantManagement.EntityFrameworkCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.FeatureManagement.EntityFrameworkCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Acme.BookStore.Domain.Shared.dll'. Symbols loaded. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.AuditLogging.Domain.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.BackgroundJobs.Domain.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.FeatureManagement.Domain.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Identity.Domain.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.PermissionManagement.Domain.Identity.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.IdentityServer.Domain.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.PermissionManagement.Domain.IdentityServer.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.SettingManagement.Domain.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.TenantManagement.Domain.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.AuditLogging.Domain.Shared.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.BackgroundJobs.Domain.Shared.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.FeatureManagement.Domain.Shared.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Identity.Domain.Shared.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.IdentityServer.Domain.Shared.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.PermissionManagement.Domain.Shared.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.SettingManagement.Domain.Shared.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.TenantManagement.Domain.Shared.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Validation.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Validation.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Localization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.VirtualFileSystem.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Settings.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Localization.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Security.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.MultiTenancy.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Data.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.ObjectExtending.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Uow.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Users.Domain.Shared.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Features.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Auditing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Ddd.Domain.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Timing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Threading.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.EventBus.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Guids.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.ObjectMapping.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.BackgroundJobs.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.AutoMapper.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.BackgroundJobs.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.BackgroundWorkers.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Caching.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Serialization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Users.Domain.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Users.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.PermissionManagement.Domain.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Authorization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Users.EntityFrameworkCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.EntityFrameworkCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Account.Application.Contracts.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.FeatureManagement.Application.Contracts.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Identity.Application.Contracts.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.PermissionManagement.Application.Contracts.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.TenantManagement.Application.Contracts.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Ddd.Application.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Ddd.Application.Contracts.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Volo.Abp.Http.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Collections.Immutable.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\IdentityServer4.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Castle.Core.AsyncInterceptor.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Castle.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Data.Common.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Newtonsoft.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\AutoMapper.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Runtime.Serialization.Formatters.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Caching.Memory.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Caching.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Identity.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Security.Claims.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Security.Principal.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.AspNetCore.Authorization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\IdentityServer4.Storage.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.AspNetCore.Authentication.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\IdentityServer4.AspNetIdentity.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.AspNetCore.Http.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.AspNetCore.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.AspNetCore.Authentication.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.AspNetCore.Authentication.Cookies.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.AspNetCore.Authentication.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.AspNetCore.DataProtection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.AspNetCore.DataProtection.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.AspNetCore.Cryptography.Internal.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.WebEncoders.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Text.Encodings.Web.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Net.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.AspNetCore.Cors.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Security.Cryptography.Algorithms.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Microsoft.IdentityModel.Tokens.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.ComponentModel.TypeConverter.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.ObjectModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Security.Cryptography.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Runtime.Numerics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Microsoft.IdentityModel.Logging.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\System.IdentityModel.Tokens.Jwt.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Xml.ReaderWriter.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Private.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.AspNetCore.Identity.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Microsoft.EntityFrameworkCore.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Microsoft.Bcl.AsyncInterfaces.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Threading.Tasks.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Net.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Microsoft.EntityFrameworkCore.Relational.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.AspNetCore.Metadata.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Diagnostics.Debug.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Autofac.Extras.DynamicProxy.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Reflection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Diagnostics.TraceSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Reflection.TypeExtensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Globalization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Reflection.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Reflection.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Reflection.Emit.ILGeneration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Reflection.Emit.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'DynamicProxyGenAssembly2'. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'Anonymously Hosted DynamicMethods Assembly'. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Text.RegularExpressions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Collections.Specialized.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Nito.AsyncEx.Context.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Nito.AsyncEx.Tasks.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Nito.Disposables.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Drawing.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Microsoft.EntityFrameworkCore.SqlServer.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Microsoft.EntityFrameworkCore.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Diagnostics.DiagnosticSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Transactions.Local.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Resources.ResourceManager.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\Microsoft.Bcl.HashCode.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.1\Microsoft.Data.SqlClient.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Threading.Thread.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Users\Owner\Documents\Projects\BookStore-Mvc-EfCore\src\Acme.BookStore.DbMigrator\bin\Debug\netcoreapp3.1\System.Configuration.ConfigurationManager.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Net.WebClient.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Security.Principal.Windows.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Threading.ThreadPool.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Text.Encoding.CodePages.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. The thread 0x32cc has exited with code 0 (0x0). 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Diagnostics.Process.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. The thread 0x164 has exited with code 0 (0x0). 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Linq.Queryable.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.FileProviders.Embedded.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Xml.XDocument.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Private.Xml.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.6\Microsoft.Extensions.FileProviders.Composite.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Diagnostics.StackTrace.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'Acme.BookStore.DbMigrator.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.6\System.Reflection.Metadata.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Exception thrown: 'Microsoft.Data.SqlClient.SqlException' in System.Private.CoreLib.dll Exception thrown: 'Microsoft.Data.SqlClient.SqlException' in System.Private.CoreLib.dll Exception thrown: 'Microsoft.Data.SqlClient.SqlException' in System.Private.CoreLib.dll Exception thrown: 'Microsoft.Data.SqlClient.SqlException' in System.Private.CoreLib.dll An exception of type 'Microsoft.Data.SqlClient.SqlException' occurred in System.Private.CoreLib.dll but was not handled in user code Invalid column name 'IsExternal'.

The program '[10356] Acme.BookStore.DbMigrator.exe' has exited with code -1 (0xffffffff).

pascalfossouo commented 4 years ago

Hi @realLiangshiwei Just let you know that my first comment is from mongoDB. Try it a couple time but not working and just want to know the reason just download the BookStore-Mvc-EfCore.

realLiangshiwei commented 4 years ago

Try open PMC setting Acme.BookStore.DbMigrator as the startup project and setting Acme.BookStore.EntityFrameworkCore.DbMigrations as default project, then run add-migration upgrade_3_2_1 command

realLiangshiwei commented 4 years ago

Hi @realLiangshiwei Just let you know that my first comment is from mongoDB. Try it a couple time but not working and just want to know the reason just download the BookStore-Mvc-EfCore.

Try

Configure<AbpUnitOfWorkDefaultOptions>(options =>
{
    options.TransactionBehavior = UnitOfWorkTransactionBehavior.Disabled;
});

Thanks for your report, I will update these samples

pascalfossouo commented 4 years ago

Where can I found this ?

Configure(options => { options.TransactionBehavior = UnitOfWorkTransactionBehavior.Disabled; });

realLiangshiwei commented 4 years ago

I mean you need to add the code to the module class.

pascalfossouo commented 4 years ago

Hi I added inside BookStoreDbMigratorModule like this.

Run the .DBMigrator and used the update-databse but I don't see the BookStore database on SQL Server

public class BookStoreDbMigratorModule : AbpModule { public override void ConfigureServices(ServiceConfigurationContext context) { Configure(options => options.IsJobExecutionEnabled = false); Configure(options => { options.TransactionBehavior = UnitOfWorkTransactionBehavior.Disabled; }); } }

pascalfossouo commented 4 years ago

Hi @realLiangshiwei re do all the step, but still not have my BookStore database on my SQL Server. run the .Web, have this error on my browser

image

realLiangshiwei commented 4 years ago

I have updated all samples https://github.com/abpframework/abp-samples/pull/41 Please pull all changes.