I upgraded to VS 2017 and am having all sorts of problems, this time with the User Manager in my project when I try to seed the database. See below. I can't believe something so basic would have changed.
System.AggregateException occurred
HResult=0x80131500
Message=One or more errors occurred.
Source=<Cannot evaluate the exception source>
StackTrace:
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at RIMS.Startup.Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory, DataSeeder seeder) in[path]\Startup.cs:line 135
Inner Exception 1:
SqlException: Invalid object name '[appName].Users'.