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
 
Back
Top