I have a project that generated the .dll called BanxicoDll. This project contains no errors and generated the .dll without problems. At the moment of passing the .dll to the D365FO project I can add it and it can be seen inside "References", but at the moment of using it with the "using BanxicoDll;" it gives me the error that it does not recognize it.
Inside the bin folder of the D365FO project I make sure that it is the same file that was generated in the .dll project. I also see that the .dll is inside the bin folder of the model that I am using for this project: K:\AosService\PackagesLocalDirectory\"model name"\bin.
I've also checked that the version of the .dll and the version of the D365FO project are compatible.
I already did a Build, Clean and Rebuild. Also inside the DYNAMICS 365 tab I made a Full Build of the model I am using and I have already made a Full Build of all the models that exist and it still does not recognize it. Also within the properties of the DLL I see that the path is correct, I do not know what else I can do. Thanks in advance.