Recentemente ho ottenuto questo errore in ogni pacchetto SSIS (utilizzando Visual Studio 2012), quando voglio aprire un componente di origine OLE DB:SSIS 2012 Metodo non trovato: void
===================================
Method not found: 'Void Microsoft.DataTransformationServices.DataFlowUI.DataFlowConnectionPage.set_DataPreviewTimeout(Int32)'. (Microsoft Visual Studio)
------------------------------
Program Location:
at Microsoft.DataTransformationServices.DataFlowUI.OleDbSourceUI.SetConnectionPageDescriptions(DataFlowConnectionPage connectionPage)
at Microsoft.DataTransformationServices.DataFlowUI.DataFlowAdapterUI.AddCommonConnectionPage(DataFlowComponentForm form, String helpKeyword)
at Microsoft.DataTransformationServices.DataFlowUI.OleDbSourceUI.AddPagesToForm(DataFlowComponentForm form)
at Microsoft.DataTransformationServices.DataFlowUI.DataFlowComponentUI.EditImpl(IWin32Window parentControl)
at Microsoft.DataTransformationServices.DataFlowUI.DataFlowComponentUI.Edit(IWin32Window parentWindow, Variables variables, Connections connections)
Ha funzionato bene la scorsa settimana e Non penso di aver cambiato nulla da allora. Eventuali suggerimenti?
sotto collegamento potrebbe essere utile http://www.cla5h.com/web-service-task-excuting-error- method-not-found.html – bmsqldev
Che provider stai utilizzando per OLE DB Connection Manager? – billinkc
@billinkc Nel progetto in cui ho trovato l'errore, stavo usando un provider Microsoft OLE DB per AS/400. Ma l'ho testato anche su altri provider ed è lo stesso per tutti. – DenStudent