The type is defined in an assembly that is not referenced

0

I have a project called DataLibrary , the .dll is referenced in another project of mine, but for some reason, when compiling VS it gives me an error saying there is a type that is set to DataLibrary mas I need to add a reference. I have the reference, and there are many (many) parts of the code where I use DataLibrary types and methods.

I pulled this project from source control, for sure the error is because of this. How can I solve? This has happened to me before, with a similar project, but the problem was solved without doing anything other than restarting VS (!!) now I have not had the same luck. See the error below:

    
asked by anonymous 02.08.2017 / 19:37

0 answers