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...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.