I'm using migrate.exe and the error I'm getting is:
ERROR: More than one migrations configuration type was found in the assembly 'myfile'. Specify the name of the one to use.
However, when I add the /ContextTypeName:nameOfContext, then it gives the following error:
ERROR: The migrations configuration type 'ContextTypeName:nameOfContext' was not be found in the assembly 'myfile'.
I'm sure the contextType exists and I've spelled it properly, but I keep getting this error. Has anyone else encountered this situation or could tell me what I could be missing?