无法加载文件或程序集'JTLwawiExtern,Version = xxx或其依赖项之一。系统找不到指定的文件

时间:2019-07-16 11:46:15

标签: c# .net-assembly

我想动态加载JTLwawiExtern.dll,我设置了Local Copy=false 现在,我无法初始化object CTLwawiExtern以便导出。

  public static CJTLwawiExtern GJTLwawiExtern = null;


                JTLExtern.ValidateAssembly worker = new JTLExtern.ValidateAssembly();
                bool IsValidAssembly = worker.ValidateAndLoadAssemblys();
                if (IsValidAssembly)
                {
                    CJTLwawiExtern GJTLwawiExtern = new CJTLwawiExtern();
                    return GJTLwawiExtern;
                }


  public static CJTLwawiExtern GJTLwawiExtern = null;

对象GJTLwawiExtern要初始化。

0 个答案:

没有答案