System Config:
Operating System: Windows Server 2008 R2
RAM: 16 GB
HDD: 1 TB
Processor: Intel Core i3-3220 CPU@ 3.30 GHz
I am trying to install a software (UiPath) on Windows Server 2008 R2. Prerequisite for it is .net which I have already installed (Version: 4.6). I am getting an error while starting the UiPath setup as below:
************** Exception Text **************
System.InvalidCastException: Unable to cast COM object of type 'Microsoft.WindowsAPICodePack.Taskbar.CTaskbarList' to interface type 'Microsoft.WindowsAPICodePack.Taskbar.ITaskbarList4'. This operation failed because the QueryInterface call on the COM component
for the interface with IID '{C43DC798-95D1-4BEA-9030-BB99E2983A1A}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
at Microsoft.WindowsAPICodePack.Taskbar.TaskbarList.get_Instance()
at Squirrel.Update.AnimatedGifWindow.<>c__DisplayClass2_1.<ShowWindow>b__4(Object o, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
**********************************************
Any ideas on it?