DTE.LaunchWizard does not work in VS2005
in my application i need to create a .net project from code. In VS2003 i used the DTE.LaunchWizard method after setting the context parameters and also by specifying the path to the .vsz file.(Ex. ConsoleApplication.vsz- for creating a console application).
however in VS2005 we have the vstemplates files and not the .vsz files. does anyone how i can create a project from code in VS2005? the DTE.launchWizard method does not work when i specify the vstemplate file as the parameter.
kind regards

