Please note: In an effort to better serve you, we are in the process of restructuring DevCenter. In the process, we have moved many items that you may be used to finding in DevCenter over to the Main Site. If you are having trouble locating something, please try looking at the following places:
To prevent a "trial version" dialog from appearing for a website that uses NetAdvantage for JSF, you must include a license file (.lic) with your website. There are a few things that can cause your website to still display a trial dialog, even when using a registered version of NetAdvantage for JSF and even if this license file is correctly distributed.
If you ran your JSF website without having deployed the license file, you will likely need to redeploy your website, and possibly even restart your web server, before the license file will be recognized.In the release version of NetAdvantage for JSF 2006 Volume 1, there is a problem in the installer package related to entering your license key (or "serial number"). If you include hyphens when inputting the serial number, these hyphens will be included in your license file, and will not be recognized as a valid license file. Infragistics Development is aware of this situation, which should be corrected in the next release of NetAdvantage for JSF. The easiest workaround is to not include the hyphens when entering the serial number as part of the installation. If you already included the hyphens, however, steps are provided below to correct the license file.If you encounter a situation not detailed here where a trial dialog is still being displayed for a licensed version of NetAdvantage for JSF, please submit a new incident with Infragistics Developer Support.
Deploying license file:1) Locate your license file in the installation directory of NetAdvantage for JSF. By default, this is located at the following path: C:\Program Files\NetAdvantage for JSF\infragistics-netadvantage.lic2) Copy this file to the WEB-INF directory of your JSF website.3) Deploy the JSF website to your web server. Specific steps depend on your development environment, web server, and deployment process.4) You may need to stop and restart your web server for this change to take effect. This depends on your web server, and on whether or not you've attempted to view this website since the web server was last restarted.Correcting license file corrupted by entering hyphens in serial number:1) Locate your license file in the installation directory of NetAdvantage for JSF. By default, this is located at the following path: C:\Program Files\NetAdvantage for JSF\infragistics-netadvantage.lic2) Back up the file by copying it to the same directory with a different name. This is important in case you make a change that entirely corrupts the file; otherwise, you may need to uninstall and reinstall the product to correct the problem.3) Open the file in a text editor. It should contain one line of text, at the end of which is the serial number used when installing the product. If you entered hyphens during the installation, this will look like: "7201-1234567-9876543" (note that this is similar to, but not, a valid serial number).4) Edit this part of the file by removing the hyphens. For example, the above would be changed to read: "720112345679876543"5) Save the file.6) Repeat the steps from Deploying license file above, overwriting the previous license file if one already existed.