I finally got mine to work. I did not have to make any entries whatsoever in the dynamics.exe.config file. The mistakes I made were: i) I had mistakenly placed the supported platform code as the first line inside the addin instead of inside the namespace but outside the addin code. ii) Used message boxes instead of Dex functions while building for the web client, once I re-wrote them, it worked. This development for the web client instructions is not specified in the VS 2013 SDK pdf file but specified in the VS 2015 SDK pdf file that comes with GP 2015 (Chapter 19 - Developing for the web client) iii) I did make sure to use the .Net Framework 4.5.1 for a build. I was using modified forms, so I generated the Application.Dynamics.ModifiedForms dll inside the GP install folder using the DAG (Dictionary Assembly Generator). Then, it worked like a charm inside the Addins folder without any additions to the Dynamics.exe.config file for the web client. I hope some of this helps someone out there.
↧