This is Screwey

  • Thread starter Thread starter Shadowboxer
  • Start date Start date
S

Shadowboxer

how do I reference a class library that is in the current solution


I have two "Projects" in this solution

applicationA
MainApplicationUI
ClassLibA
ClassLibB



From MainApploicationUI I want to call properties in ClassLibA.clsIDTag

so I need to be able to instantiate the library and call it's methods and
properties.

it is not showing up in imports and I cannot mark it as a dependency.

any ideas? thanks -S
 
Hi Shadowboxer,

|| I have two "Projects" in this solution
||
|| applicationA
|| MainApplicationUI
|| ClassLibA
|| ClassLibB

I'm not quite clear about which are the two projects.

Let's assume that MainUI is one and the Libs (A plus B) is the other.

In the MainUI project you've added a reference to the Libs project, and
you've got an Imports Libs in your MainUI forms?

But it's still not working?

Regards,
Fergus
MVP [Windows Start button, Shutdown dialogue]
 
Shadowboxer said:
how do I reference a class library that is in the current solution

Open up the Add References dialog and select the "Project" Tab.

HTH,
Phill W.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top