I've made a C# class library and am trying to use it in another project. I followed these instructions but am getting the following errors:
The type or namespace name 'TF2Reader' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'Log' could not be found (are you missing a using directive or an assembly reference?)
I'm copying the DLL to the project's own directory but when viewing the reference in the Object Browser there are no classes when expanded. Why is this library not loading?