Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/joomla/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# OleDb异常(0X8001010D)_C#_Oledbconnection - Fatal编程技术网

C# OleDb异常(0X8001010D)

C# OleDb异常(0X8001010D),c#,oledbconnection,C#,Oledbconnection,在运行我的C#应用程序时,我遇到一个包含以下异常文本的错误: System.Data.OleDb.Exception (0x8001010D): An outgoing call cannot be made since the application is dispatching an input-synchronous call. at System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString con

在运行我的C#应用程序时,我遇到一个包含以下异常文本的错误:

System.Data.OleDb.Exception (0x8001010D): An outgoing call cannot be made since the application is dispatching an input-synchronous call.
at System.Data.OleDb.OleDbServicesWrapper.GetDataSource(OleDbConnectionString constr, DataSourceWrapper& datasrcWrapper)
at ...
注意:我用来编写应用程序代码的计算机安装了Access 2013,应用程序运行正常,但我在安装了Access 2007的计算机上运行应用程序时发现了此错误。
我应该做什么,在这些计算机上安装Access 2013或更改OleDB连接语句

你能发布你的部分代码(连接字符串部分)吗?来吧!分享你的一段代码。