I have a vb.net solution is VS 2010.
I have two projects in this solution, one of which is a class library that we've used for some time. My desire is to reference THAT project from the other one.
I opened the options of project 1, and added a reference to the other class library project, and all seems well. Solution builds just fine.
However, when I try to add an 'Imports' statement in project 1, the referenced project will NOT show up.
I'm convinced this is something obvious, but this is maddening. Any advice?