URGENT: "wgui is undefined error" with WebGrid 6 on Production Server

5 replies. Last post: December 3, 2009 10:18 PM by Julia Wijaya
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Aruna DatlaMember

I get the following error on our production server. 

Webpage error details:
Message: 'WGUI' is undefined

 I've enabled smart web resources and i'm using the run-time license key.  I've copied all of the necessary resource dlls' to the project bin folder. 

The project is using VS2005 and .NET 2.0.  The production server is running on windows 2008 and IIS 7.0.  We are using WebGrid 6.0 Enterprise version. 

 

Here is the web.config of our application and i've updated the entries before deploying the project using the Deployment manager.

 

I've also made sure that my GAC assembly, Program files and Registry are free of Intersoft WebGrid files.

 

In the web.config, the run time license key is "*" because of security reasons, but I'm using the key assigned to us.

<?xml version="1.0"?><configuration> <configSections>

</configSections><

configSections> <appSettings file=""> <clear /> <add key="ISNet.WebUI.ISRes_Registered" value="true" /> <add key="ISNet.WebUI.WebGrid.v6_0_7200.RunTimeLicenseKey" value="****************" /> <add key="ISNet.WebUI.v3_0_5000.OptimizeCss" value="true" /> <add key="ISNet.WebUI.v3_0_5000.OptimizeCssName" value="true" /> <add key="ISNet.WebUI.WebGrid.v6_0_7200.EnableWebResource" value="Auto"/>

</appSettings><

appSettings> <system.webServer> <validation validateIntegratedModeConfiguration="false"/>

</system.webServer><

system.webServer> <system.web> <pages> <controls> <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>

</controls>

</pages> <

controls>

</pages><

pages> <compilation debug="true"> <assemblies> <add assembly="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> <!--add assembly="ISNet.ActiveReports.Exporting, Version=5.0.7200.1, Culture=neutral, PublicKeyToken=B1F2A8511635667A"/--> <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <!--add assembly="ISNet, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a"/--> <add assembly="eWorld.UI, Version=2.0.6.2393, Culture=neutral, PublicKeyToken=24D65337282035F2"/></assemblies>

</compilation><

compilation> <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" cookieless="false" timeout="30"/> <!--maxRequestLength="1048576"--> <httpRuntime executionTimeout="30"/> <customErrors mode="Off" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="NoAccess.htm"/> <error statusCode="404" redirect="FileNotFound.htm"/>

</customErrors><

customErrors> <httpHandlers> <remove verb="*" path="*.asmx"/> <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/> <add path="ISRes.axd" verb="GET" type="ISNet.WebUI.WebResourceHandler, ISNet.WebUI, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=b1f2a8511635667a" validate="true"/>

</httpHandlers><

httpHandlers> <httpModules> <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>

</httpModules>

</system.web>

</configuration>

httpModules>

</system.web>

</configuration>

system.web>

</configuration>

configuration>

 

Please help..i've tried all different approaches and have been frustrated with this error for days.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

All times are GMT -5. The time now is 3:37 AM.
Previous Next