Visual Studio / SSIS - Import and Export Wizard problem

Szymon Kocejko 21 Reputation points
2022-12-05T14:55:43.617+00:00

Hi Guys,

So when I am trying to open up Import and Export Wizard from SSIS Visual Studio project I encounter the following error:

===================================

Object of type 'Microsoft.SqlServer.Management.UI.WizardInputs' cannot be converted to type 'Microsoft.SqlServer.Management.UI.WizardInputs&'. (Microsoft Visual Studio)

------------------------------

Program Location:

at System.RuntimeType.TryChangeType(Object value, Binder binder, CultureInfo culture, Boolean needsSpecialCast)
at System.Reflection.MethodBase.CheckArguments(Object[] parameters, Binder binder, BindingFlags invokeAttr, CultureInfo culture, Signature sig)
at System.Reflection.RuntimeMethodInfo.InvokeArgumentsCheck(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Microsoft.DataTransformationServices.Wizards.RunDtsWizardTask.RunImportWizard(IWin32Window parentWindow, WizardInputs importWizardInputs)
at Microsoft.DataTransformationServices.Wizards.RunDtsWizardTask.Execute(WizardInputs wizardInputs)

"

Searched the internet but can't really find anything. Import and Export Wizard works on my computer when run directly or from SSMS.

267322-image.png

267298-image.png

SQL Server Integration Services
Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
SQL Server | Other
0 comments No comments
{count} votes

Answer accepted by question author
  1. YufeiShao-msft 7,151 Reputation points
    2022-12-06T09:33:23.743+00:00

    Hi @Szymon Kocejko ,

    If you can try to reinstall SSDT, and provide more error log to find the more user information?

    Please make sure you have used the latest version of the VS

    -------------

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Szymon Kocejko 21 Reputation points
    2022-12-06T13:48:25.487+00:00

    Surprisingly it worked. Thanks :)

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.