I have an SSIS 2012 package that contains Execute Package Tasks. Each Execute Package Task calls a child package. Each child package can also run independently so it has its own package level parameter configuration.
When I execute the parent package within Business Intelligence Development Studio I get the error "One or more required parameters have not been assigned values". This error applies to the child package.