No context type was found in the assembly

Code Example - No context type was found in the assembly

                
                        Enable-Migrations -ProjectName MyContextProjectNameHere -StartUpProjectName MyStartUpProjectNameHere -Verbose
                    
                
 

No context type was found in the assembly 'AuthenticationApp'.

                        
                                Enable-Migrations -StartUpProjectName RapidDeploy -ContextTypeName RapidDeploy.Models.BloggingContext -Verbose