I am trying to import Tasks into PowerPivot for Excel 2013 from a SharePoint 2013 site.
My Steps:
- Open Excel
- Go to PowerPivot Tab
- Click Manage
- Under From Data Service > OData Data Feed
- Type Friendly Connection Name and then input URL for SharePoint Task List
- Click Advanced Button
- Receive Below Error:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Data.DataFeedClient, Version=12.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.Data.DataFeedClient, Version=12.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
at Microsoft.AnalysisServices.Common.AdvancedPage.GetConnectionProperties(String provID, SqlSecureString connString)
at Microsoft.AnalysisServices.Common.AdvancedPage.SetPropertyGrid(String provID, SqlSecureString connString)
at Microsoft.AnalysisServices.Common.AdvancedPage.providersComboBox_SelectedIndexChanged(Object sender, EventArgs
e)
at Microsoft.AnalysisServices.Common.AdvancedPage..ctor(SqlSecureString connectionStringInput, String providerIDInput,
IDataSource dataSourcePage, RightToLeft rightToLeftSetting)
at Microsoft.AnalysisServices.Common.DataSourceBasic.AdvancedButtonClick(DataImportWizardForm wizardForm, RightToLeft
controlRightToLeftSetting)
at Microsoft.AnalysisServices.Common.DataFeedPage.btnAdvanced_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
It looks like it is referencing Microsoft.Data.DataFeedClient
and the only information I can find on the web for this assembly is for PowerPivot 2010.
Is this a bug? Are there any updates?