Are you using any custom code in the project? I mean any custom module classes? If yes, check the identifiers used in the module class constructor. E.g.
// Module class constructor, the system registers the module under the name "CustomInit"
public CustomInitializationModule()
: base("CustomInit")
{
}
Or, check any other custom code or projects you have integrated.