Microsoft.ApplicationBlocks.Data dll Reference question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a silly question where would be the best place to put the Microsoft.ApplicationBlocks.Data dll before referencing it
I thought about putting it my application directory. Does it matter where, is there a certain folder I should place it inside of my application directory

Thanks

Chris
 
Chris Lane said:
Hi,

I have a silly question where would be the best place to put the
Microsoft.ApplicationBlocks.Data dll before referencing it?
I thought about putting it my application directory. Does it matter where,
is there a certain folder I should place it inside of my application
directory?

For non GAC'ed libraries I just create a /lib directory under your project's
root directory and reference it from there. VS will copy it into your bin
folder when you build the project.

David
 

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

Back
Top