Hello community, in my project i'm using a .dll reference (CSharp project)
I've added some new methods in this CSharp project, and back to add again this new reference in my D365FO Project.
The problem is :
1. when i remove the old .dll reference and add the new one, the build take very long time
2. in the X++ class, when i try to call / use those methods i got error that, Method XY not found.
My question is there any way to make fast updates to this references without removing / excluding the old reference and put the updated one.
Apparently the system still point to an old version, and not able to detect the one methods, How can i get the latest vesrion of my DLL, with the new added methods.
Thanks