VS 2010 crashes when adding a page w/ presenter via WCSF 2010
description
When adding a page w/ presenter I receive the following error, which then crashes VS2010 and must re-start:
Recipe Framework Error. The wizard failed to execute. The error was: Unable to cast object of type 'Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSyntheticConfigSettings' to type 'Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel.IType.'
I have several projects that use WCSF that have essentially the same architecture. The error occurs on some projects but not others.
As a work-around I've been creating pages in a working solution and then moving them to the broken solution.