我想编辑一个DOO.NET源,但是它发生报错
找不到方法:“Void Microsoft.DataTransformationServices.DataFlowUI.DataFlowConnectionPage.set_DataPreviewTimeout(Int32)”。 (Microsoft Visual Studio)
程序位置:
在 Microsoft.DataTransformationServices.DataFlowUI.ADONETSourceUI.SetConnectionPageDescriptions(DataFlowConnectionPage connectionPage)
在 Microsoft.DataTransformationServices.DataFlowUI.DataFlowAdapterUI.AddCommonConnectionPage(DataFlowComponentForm form, String helpKeyword)
在 Microsoft.DataTransformationServices.DataFlowUI.ADONETSourceUI.AddPagesToForm(DataFlowComponentForm form)
在 Microsoft.DataTransformationServices.DataFlowUI.DataFlowComponentUI.EditImpl(IWin32Window parentControl)
在 Microsoft.DataTransformationServices.DataFlowUI.DataFlowComponentUI.Edit(IWin32Window parentWindow, Variables variables, Connections connections)
这是为什么
如何解决上述问题