请问我使用如下语句:
[DllImport("saicw95.dll")]
public static extern int SelectCommPort(int PortId);
调用IC卡接口函数:
int SelectCommPort(int PortId);
系统调试时出现如下错误:
未处理的“System.DllNotFoundException”类型的异常出现在 qymccc.exe 中。其他信息: 无法加载 DLL (saicw95.dll)。
请问要怎样才能加载这个dll文件.