1 Attachment(s)
[RESOLVED] Power Packs Error Help
When i test my program on a computer that has Visual Basic 2008 the program works. Then i tested the program on a computer that does not have Visual basic 2008 and i get this error.
I did some research online and i found out that i have to included the power packs but how?
Thank You in advance :bigyello::bigyello::bigyello::afrog::confused::eek2:
Re: Power Packs Error Help
The VB PowerPacks are not part of the .NET Framework proper. As such, if your app uses them, you have to provide them separately. You would do this in one of two ways, depending on how you're deploying your app:
1. If you're using ClickOnce publishing or Windows Installer via a Setup project to deploy your app, open the Prerequisites dialogue from the appropriate place and check the box next to the VB PowerPacks redistributable. When the user runs your installer, the VB PowerPacks will be installed to the GAC if and only if they are not already installed, just as the Framework is.
2. If you're using XCOPY deployment, i.e. simply copying your EXE and its dependencies to the target machine, you need to copy the VB PowerPacks library as one of those dependencies. First, open the References page of the project properties and set the Copy Local property of the VB PowerPacks reference to True. When you build, the VB PowerPacks DLL will be copied to the output folder along with your EXE, ready for deployment.
Re: Power Packs Error Help
Thank you jmcilhinney You are a code lifesaver.
0100001101101111011001000110010100100000011011000110100101100110011001010111001101100001011101100110 010101110010
:afrog::afrog::bigyello::bigyello::wave::wave::wave::check::check::check::)