Hi
I have a WebDataGrid working in my local project but after deploying to my web server, the grid is blank on the page and inside inspect element I see the error 'Infragistics is not defined'
I have followed all the deployment guidelines, I could see Infragistics45.Web.v15.1.dll in the website bin folder, so I tried copying the contents of CLR4.5\Bin from my local machine to the website bin folder but it didn't fix it.
I have tried adding the assembly in web config as I have seen suggested but it makes no difference.
Please help as this is quite urgent now I have changed my grids over to these infragistics grids
Thanks
Rob
Hi,
I see that there is another case opened for the same issue with ID of CAS-164435-J2Q4G2 that had just been updated. It is against Infragistics policies to keep duplicate tickets for the same issue so I am closing this one and suggest that discussion continues in the other case.
Please note that cases may be reopened within thirty days of their closure.
Hi Robert, thank you for your feedback.
It seems like you have already did what my first suggestions are. I will shortly update you with info on how to continue troubleshooting this issue.
HI,
Yes I have done that.
I have also registered the assemblies in the GAC on the web server but this also made no difference.
My first suggestion is to iterate the process making sure you correctly follow this guidance step by step, although I am sure you did this carefully. Of course ite3rating would sometimes help if a step was missed:
http://help.infragistics.com/Help/Doc/ASPNET/2015.1/CLR4.0/html/Web_Deploying_a_Web_Application_that_Uses_NetAdvantage_for_ASP_NET_Controls.html
http://help.infragistics.com/Help/Doc/ASPNET/2015.1/CLR4.0/html/Web_Deployment_Overview.html
How do you add the controls in web.config ? Please compare your syntax to this one:
<assemblies> <add assembly="Infragistics.WebUI.Shared.v15.1, Version=15.1.20151.2123, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" /> </assemblies>
Please note that alternatively you can place the Infragistics assemblies into the production server's GAC, assuming you have the proper permissions. This would be best for long term maintenance. Failing to fix the issue will need further investigation, so please let me know the result of this.
Looking forward to hearing from you.