I am working on the D365FO app and develop business logic in c# and call this business logic from DataEntity. The problem I am having is once you add a new function to c# library project and generate dll I need to stop the IIS and re-reference the dll in D365 project and start the IIS back. Sometimes new function is not recognized with D365 and try to many different things(restart visual studio, rebooting) in order for D365 project to recognize the new function added to the assembly project. It would be nice if I can run the c# library project so I can test all new functions then when all the functions are working fine I want to reference to the D365 project. Is it easy way to run this c# libary project by itself without adding the reference to D365 project?
*This post is locked for comments
I have the same question (0)