Click here to Skip to main content
15,888,044 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi Everyone,

I want to build an application which uses a DataRepeater from the Visual Basic Powerpacks.

What is preventing me from doing so at the moment is the fact that when you build your application, and distribute it to other computers, the application will not work because those computers need the controls installed on the destination computer.

I use InnoSetup to install my application to the destination computers (because I hate the default installer that comes with Visual Studio), however I am unsure how to go about installing the powerpacks to the destination computers.

Can anybody help me?

http://msdn.microsoft.com/en-us/vstudio/bb735936.aspx[^]
Posted

1 solution

Why not use the actual Visual Studio "Publish Solution" feature? It will include the needed DLL-files automatically.

If you are using VS Express, it might not be as easy. But looking into the raw code in the PowerPack, should allow you to locate and add the relevant classes manually to your solution.

It may also be some settings in you program/solution that messes it up.

hopefully this helped!

-frank
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900