Whenever I open any SSIS solution or even new package getting an error with VS 2015 professional SP3

0

I am getting below error whenever I am opening a new package or an existing package in SSIS in Visual Studio 2015 Professional SP 3. Not sure what is the issue. I have tried repair the installation and even re-installed multiple times, but same error.

Exception from HRESULT: 0x88980406 (Microsoft Visual Studio)

------------------------------
Program Location:

   at System.Windows.Media.Composition.DUCE.Channel.SyncFlush()
   at System.Windows.Interop.HwndTarget.UpdateWindowSettings(Boolean enableRenderTarget, Nullable`1 channelSet)
   at System.Windows.Interop.HwndTarget.UpdateWindowPos(IntPtr lParam)
   at System.Windows.Interop.HwndTarget.OnWindowPosChanged(IntPtr lParam)
   at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
   at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
ssis
asked on Stack Overflow Apr 1, 2020 by user13187030 • edited Apr 1, 2020 by James Z

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0