<%
@ Register Assembly="Infragistics35.Web.v11.2, Version=11.2.20112.2025, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.Web.UI.GridControls" TagPrefix="ig" %>
WebTab renders ok on development machine, on server gets error. How do I fix?
Line: 205 vi = tab._vi = tab._elem._vi;
Error: Unable to get value of the property '_vi': object is null or undefined
More code from the debugger
//vs 070811
Type.registerNamespace('Infragistics.Web.UI');
$IG.WebTab.prototype =
{
_thisType:'tab',
initialize: function()
Hello Lill,
First thing that you should do is to check again if all needed components and styles are correctly deployed to the Server and that all JavaScript codes for the “WebTab” are available and with correct versions.
In the following links you can see list of needed components for correct deploy and explanation of the deploy process itself:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.2/CLR4.0/html/Web_Deployment_Overview.html
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.2/CLR4.0/html/Web_Deploying_Your_Application.html
If you have deployed the application properly but this issue persists, let me know.
I'll start by checing C:\inetpub\wwwroot\aspnet_client\infragistics\20112CLR\Scripts. I don't have access to the server today. I will check on Monday
on the server, aren't the css styles referenced from the solution's directory? Or is another directory used? (The files in my development solution's ig_res folder had gotten messed up and I had to restore ig_res)