Hi,
i wrote a custom service which is consumed by an external .net application. Everything works just fine except the exception handling. As far as i know i have to set includeExceptionDetailInFaults = true. I don't have all the options because it's a custom service, so i edited the x.config file.
Now expericence strange things because somtimes the setting works and sometimes not. For example, i just provoked an exception and it worked. I got an array of the generated info messages. After that i just reactivated the service 10 seconds later (without any changes in code or in config) and it's not working anymore. Is there anything i have to do after reactivating the service? Incremental CIL doesn't do anything because there are no changes. Would a full CIL compile help?
Edit: We are using AX 2012 R2 CU7
Another Edit:
Now, all of a sudden, it works again O.o. My impression is that it works after some time has passed...very spooky.
Regards
Nils