Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
460
Using Xamarin changing from Trial to Licensed Version of NUCLiOS
posted

I just updated to the Licensed Version of NUCLiOS and have been using the trial in my projects in Xamarin.  I registered my license and did the download and entered the license #. When i try to NucliOS in Components in my project, it only shows the trial version, even though that is no longer on my MAC.  I was able to get the IGChart.dll in references, but not the IG.dll for the grid.  When I run the project in the simulator, it still shows trial version on the grid.  The only component that shows up as being on my mac is the Infragistics 2013.1 (Trial).  I went from the project into Xcode (by clicking on a xib file and tried to add the grid there and return to Xamarin, but still am only able to see NucliOS (Trial) and still grids show Trial Version on them.   Is there anything else i should do to correct this?  Thank you

Parents
  • 40030
    Offline posted

    Hi, 

    Congratulations on upgrading to the licensed version!

    If i had to guess, it probably could be one of 2 things. 

    1. The install location for NucliOS is in the root of your mac: /Developer/Infragistics/ . What possibly could have happened is the installer didn't have proper permissions and couldn't overwrite the trial folder in that directory. So the trial stuff remained. You could delete the folder and install again. That should ensure you have the licensed version. 

    2. If issue one wasn't the cause, then the problem is probably just that your bin folder of your project is holding on to the trial version. Just delete the references to the IG.dll and IGChart.dll in your project. Then delete the bin and obj folders of your project.  Finally re-add the dll's from the install location i listed above. And you should be all set. 

    I apologize for the inconvenience. 

    -SteveZ

Reply Children