Sample Program produces an error when creating the form
The Sample Program Project contains a reference to an older version of the PAL.dll. Update PAL in the sample program.Steps to the solution:
- Make sure they have the latest versions of Brekeke PBX and Brekeke PAL installed.
- Start Visual Studio IDE.
- Open your solution.
- Right click your project and select properties.
- Select References tab.
- Select PAL. Click Remove button.
- Click on the Add button.
- Click on Browse tab, then browse for the PAL.dll (Usually in c:\Program Files\Brekeke\PAL folder).
- Add the PAL.dll.
- Save the changes and rebuild the project.
- Close and restart the Visual Studio IDE.

