小编hav*_*van的帖子

错误:找不到可安装的ISAM

每当我尝试执行使用数据库"msaccess"的项目时,我都会收到此错误.错误是这样的

Server Error in '/' Application.

Could not find installable ISAM.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Data.OleDb.OleDbException: Could not find installable ISAM.

Source Error: 


Line 148:       // open DB Connection via OleDb
Line 149:       Connection = new OleDbConnection(sConnectionString);
Line 150:       Connection.Open();
Line 151:       
Line 152:   }

Source File: D:\excelsior\.Net Applications\TDAPP8-Web_Based_Bug_tracking_system\Web based Bug …
Run Code Online (Sandbox Code Playgroud)

.net c# asp.net ms-access

2
推荐指数
1
解决办法
7283
查看次数

标签 统计

.net ×1

asp.net ×1

c# ×1

ms-access ×1