Hi Everybody.
I'm totally new to Visual Studios (2005) but have been given some development to do with it so please forgive me if my questions seem very trivial.
Currently I have a solution which contains 3 projects, I have been told to modify 1 of the 3 projects to include some error logging.
However in another project, there is already a logging class, and I should be reusing this class.
So, my question is, how do I get at the logging class from my project?
Note on my progress so far...
the logging class doesn't compile to a dll, I have used csc to generate a dll and added a reference to it but it doesn't seem to do anything when I call the logging functions.
Also, I would like to do this without modifying any of the other projects, i.e. without having to generate a dll from the logging class, is this possible?
Thanks
--------------------
Procrastinate Now!
I'm totally new to Visual Studios (2005) but have been given some development to do with it so please forgive me if my questions seem very trivial.
Currently I have a solution which contains 3 projects, I have been told to modify 1 of the 3 projects to include some error logging.
However in another project, there is already a logging class, and I should be reusing this class.
So, my question is, how do I get at the logging class from my project?
Note on my progress so far...
the logging class doesn't compile to a dll, I have used csc to generate a dll and added a reference to it but it doesn't seem to do anything when I call the logging functions.
Also, I would like to do this without modifying any of the other projects, i.e. without having to generate a dll from the logging class, is this possible?
Thanks
--------------------
Procrastinate Now!