tags:

views:

401

answers:

2

Hi,

I'm trying to deploy the examples project that comes with Power Builder 9 IDE to an .exe file.

  1. Full build - passed successfully.
  2. Deploy - fails with the following error:

    "The current library list is different than the library list contained within this project. The project library list has been updated. specify build options for the updated list adn try again."

How can I overcome this?

Thanks in advance

A: 

Delete your (application) project file and create a new one. The new project will be created with an up-to-date list of libraries

Vincent Buck
+1  A: 

By the time you've seen this message, PowerBuilder has updated your library list in the project (assuming you've got the project open in the project painter). Just hit Deploy again to start the build. Remember to hit Save before you close the painter, or else you'll go through the same dance next time.

Good luck,

Terry.

Terry