This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
i uninstalled trial demo version and installed production one but included sample crashed because of LicenseException Mindscape WPF PropertyGrid trial license expired |
|
|
well i created new WPF project and added reference to c:\Program Files\Mindscape\WPF Property Grid\Bin\Mindscape.WpfPropertyGrid.dll. than i put grid in xaml <ms:PropertyGrid SelectedObject="..."> but licenses.licx wasnt added to properties folder. i copied it from existing folder and set BuildAction to Embedded Resource. now it works (but samples dont).
|
|
|
Hi, I sent you email about this but in case you didn't get it (and in case anybody else runs into this):
This might occur because the trial licence file has not been overwritten by the retail licence or because the solution is referencing the DLL at a different location, and that location contains only the trial licence. To check for the first case, open the .lic file (in [Program Files]\Mindscape\WPF Property Grid\bin) in a text editor and check the first two characters. The trial licence begins with "4K" and the retail licence begins with "KE". If you see a "4K" licence, then uninstall the grid, clean out the installation directory (specifically, ensure that the trial .lic file is deleted), and reinstall. To check for the second case, check the reference path of the WPF Property Grid assembly. If this isn't pointing at the Program Files location (e.g. if you are using a project /Lib directory), then you need to copy the retail .lic file from the Program Files location to the reference location. Since it sounds like new projects are working but the samples are not, I am wondering if this is just because Visual Studio has not rebuilt the binaries of the samples (because it thinks that the dependencies haven't changed). Have you done a clean/rebuild on the samples solution? |
|
|
clean/rebuild solved the problem!
|
|