Home Forums Support NLOG Error Reply To: NLOG Error

#796
Anonymous
Inactive

It worked using the example project. The differences I see are that I am using
NetworkComms within a class in a library I wrote.

Then the main application is creating an instance of that class.

I also notice that the ExampleConsole refrences NLOG directly, which I am not able to do from my libarary because it errors out and says the methods are available both in NLOG and NetworkComms.