如何找到 dll 的依赖项?
How do I locate dependencies for a dll?
我写了一个 Dev Express winforms 应用程序。
我使用 the Dev Express instructions
创建了一个部署文件
然而,当我部署 运行 时,出现以下错误
Exception occurs while activating the 'DevExpress.ExpressApp.SystemModule.ShowNavigationItemController' controller:
Could not load file or assembly 'DevExpress.ExpressApp.Xpo.v14.2, Version=14.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.
Inner exception:
Could not load file or assembly 'DevExpress.ExpressApp.Xpo.v14.2, Version=14.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.
文件 DevExpress.Xpo.V14.2.dll 实际存在。
如何找到真正丢失的文件?
您还需要部署 DevExpress.ExpressApp.Xpo.v14.2 程序集。不仅DevExpress.Xpo.v14.2.
我写了一个 Dev Express winforms 应用程序。 我使用 the Dev Express instructions
创建了一个部署文件然而,当我部署 运行 时,出现以下错误
Exception occurs while activating the 'DevExpress.ExpressApp.SystemModule.ShowNavigationItemController' controller:
Could not load file or assembly 'DevExpress.ExpressApp.Xpo.v14.2, Version=14.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.
Inner exception:
Could not load file or assembly 'DevExpress.ExpressApp.Xpo.v14.2, Version=14.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one of its dependencies. The system cannot find the file specified.
文件 DevExpress.Xpo.V14.2.dll 实际存在。
如何找到真正丢失的文件?
您还需要部署 DevExpress.ExpressApp.Xpo.v14.2 程序集。不仅DevExpress.Xpo.v14.2.