Search code examples
c#visual-studio-2010build-processvb-power-pack

VisualBasic Power Pack how to include the libraries automatically?


My C# application uses the VB Power Pack to print. The computers that I am installing my application on do NOT have the VB Power Pack.

How can I include the appropiate libraries bundled with my application?


Solution

  • I am assuming you added a reference to VB Power Pack.

    Just right-click the reference, go to Properties and set Local copy to True. The referenced assemblies will be copied in your bin folder during compilation.