Hello,
I have a solution with 2 projects. 1 project is my class library where I have a class called SQLWrapper. In my 2nd project I want to be able to reference this class to use the functions within sqlwrapper. When I write imports it brings up a list of namespaces, but my project that contains the sqlwrapper is not there. How do i reference my class library?
thanks
I have a solution with 2 projects. 1 project is my class library where I have a class called SQLWrapper. In my 2nd project I want to be able to reference this class to use the functions within sqlwrapper. When I write imports it brings up a list of namespaces, but my project that contains the sqlwrapper is not there. How do i reference my class library?
thanks