【发布时间】:2014-02-20 18:12:19
【问题描述】:
我正在远程处理 GAC 中具有 Orcale.DataAccess.dll 的服务器。但是,当我在 .dll 中调用函数时,出现以下异常:
'Could not load file or assembly 'Orcale.DataAccess, Version=2.112.2.0, Culture=netural, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified'
它是Windows Server 2003 32 bit,我正在从 XP SP3 32 位客户端远程处理。
任何帮助将不胜感激?
【问题讨论】:
标签: c# winforms dll remoting .net-remoting