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
40
Deplyment to web server
posted

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

Parents
  • 16310
    Offline posted

    Hi,

    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.

Reply Children