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
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
Hi I tried both of your suggestions, but something is still stuck. I'm still only able to access the IGGraph.dll that's not a trial. Whem I right click on Components in the Xamarin project and choose Edit Components, what I see is "Installed on this Machine" NucliOS 2013.1 (Trial) . So when I choose that the trial dll's appear. I can see the dlls in xcode and I add them with the +, but when I go back to Xamarin still stuck with Trial in Components.
Any other suggestions?
Thanks
Kathy
Hi Kathy,
Instead of using Components. Try using References.
First make sure you have no previous references to IG.dll and IGChart.dll, if so, delete them.
Then right click on the references folder, and select edit reference.
Then click the .Net Assembly tab
Under "Places" select "/"
in the right pane click developer/Infragistics and navigate to the IG.dll and the IGChart.dll and double click them to add them to your project.
That should definitely ensure you're using the latest.
Thank you. That finally worked.