I want to display a grid that uses the connection string from a previous page.
I'm getting the following error:
Microsoft.Practices.WizardFramework.WizardExecutionException: The wizard failed to execute. The error was:
The argument ConnectionSettings is already collected by the step Define DataMembers. It cannot be added to step Enter database connection information.
[
RecipeArgument]
public ConnectionStringSettings ConnectionSettings
{
set
{
connectionSettings =
value;
}
}
TIA
Jay