DTE.LaunchWizard() and it's parameters:

Nov 11 2003 2:00 PM
Hi all, I’m a student programmer working on the last industry project of my program. The project requires a custom wizard to call the native Visual Studio wizard (Data adapter configuration wizard) via the DTE.LaunchWizard method. My problem is that when my wizard executes the LaunchWizard method, I receive a ‘The Parameter is Incorrect’ error. I have used the documentation on MSDN, and scoured the internet for related information, but no mater what I try, I can not get rid of that error. Have any of you used this method? If you have, could you tell me where I’m going wrong, or post the correct usage of the required parameters? Much Thanks!