Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

class library

Status
Not open for further replies.

jimberger

Programmer
Jul 5, 2001
222
0
0
GB
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
 
reference the project not the dll.

Christiaan Baes
Belgium

My Blog
"In a system where you can define a factor as part of a third factor, you need another layer to check the main layer in case the second layer is not the base unit." - jrbarnett
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top