Hi,
Currently I am running my Web application on IE8 and work fine.Next year our company will be using Windowds7 IE9. I tried to run my web application on this platform and UltraWebGrid does not show any data but when I go to the next page within this application and coming back to the original page webgrid working fine and displaying data.
Seems like only when I get first time to this page it is not showing data in UltraWebGrid.
Please help me.
thanks so much.
Hello vaverbukh ,
Are you talking about the IG dll's for the controls or some other dll that get created in your application?
In general you can disable debugging from the web config file in your application by setting debug=false:
<system.web>
<compilation debug="false" ...
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://es.infragistics.com/support
Hi Maya,
yes this problem is gone and I was able to move it to DEvelopment server and test it.Now I have another issue.2 out of all .dll files are in debug mode.they asking me to release it otherwise they cannot move it to QA server. I do not know to how to release it.
Please help.
Thanks.
I’m just following up to see if you’ve been able to resolve your issue. If you have any questions or concerns or if you need further assistance please let me know.
Developer Support Engineer
Did you upgrade your application to use the new version that you downloaded?
To do that you can either use the upgrade utility or manually change the references in your project to point to the new version in the aspx pages, web configs and in the license file . You can find detailed explanation on how you can use the upgrade utility here:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=Web_Using_Version_Upgrade_Utility.html
I downloaded licensed file successfully but when I go to my web application which is in VS2005 and I have file call licenses.licx I clicked on save and recieved trial version message:
This trial version ofn NETAdvantage for ASP.NET will expire after 14 usage day(s) or 7 calendar weeks(s),whichever comes first.
Please help me to resolve this issue.