Jump to content

System.Diagnostics.Debug.Print in DLL


egoltzman

Recommended Posts

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.

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...