Installation
System Requirements
- Windows 10 or higher
- Visual Studio 2019 or higher
- .NET Framework 4.6.2 or higher (.NET Core is not supported)
Installing the Reveal SDK
To install the Reveal SDK, you need to download and execute the Reveal SDK Installer. To achieve this, use the following steps:
- Download the Reveal SDK Installer from the Reveal website
- Fill out the "Try the Reveal SDK" form on the webpage
- Save the Reveal SDK installer to a known location on your disk
Before extracting the saved Reveal SDK Installer zip file, you should unblock it. Right-click the zip file and select Properties. The properties dialog will appear with a checkbox option to unblock the file. Check the Unblock option and press Apply.
After unblocking the platform installer zip file, follow these steps:
- Extract the zip to the current location.
- Find the extracted Reveal SDK Installer EXE file and double click to start it.
- Select the install location
- Accept the terms of the license agreement and continue the installation process. (By clicking install you agree)
Once the installation is completed, you will be presented the Reveal SDK installer’s finish screen. At this point, feel free to explore the Reveal SDK samples by clicking the "Open SDK Sample" button, read our documentation, visit our community blogs, or learn a few tips and tricks by watching our videos.
What Gets Installed
Once the installation is complete, you should have the following items installed in the local folder "%public%\Documents\Infragistics\Reveal\SDK\":
- The Reveal SDK Binaries (for manual use)
- The Reveal SDK NuGet Packages
- The Reveal SDK Samples
There is also a local NuGet package source automatically added to Visual Studio that points to the Reveal SDK NuGet packages.
Adding Your License Key
By default, when you install the Reveal SDK only the trial product is used. In order to unlock the licensed product, you must provide a license key in the application.
RevealSdkSettings.License = "LICENSE_KEY";