Hello ABP Support,
- What is your product version? 10.4.0.0
- What is your product type (Angular or MVC)? MVC
- What is product framework type (.net framework or .net core)? .net framework 4.6.1
- What is ABP Framework version? 6.4.0-rc1
Following this guide, https://volosoft.com/blog/Migrating-from-ASP.NET-MVC-5.x-to-ASP.NET-Core; we ran into some issues while converting from ASP.NET MVC 5 to the SDK-style project format. After converting our EntityFramework project when running the Migrator tool, we received the following error message (Unable to update database... see screenshot below):
Unfortunately due to the size of the product we are unable to send you the full solution. Is there source code available for the final converted solution from the blog post article? Is there a newer guide that has updated details about the migration process?
Thank you for your time and effort.
1 Answer(s)
-
0
Hi @carelearning
Have you tried creating a new migration by using Add-Migration command ? If so, does the generated migration have a content ?
Thanks,