Hi,
i am adding new migration but this message keep showing not able to move to next step
Unable to generate an explicit migration because the following explicit migrations are pending: [201503301347224_Init, 201511241650256_Add_RecycledItemId_To_SharePointIds, 201512151527077_LastDeletedDate, 201609051444513_ManagedProperty, 201609260953212_UsageStatistics, 201610231729560_Formats, 201611151545173_TargetRepository, 201611151621518_OptDocAndRepoRelWithTgtRep, 201611171020118_MandatoryAndOptional, 201612141136540_ObjectId]. Apply the pending explicit migrations before attempting to generate a new explicit migration.
Can anyone help me in this regards
Lokesh K.
Lokesh KPosted Mar 15, 2017, 9:34 AM
An unexpected error occurred while checking the sector size for file 'H:\Source\Repos\Api\App_Data\IntegrationTestDatabase.mdf'. Move the file to a local NTFS volume, where the sector size can be retrieved. Check the SQL Server error log for more information.
CREATE DATABASE failed. Some file names listed could not be created. Check related errors.
here what actually the problem is.. when i run these two commands(Add-Migration/Update-Database) by default my entity framework looks for database in project folder. but i configured my Db to create in different disk.Nilesh ShahPosted Mar 14, 2017, 2:12 PM
Lokesh KPosted Mar 14, 2017, 11:00 AM
Lokesh K.
Nilesh ShahPosted Mar 14, 2017, 9:40 AM