Install
Installations instructions.
Read the system requirements for the development environment before installing.
To compile the add-on:
- Unzip the add-on and copy the Litium.Studio.AddOns.WishList project folder to your solution src location
- Rebind the references that are broken and build the project.
- Run the following command in the Package Manager Console:
Update-Package -ReInstall
- Run the WishList_Install.sql located in the DB folder to install the add-on database tables and stored procedures.
Note: Create and run a copy of your original database and use as test database in your test project. If you use the original database in the test project it will become corrupted.