小弟我用NET做的一个应用,安装完成后出现错误,错误如下
System.DllNotFoundException: 无法加载 DLL“OraOps10.dll”: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)。 
  在 Oracle.DataAccess.Client.OpsTrace.GetRegTraceInfo(UInt32& TrcLevel, UInt32& StmtCacheSize) 
  在 Oracle.DataAccess.Client.OraTrace.GetRegistryTraceInfo() 
  在 Oracle.DataAccess.Client.OracleConnection..ctor(String connectionString) 
  在 WindowsApplication7.Form1.GetTable(String sql) 
  在 WindowsApplication7.Form1.Form1_Load(Object sender, EventArgs e) 
  在 System.Windows.Forms.Form.OnLoad(EventArgs e) 
  在 System.Windows.Forms.Form.OnCreateControl() 
  在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) 
  在 System.Windows.Forms.Control.CreateControl() 
  在 System.Windows.Forms.Control.WmShowWindow(Message& m) 
  在 System.Windows.Forms.Control.WndProc(Message& m) 
  在 System.Windows.Forms.ScrollableControl.WndProc(Message& m) 
  在 System.Windows.Forms.ContainerControl.WndProc(Message& m) 
  在 System.Windows.Forms.Form.WmShowWindow(Message& m) 
  在 System.Windows.Forms.Form.WndProc(Message& m) 
  在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) 
  在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 
  在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) 我的机子装的是ORACLE的企业版,VS05,NET2.0,客户的机子装的是ORACLE精简版,NET2.0每次都出这个错误,这是我的问题还是哪的问题,怎么解决啊?