本文介绍了如何在运行时c#中动态加载chilkatXml.dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 当我通过在c#中使用.net framework 4.0添加引用来链接我的chilkatXml.dll时,它运行良好,但同样不支持C#中的.net framework 3.5。我发现它的替代方法是创建chilkatXml的对象。 dll然后在运行时动态加载chilkatxml.dll。 注意:chilkatxml.dll将出现在我的应用程序exe将被执行的文件夹中。 因此任何人都可以告诉我如何在运行时c#when i link my chilkatXml.dll through add reference with .net framework 4.0 in c# it works well but the same doesnot supports with .net framework 3.5 in C#.so alternate to it i found is to create an object of chilkatXml.dll and then to dynamically load chilkatxml.dll during runtime. Note: chilkatxml.dll will be already present in the folder where my application exe will be executed. thus can any one tell me how to dynamically load chilkatxml.dll during runtime in c#推荐答案 这篇关于如何在运行时c#中动态加载chilkatXml.dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-12 04:59