EF Code First 4.3 Migration Exceptions

While working on a project using EF Code First recently, and came across the EF database migration. By following the Microsoft blog on how to perform the automatic migration, we hit an strange error when running the command “Update-Database”. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. —> System.ArgumentException: The parameter is … Continued