egoltzman 0 Report post Posted August 13, 2016 I'm using .Net DLL 2015 Q4 and I get a lot of debug outputs on my VS console like: Entering Read Write. Count: 1 Exiting Read Write. Count: 0 I can see that those messages arrive from Unitronics DLL, is there a way to control it? To Stop it? I prefer not to change the DLL source code and rebuilt it. Quote Share this post Link to post Share on other sites
Saragani 133 Report post Posted August 16, 2016 Are you working with the DLL Compiled as release? Quote Share this post Link to post Share on other sites
egoltzman 0 Report post Posted August 16, 2016 I did not compile the DLL, you mean if my application is compiled as release? Then not, it is Debug Quote Share this post Link to post Share on other sites
Saragani 133 Report post Posted August 17, 2016 If the .Net Com Driver was compiled as Release, then it should not contain any Debug statements, so if you see a debug prints, then it means that you are using a Debug compiled version of the DLL, I'm not sure which version you are using. Please try using the version posted here: http://forum.unitronics.com/topic/2596-datatables-dll-source-code/#entry15465 I've decompiled it in order to ensure that I don't see debug prints. Quote Share this post Link to post Share on other sites
Saragani 133 Report post Posted September 6, 2016 egoltzman, Have you tested it? 1 Quote Share this post Link to post Share on other sites
egoltzman 0 Report post Posted September 13, 2016 Yes, Sorry for the long delay, I tested it and it worked, thanks! Quote Share this post Link to post Share on other sites