using (System.Transactions.TransactionScope ts = new System.Transactions.TransactionScope())
{
TableAdapter.Insert("test","test");
ts.Complete();
}
我收到此错误:无法加载 DLL ' oramts.dll ':找不到指定的模块。(来自 HRESULT 的异常:0x8007007E)
即使 DLL 文件oramts.dll位于 [ORALCE_HOME]/bin 中,我也为 Windows 事务安装了 Oracle 客户端和 Oracle 服务
提前致谢