Hello there!
So i'm developing (updating) my plugin DFAssist, you can check the code here on github:
>>
https://github.com/easly1989/ffxiv_act_dfassistthe problem i'm facing right now is that, unless i put the plugin and all the needed assemblies in the main ACT directory it will not work, and give me this errors:
usually i try to load it from a "Plugins/DFAssist" folder, but the result is the same.
if I remove all usages of the Overlay.NET library I don't have the problem.
As you can see from the source code I did create an hardcoded LoadAssembly to be sure that all those needed dll gets loaded,
but even putting a breakpoint doesn't help, the InitPlugin doesn't gets fired at all.
So there must be something i'm missing,
Can someone help me?
Thank you in advance for the support (:
Comments
So i'm trying different solutions. And modifying the code/references on the go.
I also had to 'Unblock' the dll, otherwise it would still throw errors.