Can I Use an external reference in Electronic Interface Customization?
I think you are limited, but it depends on where you are calling the Electronic Interface from. In the reporting framework in 10.1.600, you can use EI’s but they only can use a specific set of assembly references.
I supposed that. I copied my dll reference in various Epicor directories and I am still receiving the same compile error “The type or namespace name ‘XX’ could not be found (are you missing a using directive or an assembly reference?)”
Thanks.
Just dropping a DLL in a directory doesn’t solve anything. You have to be able to set an assembly reference as you would in a Visual Studio project. I don’t think there is a mechanism for that.
Yes, of course, I added all necessary it in the Erp.Internal.EI.XX.csproj VS project properties xml file, but I think Epicor is not considering it
What about doing a reflection load?
I will try that.
Thanks