On a customers NAV 2013 I have a Page containing a control with the following property :
DataGridNav;PublicKeyToken=…
I need to make work a copy on my local laptop and this control is not working :
Control Add-in Error : Could not locate the add-in library for DataGridNav;PublicKeyToken=…
I compared my addin directory (in …70/Services) with the one on the server - can’t see any difference
Do you know what is this referring to ?
Thanks !
whats the publickey value?
seems to be a custom addin or a standard .net datagrid control. if it’s used in a page, then it is a visual control addin, not useable on server side.
did you upgrade from an older nav version? if yes, check the addins folder of the old nav installation.
what’s the addin supposed to do? from the name i would say display data in a grid/matrix. that could be solved with an alternative solution.
@gustav: please do not remove the contents of your question, but reply to your own question, if you have a solution.