vote up 0 vote down star

Hi All,

We use Microsoft Smart client, Enterprise Library, Composite Application Block and Infragistics and some more third party libraries.

In the project, we added references to the libraries in the Visual Studio 'Add Reference' and selecting from .NET component lists.

How to make sure all the DLLs shall be copied to the deployment directory when we need to give these files for customer where they don't install all the libraries mentioned above?

Regards,

Krish

flag

2 Answers

vote up 3 vote down check

I assume you have set the "Copy Local" property on the reference to True.

To automatically copy files after a build, modify the "Post-build event command line" found in the project properties. Insert the appropriate command to copy your files.

link|flag
vote up 0 vote down

If they are all references, just select them and set 'Copy Local' to true in the PropertyGrid.

Check this question too.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.