webGrid JavaScript Error

2 replies. Last post: March 3, 2011 4:12 PM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Raja RamaMember

We are using Intersoft WebUI Studio.NET 2008 R2 suite of controls. When we use the Grid contorl in IE 8 (in Windows 7) we get the following javascript error,

Message: 'v45322' is undefined

Line: 7

Char: 7608

Code: 0

URI: http://10.140.3.121/ISRes.axd?G/WebGrid_Core.js/607200216

Note: 
File Version for  ISNet.WebUI.WebGrid.dll is 6.0.7200.216
File Version for ISNet.WebUI.dll is 3.0.5000.703
File Version for ISNet.WebUI.Resources.dll 3.0.5000.400
So basically my website does not work when using in IE8
Yesterday to fix this issue, I used updated manager to find all hot fixes and critical fixes avaialble for all products in the suite, I was able to install everything successfully. However I am getting the following error when I open the application
The WebResource.axd handler must be registered in the configuration to process this request.
<!-- Web.Config Configuration File -->
<configuration>
    <system.web>
        <httpHandlers>
            <add path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" validate="True" />
        </httpHandlers>
    </system.web>
</configuration>

All times are GMT -5. The time now is 5:35 PM.
Previous Next